[Python-modules-commits] r19228 - in packages/python-crypto/trunk/debian (changelog rules)

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Sat Nov 12 14:34:49 UTC 2011


    Date: Saturday, November 12, 2011 @ 14:34:47
  Author: sramacher-guest
Revision: 19228

* New upstream release
* Also export CPPFLAGS to support all hardening flags.

Modified:
  packages/python-crypto/trunk/debian/changelog
  packages/python-crypto/trunk/debian/rules

Modified: packages/python-crypto/trunk/debian/changelog
===================================================================
--- packages/python-crypto/trunk/debian/changelog	2011-11-12 13:32:27 UTC (rev 19227)
+++ packages/python-crypto/trunk/debian/changelog	2011-11-12 14:34:47 UTC (rev 19228)
@@ -1,3 +1,10 @@
+python-crypto (2.4.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/rules: also export CPPFLAGS to honor all hardening flags.
+
+ -- Sebastian Ramacher <s.ramacher at gmx.at>  Sat, 12 Nov 2011 15:13:27 +0100
+
 python-crypto (2.4-1) unstable; urgency=low
 
   [ Sebastian Ramacher ]

Modified: packages/python-crypto/trunk/debian/rules
===================================================================
--- packages/python-crypto/trunk/debian/rules	2011-11-12 13:32:27 UTC (rev 19227)
+++ packages/python-crypto/trunk/debian/rules	2011-11-12 14:34:47 UTC (rev 19228)
@@ -12,6 +12,7 @@
 pythonpath_dbg = $$(ls -d $(CURDIR)/build/lib_d.*-$(1) 2>/dev/null || ls -d $(CURDIR)/build/lib.*$(1)-pydebug)
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
 %:




More information about the Python-modules-commits mailing list