mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian: Add appropriate substitution variables to debian/control
Without this change, dh_gencontrol emits: dpkg-gencontrol: warning: package python-notmuch: substitution variable ${python:Provides} unused, but is defined dpkg-gencontrol: warning: package python-notmuch: substitution variable ${python:Versions} unused, but is defined dpkg-gencontrol: warning: package notmuch-mutt: substitution variable ${perl:Depends} unused, but is defined Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
e9206b5ed6
commit
eea09ee153
1 changed files with 4 additions and 1 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -77,6 +77,8 @@ Package: python-notmuch
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: python
|
Section: python
|
||||||
Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version})
|
Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version})
|
||||||
|
Provides: ${python:Provides}
|
||||||
|
XB-Python-Version: ${python:Versions}
|
||||||
Description: Python interface to the notmuch mail search and index library
|
Description: Python interface to the notmuch mail search and index library
|
||||||
Notmuch is a system for indexing, searching, reading, and tagging
|
Notmuch is a system for indexing, searching, reading, and tagging
|
||||||
large collections of email messages in maildir or mh format. It uses
|
large collections of email messages in maildir or mh format. It uses
|
||||||
|
@ -152,7 +154,8 @@ Depends:
|
||||||
notmuch (>= 0.4),
|
notmuch (>= 0.4),
|
||||||
libmail-box-perl, libmailtools-perl,
|
libmail-box-perl, libmailtools-perl,
|
||||||
libstring-shellquote-perl, libterm-readline-gnu-perl,
|
libstring-shellquote-perl, libterm-readline-gnu-perl,
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
|
${perl:Depends},
|
||||||
Recommends: mutt
|
Recommends: mutt
|
||||||
Enhances: notmuch, mutt
|
Enhances: notmuch, mutt
|
||||||
Description: thread-based email index, search and tagging (Mutt interface)
|
Description: thread-based email index, search and tagging (Mutt interface)
|
||||||
|
|
Loading…
Reference in a new issue