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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Aug 13 19:54:06 UTC 2012


    Date: Monday, August 13, 2012 @ 19:54:05
  Author: morph
Revision: 22526

* debian/rules 
  - use hardening flags

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

Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog	2012-08-13 19:25:27 UTC (rev 22525)
+++ packages/python-psutil/trunk/debian/changelog	2012-08-13 19:54:05 UTC (rev 22526)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/copyright
     - extend packaging copyright years
+  * debian/rules 
+    - use hardening flags
 
- -- Sandro Tosi <morph at debian.org>  Mon, 13 Aug 2012 21:25:03 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 13 Aug 2012 21:49:54 +0200
 
 python-psutil (0.5.1-1) unstable; urgency=low
 

Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules	2012-08-13 19:25:27 UTC (rev 22525)
+++ packages/python-psutil/trunk/debian/rules	2012-08-13 19:54:05 UTC (rev 22526)
@@ -2,6 +2,10 @@
 
 PYVERS:=$(shell pyversions -s)
 
+export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
+export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@
 




More information about the Python-modules-commits mailing list