mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
Bug#703608: [PATCH] debian: tighten notmuch-mutt dependency on notmuch
notmuch version 0.4 is required for the --output=files option.
This commit is contained in:
parent
6daee9b082
commit
6a38b5db37
1 changed files with 3 additions and 1 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -108,7 +108,9 @@ Description: thread-based email index, search and tagging (emacs 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}
|
||||
|
|
Loading…
Reference in a new issue