diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-07-18 00:16:03 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-18 06:44:10 -0300 |
| commit | 5b6d1d720efe1b96d174da37a434508603bb1d83 (patch) | |
| tree | cf86e4a48581131c4c74aeba04452c85335e00db | |
| parent | c3e282fb9b549cff8060f1ad3e21365af69c580c (diff) | |
resolve lintian tag debhelper-but-no-misc-depends notmuch-emacs
This is likely not strictly necessary given that notmuch-emacs is a
transitional package. But having a simple consistency until we
eventually remove the transitional notmuch-emacs package seems ok too,
and fewer arbitrary lintian warnings will make real lintian warnings
more visible.
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8581b506..248b2c5f 100644 --- a/debian/control +++ b/debian/control @@ -114,7 +114,7 @@ Package: notmuch-emacs Section: oldlibs Priority: extra Architecture: all -Depends: elpa-notmuch +Depends: elpa-notmuch, ${misc:Depends} Description: thread-based email index, search and tagging (transitional package) This dummy package help ease transition to the new package elpa-notmuch |
