[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:13 UTC 2013


The following commit has been merged in the debian branch:
commit 7a8da5965960bace9e6865a87652ef6629e1c317
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 5 03:15:32 2013 +0100

    Remove manuall handling of DEB_BUILD_OPTIONS=noopt
    
    dpkg-buildflags already takes care of this

diff --git a/debian/rules b/debian/rules
index ac06211..edad3d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,12 +42,6 @@ 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
 endif
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif
-
 build: build-arch build-indep
 build-stamp: stamp-configure
 	dh_testdir

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list