]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/rules
adding a patch to fix 531430
[software/mutt-debian.git] / debian / rules
index ff10811f77d9a71976dce43de0b90b5e8674e883..e9154b370ccd4ac81f2249baee80e397997e22f1 100755 (executable)
@@ -6,7 +6,7 @@ include /usr/share/quilt/quilt.make
 
 ###
 # build a separate mutt-patched package?
-BUILD_PATCHED := yes
+BUILD_PATCHED := no
 ###
 # header cache backend
 # HCACHE_DB := bdb
@@ -14,7 +14,7 @@ HCACHE_DB := gdbm
 # HCACHE_DB := qdbm
 ###
 # GPGME backend
-GPGME := --enable-gpgme
+GPGME := --enable-gpgme
 ###
 
 ###################### variables ######################