[mutt] 03/04: Remove user-serviceable db selection from d/rules

Faidon Liambotis paravoid at moszumanska.debian.org
Tue Jul 5 10:15:33 UTC 2016


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

paravoid pushed a commit to branch experimental
in repository mutt.

commit 89d2b8c27351bddedb64d8d64c702bccf89860e4
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Tue Jul 5 13:09:40 2016 +0300

    Remove user-serviceable db selection from d/rules
    
    Remove the HCACHE_DB "user"-serviceable db selection from debian/rules.
    Same reasoning as commit ff9856ecb6ea9090db5ad1b518f3d399b2adc0aa
    basically: it's easy enough to modify the configure options directly and
    there is little evidence that anyone is actually using this build-time
    option anyway.
---
 debian/rules | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6c9f096..dfed32a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,32 +1,5 @@
 #!/usr/bin/make -f
 
-###################### user serviceable parts ######################
-
-# header cache backend
-# HCACHE_DB := bdb
-# HCACHE_DB := gdbm
-# HCACHE_DB := qdbm
-HCACHE_DB := tokyocabinet
-
-###################### variables ######################
-
-# Configure arguments
-
-ifeq ($(HCACHE_DB),bdb)
-    hcache_db := --without-gdbm --without-qdbm --without-tokyocabinet
-endif
-ifeq ($(HCACHE_DB),gdbm)
-    hcache_db := --without-qdbm --without-bdb --without-tokyocabinet
-endif
-ifeq ($(HCACHE_DB),qdbm)
-    hcache_db := --without-gdbm --without-bdb --without-tokyocabinet
-endif
-ifeq ($(HCACHE_DB),tokyocabinet)
-    hcache_db := --without-gdbm --without-bdb --without-qdbm
-endif
-
-###################### main ######################
-
 include /usr/share/dpkg/buildflags.mk
 
 CFLAGS += -Wall
@@ -57,7 +30,9 @@ override_dh_auto_configure:
 		--with-mixmaster		\
 		--with-sasl			\
 						\
-		$(hcache_db)
+		--without-gdbm 			\
+		--without-bdb			\
+		--without-qdbm
 
 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