[mutt] 12/16: Remove GPGME option from debian/rules
Faidon Liambotis
paravoid at moszumanska.debian.org
Mon Jul 4 15:51:49 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 ff9856ecb6ea9090db5ad1b518f3d399b2adc0aa
Author: Faidon Liambotis <paravoid at debian.org>
Date: Mon Jul 4 16:46:55 2016 +0300
Remove GPGME option from debian/rules
It's one of the many --enable options anyway, so it makes little sense
to single it out. With the dh sequencer, it's easy enough to modify the
configure options directly.
---
debian/rules | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4ca4499..6df9009 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@
# HCACHE_DB := gdbm
# HCACHE_DB := qdbm
HCACHE_DB := tokyocabinet
-###
-# GPGME backend
-GPGME := --enable-gpgme
-###
###################### variables ######################
@@ -50,7 +46,7 @@ override_dh_auto_configure:
--enable-debug \
--enable-fcntl \
--enable-hcache \
- $(GPGME) \
+ --enable-gpgme \
--enable-imap \
--enable-smtp \
--enable-pop \
--
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