[PATCH] debian: add dependency on bash-completion

Subject: [PATCH] debian: add dependency on bash-completion

Date: Thu, 6 Mar 2014 09:04:57 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a887263..475b787 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
 Standards-Version: 3.9.4
 Homepage: http://notmuchmail.org/
 Vcs-Git: git://notmuchmail.org/git/notmuch
-- 
1.8.5.3


Thread: