]> git.notmuchmail.org Git - notmuch/commitdiff
debian packaging: new binary package notmuch-mutt
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 26 Mar 2012 08:51:44 +0000 (10:51 +0200)
committerDavid Bremner <bremner@debian.org>
Fri, 30 Mar 2012 21:13:01 +0000 (18:13 -0300)
debian/changelog
debian/control
debian/notmuch-mutt.docs [new file with mode: 0644]
debian/notmuch-mutt.install [new file with mode: 0644]
debian/notmuch-mutt.manpages [new file with mode: 0644]
debian/rules

index d0eec37de2986409eda7a75fd17c00a92b0e23e8..bd70d085a4ddbcfa9cbf33829c47261df9b09844 100644 (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
index ed27c58775c365e852b9ec5cd004981b4395ef7a..ada9d3d91d3b77d8a13e331e66f60667cbf8ad3c 100644 (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.
diff --git a/debian/notmuch-mutt.docs b/debian/notmuch-mutt.docs
new file mode 100644 (file)
index 0000000..f3d25cd
--- /dev/null
@@ -0,0 +1 @@
+contrib/notmuch-mutt/README
diff --git a/debian/notmuch-mutt.install b/debian/notmuch-mutt.install
new file mode 100644 (file)
index 0000000..9141c26
--- /dev/null
@@ -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 (file)
index 0000000..3f6b8ab
--- /dev/null
@@ -0,0 +1 @@
+contrib/notmuch-mutt/notmuch-mutt.1
index 956f3f2cf6ad921c8cb1454d88cb302a5e858613..603b3ab281a2bdd27f2073d3a988e1c5838c1fa6 100755 (executable)
@@ -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