diff options
author | Tomi Ollila <tomi.ollila@iki.fi> | 2011-11-21 17:18:00 +0200 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-24 08:29:10 -0400 |
commit | 23a54c4289e8e0b4d8be7b2850c8ebb2789c95a8 (patch) | |
tree | 491be876513c4396b1d6ff91277fe9337e006c15 /debian/control | |
parent | b5803e918dbf772536de2bd1017e8888c01bd5a9 (diff) |
debian/control: require dtach version >= 0.8 in Build-Depends
Since version 0.8 of dtach -n does no longer require controlling
tty to be present when executed. Currently controlling tty is not
always (if ever) present when tests are executed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3252f32c..f6f415ed 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: python-all (>= 2.6.6-3~), emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb, - dtach + dtach (>= 0.8) Standards-Version: 3.9.2 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch |