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


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

    Use DPKG_EXPORT_BUILDFLAGS instead of exporting flags manually

diff --git a/debian/rules b/debian/rules
index 95ad79a..ac06211 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ ifeq (zsh-beta,$(package))
 snapshot_date := $(shell dpkg-parsechangelog | sed -n '/^Version: [0-9.][0-9.]*.*+20[0-9][0-9]\([0-9][0-9][0-9][0-9]\)-[0-9][0-9]*$$/ {s//\1/;p}')
 endif
 
+DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
-export CFLAGS LDFLAGS CPPFLAGS
 H_LDFLAGS = $(LDFLAGS)
 
 CFLAGS += -Wall -g

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list