mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian/compat: upgrade to compat level 9
- enable hardening - fix dh syntax. Now that we have compat level 9, the old, wrong syntax is no longer accepted. - update debian/libnotmuch{3,-dev}.install for multiarch. - update versioned dependency on debhelper.
This commit is contained in:
parent
d8c26875c5
commit
ae773ad6aa
5 changed files with 6 additions and 5 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
|||
7
|
||||
9
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -7,7 +7,7 @@ Uploaders:
|
|||
martin f. krafft <madduck@debian.org>,
|
||||
David Bremner <bremner@debian.org>
|
||||
Build-Depends:
|
||||
debhelper (>= 7.0.50~),
|
||||
debhelper (>= 9),
|
||||
pkg-config,
|
||||
libxapian-dev,
|
||||
libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
|
||||
|
@ -39,6 +39,7 @@ Package: libnotmuch3
|
|||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: thread-based email index, search and tagging (runtime)
|
||||
Notmuch is a system for indexing, searching, reading, and tagging
|
||||
large collections of email messages in maildir or mh format. It uses
|
||||
|
|
2
debian/libnotmuch-dev.install
vendored
2
debian/libnotmuch-dev.install
vendored
|
@ -1,2 +1,2 @@
|
|||
usr/include
|
||||
usr/lib/libnotmuch.so
|
||||
usr/lib/*/libnotmuch.so
|
||||
|
|
2
debian/libnotmuch3.install
vendored
2
debian/libnotmuch3.install
vendored
|
@ -1 +1 @@
|
|||
usr/lib/libnotmuch.so.*
|
||||
usr/lib/*/libnotmuch.so.*
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh --with python2 $@
|
||||
dh $@ --with python2
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||
|
|
Loading…
Reference in a new issue