From 46e73fe5394e344db7cf1297a3d86ef5f0444798 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 26 Mar 2012 10:51:44 +0200 Subject: [PATCH] debian packaging: new binary package notmuch-mutt --- debian/changelog | 6 ++++++ debian/control | 16 ++++++++++++++++ debian/notmuch-mutt.docs | 1 + debian/notmuch-mutt.install | 2 ++ debian/notmuch-mutt.manpages | 1 + debian/rules | 2 ++ 6 files changed, 28 insertions(+) create mode 100644 debian/notmuch-mutt.docs create mode 100644 debian/notmuch-mutt.install create mode 100644 debian/notmuch-mutt.manpages diff --git a/debian/changelog b/debian/changelog index d0eec37d..bd70d085 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.12-2) UNRELEASED; urgency=low + + * new binary package "notmuch-mutt" for Mutt integration + + -- Stefano Zacchiroli Mon, 26 Mar 2012 10:47:29 +0200 + notmuch (0.12-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index ed27c587..ada9d3d9 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/notmuch-mutt.docs b/debian/notmuch-mutt.docs new file mode 100644 index 00000000..f3d25cdc --- /dev/null +++ b/debian/notmuch-mutt.docs @@ -0,0 +1 @@ +contrib/notmuch-mutt/README diff --git a/debian/notmuch-mutt.install b/debian/notmuch-mutt.install new file mode 100644 index 00000000..9141c26f --- /dev/null +++ b/debian/notmuch-mutt.install @@ -0,0 +1,2 @@ +contrib/notmuch-mutt/notmuch-mutt usr/bin +contrib/notmuch-mutt/notmuch-mutt.rc etc/Muttrc.d diff --git a/debian/notmuch-mutt.manpages b/debian/notmuch-mutt.manpages new file mode 100644 index 00000000..3f6b8abd --- /dev/null +++ b/debian/notmuch-mutt.manpages @@ -0,0 +1 @@ +contrib/notmuch-mutt/notmuch-mutt.1 diff --git a/debian/rules b/debian/rules index 956f3f2c..603b3ab2 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.43.0