[Python-modules-commits] r19376 - in packages/pystemmer/trunk/debian (changelog rules)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Fri Nov 18 22:24:38 UTC 2011


    Date: Friday, November 18, 2011 @ 22:24:35
  Author: stefanor
Revision: 19376

CPPFLAGS too

Modified:
  packages/pystemmer/trunk/debian/changelog
  packages/pystemmer/trunk/debian/rules

Modified: packages/pystemmer/trunk/debian/changelog
===================================================================
--- packages/pystemmer/trunk/debian/changelog	2011-11-18 15:59:50 UTC (rev 19375)
+++ packages/pystemmer/trunk/debian/changelog	2011-11-18 22:24:35 UTC (rev 19376)
@@ -1,6 +1,7 @@
 pystemmer (1.2.0+dfsg-2) UNRELEASED; urgency=low
 
-  * Use CFLAGS and LDFLAGS from dpkg-buildflags, to pick up hardening flags.
+  * Use CFLAGS, CPPFLAGS, and LDFLAGS from dpkg-buildflags, to pick up
+    hardening flags.
 
  -- Stefano Rivera <stefanor at debian.org>  Sat, 10 Sep 2011 22:29:41 +0200
 

Modified: packages/pystemmer/trunk/debian/rules
===================================================================
--- packages/pystemmer/trunk/debian/rules	2011-11-18 15:59:50 UTC (rev 19375)
+++ packages/pystemmer/trunk/debian/rules	2011-11-18 22:24:35 UTC (rev 19376)
@@ -3,6 +3,7 @@
 include /usr/share/python/python.mk
 
 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 
 PYVERS :=  $(shell pyversions -vr)




More information about the Python-modules-commits mailing list