[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-11-g336b60e

Axel Beckert abe at deuxchevaux.org
Sat Jan 5 04:04:19 UTC 2013


The following commit has been merged in the debian branch:
commit 0b48d60ae2b1535c2c575391de9445d7ffa65eb1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 03:38:29 2013 +0100

    Split long debug CONFIGFLAGS line

diff --git a/debian/rules b/debian/rules
index 74c79d3..21f50cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,11 @@ STATICFLAGS += --disable-dynamic-nss
 endif
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-CONFIGFLAGS += --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug
+CONFIGFLAGS += --enable-zsh-debug
+CONFIGFLAGS += --enable-zsh-mem-debug
+CONFIGFLAGS += --enable-zsh-mem-warning
+CONFIGFLAGS += --enable-zsh-secure-free
+CONFIGFLAGS += --enable-zsh-hash-debug
 endif
 
 build: build-arch build-indep

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list