[mutt] 02/03: * debian/rules: explicitely added --with-tokyocabinet otherwise the package does not build.

Antonio Radici antonio at moszumanska.debian.org
Thu Dec 1 08:56:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to branch master
in repository mutt.

commit 0b7e5e09c5001c0128a1c16b9a2d6702e4fb9103
Author: Antonio Radici <antonio at debian.org>
Date:   Thu Dec 1 08:49:28 2016 +0000

    * debian/rules: explicitely added --with-tokyocabinet otherwise the package does not build.
---
 debian/changelog | 7 +++++--
 debian/rules     | 3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc5dad8..5c4b0c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
 mutt (1.7.1-4) UNRELEASED; urgency=medium
 
-  * New upstream NeoMutt release, 2016-11-26
+  * New upstream NeoMutt release, 2016-11-26.
     + All patches refreshed.
     + upstream/549204-clear-N-on-readonly-imap-folders.patch pulled from the
       repo because it could cause bad interactions with the pager (I will
-      revisit the decision in the next release).   
+      revisit the decision in the next release).
+  * debian/rules:
+    + explicitely added --with-tokyocabinet otherwise the package does not
+      build.
 
  -- Antonio Radici <antonio at debian.org>  Thu, 01 Dec 2016 08:28:54 +0000
 
diff --git a/debian/rules b/debian/rules
index ac19252..389591e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,8 @@ override_dh_auto_configure:
 						\
 		--without-gdbm 			\
 		--without-bdb			\
-		--without-qdbm
+		--without-qdbm \
+	    --with-tokyocabinet
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list