]> git.notmuchmail.org Git - notmuch/commitdiff
debian: add dependency on bash-completion
authorDavid Bremner <david@tethera.net>
Thu, 6 Mar 2014 12:52:02 +0000 (08:52 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 7 Mar 2014 11:07:26 +0000 (07:07 -0400)
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.

debian/control

index a887263cfbd7d4c5053882f53b7fff6fd0e4f2c5..c5475c41167127ce297286d35df4018e5551757d 100644 (file)
@@ -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