aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-03-06 08:52:02 -0400
committerGravatar David Bremner <david@tethera.net>2014-03-07 07:07:26 -0400
commit268a33f4c2c0eefc06b2130f6aa77643f7d5995a (patch)
tree8e76f3e27ad3c81d94498befe2a3a9fa5090d9aa /debian
parent81ede90597cb35ea66d473a50c355fe77ee585fe (diff)
debian: add dependency on bash-completion
At some point we decided to only install bash completion for notmuch if the bash-completion file was present. Add the corresponding debian build dependency.
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a887263c..c5475c41 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Build-Depends:
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
gdb [!s390x !ia64],
- dtach (>= 0.8)
+ dtach (>= 0.8),
+ bash-completion (>=1.9.0~)
Standards-Version: 3.9.4
Homepage: http://notmuchmail.org/
Vcs-Git: git://notmuchmail.org/git/notmuch