debian: update notmuch-mutt packaging to use install target

This commit is contained in:
David Bremner 2018-09-16 14:08:09 -03:00
parent ae45a0c19c
commit 2fd4e76006
5 changed files with 24 additions and 5 deletions

View file

@ -1,2 +1,2 @@
contrib/notmuch-mutt/notmuch-mutt usr/bin
contrib/notmuch-mutt/notmuch-mutt.rc etc/Muttrc.d
usr/bin/notmuch-mutt
etc/Muttrc.d/notmuch-mutt.rc

View file

@ -1 +1 @@
contrib/notmuch-mutt/notmuch-mutt.1
usr/share/man/man1/notmuch-mutt.1

View file

@ -1,3 +1,3 @@
usr/bin
usr/share/man
usr/bin/notmuch
usr/bin/notmuch-emacs-mua
usr/share/bash-completion

18
debian/notmuch.manpages vendored Normal file
View file

@ -0,0 +1,18 @@
usr/share/man/man5/notmuch-hooks.5.gz
usr/share/man/man1/notmuch-dump.1.gz
usr/share/man/man1/notmuch-count.1.gz
usr/share/man/man1/notmuch-compact.1.gz
usr/share/man/man1/notmuch-emacs-mua.1.gz
usr/share/man/man1/notmuch-new.1.gz
usr/share/man/man1/notmuch.1.gz
usr/share/man/man1/notmuch-reindex.1.gz
usr/share/man/man1/notmuch-address.1.gz
usr/share/man/man1/notmuch-tag.1.gz
usr/share/man/man1/notmuch-reply.1.gz
usr/share/man/man1/notmuch-search.1.gz
usr/share/man/man1/notmuch-restore.1.gz
usr/share/man/man1/notmuch-insert.1.gz
usr/share/man/man1/notmuch-show.1.gz
usr/share/man/man1/notmuch-config.1.gz
usr/share/man/man7/notmuch-properties.7.gz
usr/share/man/man7/notmuch-search-terms.7.gz

1
debian/rules vendored
View file

@ -31,4 +31,5 @@ override_dh_auto_install:
dh_auto_install
dh_auto_install --sourcedirectory bindings/python
cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp
$(MAKE) -C contrib/notmuch-mutt DESTDIR=$(CURDIR)/debian/tmp install
dh_auto_install --sourcedirectory bindings/ruby