debian packaging: new binary package notmuch-mutt

This commit is contained in:
Stefano Zacchiroli 2012-03-26 10:51:44 +02:00 committed by David Bremner
parent d13810dc1e
commit 46e73fe539
6 changed files with 28 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
notmuch (0.12-2) UNRELEASED; urgency=low
* new binary package "notmuch-mutt" for Mutt integration
-- Stefano Zacchiroli <zack@debian.org> Mon, 26 Mar 2012 10:47:29 +0200
notmuch (0.12-1) unstable; urgency=low
* New upstream release

16
debian/control vendored
View file

@ -105,3 +105,19 @@ Description: thread-based email index, search and tagging (vim interface)
This package provides a vim based mail user agent based on
notmuch.
Package: notmuch-mutt
Architecture: all
Depends: notmuch, libmail-box-perl, libmailtools-perl,
libstring-shellquote-perl, libterm-readline-gnu-perl,
${misc:Depends}
Recommends: mutt
Enhances: notmuch, mutt
Description: thread-based email index, search and tagging (Mutt interface)
notmuch-mutt provides integration among the Mutt mail user agent and
the Notmuch mail indexer.
.
notmuch-mutt offer two main integration features. The first one is
the ability of stating a search query interactively and then jump to
a fresh Maildir containing its search results only. The second one is
the ability to reconstruct threads on the fly starting from the
current highlighted mail.

1
debian/notmuch-mutt.docs vendored Normal file
View file

@ -0,0 +1 @@
contrib/notmuch-mutt/README

2
debian/notmuch-mutt.install vendored Normal file
View file

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

1
debian/notmuch-mutt.manpages vendored Normal file
View file

@ -0,0 +1 @@
contrib/notmuch-mutt/notmuch-mutt.1

2
debian/rules vendored
View file

@ -9,10 +9,12 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
dh_auto_build --sourcedirectory bindings/python
$(MAKE) -C contrib/notmuch-mutt
override_dh_auto_clean:
dh_auto_clean
dh_auto_clean --sourcedirectory bindings/python
$(MAKE) -C contrib/notmuch-mutt clean
override_dh_auto_install:
dh_auto_install