diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2013-03-21 06:51:34 -0700 |
---|---|---|
committer | David Bremner <bremner@unb.ca> | 2013-03-22 20:42:25 -0400 |
commit | 4a8372c240dbf2088ad64b7f3c882dd77a8a2314 (patch) | |
tree | 50d30869d34614f4c03ea3f39bd2ed03ac1b60ba /debian/control | |
parent | bcccc2e1fe19003e28b6cd85d3f2b2beda40335f (diff) |
Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuch
notmuch version 0.4 is required for the --output=files option.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5bb0d051..7cf32200 100644 --- a/debian/control +++ b/debian/control @@ -123,7 +123,9 @@ Description: thread-based email index, search and tagging (vim interface) Package: notmuch-mutt Architecture: all -Depends: notmuch, libmail-box-perl, libmailtools-perl, +Depends: + notmuch (>= 0.4), + libmail-box-perl, libmailtools-perl, libstring-shellquote-perl, libterm-readline-gnu-perl, libfile-which-perl, ${misc:Depends} |