[Python-modules-commits] r18726 - in packages/pystemmer/trunk/debian (changelog control rules)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sun Sep 25 15:31:41 UTC 2011
Date: Sunday, September 25, 2011 @ 15:31:39
Author: stefanor
Revision: 18726
Use CFLAGS and LDFLAGS from dpkg-buildflags, to pick up hardening flags.
Modified:
packages/pystemmer/trunk/debian/changelog
packages/pystemmer/trunk/debian/control
packages/pystemmer/trunk/debian/rules
Modified: packages/pystemmer/trunk/debian/changelog
===================================================================
--- packages/pystemmer/trunk/debian/changelog 2011-09-25 06:04:09 UTC (rev 18725)
+++ packages/pystemmer/trunk/debian/changelog 2011-09-25 15:31:39 UTC (rev 18726)
@@ -1,3 +1,9 @@
+pystemmer (1.2.0+dfsg-2) UNRELEASED; urgency=low
+
+ * Use CFLAGS and LDFLAGS from dpkg-buildflags, to pick up hardening flags.
+
+ -- Stefano Rivera <stefanor at debian.org> Sat, 10 Sep 2011 22:29:41 +0200
+
pystemmer (1.2.0+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: packages/pystemmer/trunk/debian/control
===================================================================
--- packages/pystemmer/trunk/debian/control 2011-09-25 06:04:09 UTC (rev 18725)
+++ packages/pystemmer/trunk/debian/control 2011-09-25 15:31:39 UTC (rev 18726)
@@ -6,6 +6,7 @@
Build-Depends:
cython-dbg,
debhelper (>= 7.3.5~),
+ dpkg-dev (>= 1.15.7~),
libstemmer-dev,
python-all-dbg,
python-all-dev (>= 2.6.6-14~),
Modified: packages/pystemmer/trunk/debian/rules
===================================================================
--- packages/pystemmer/trunk/debian/rules 2011-09-25 06:04:09 UTC (rev 18725)
+++ packages/pystemmer/trunk/debian/rules 2011-09-25 15:31:39 UTC (rev 18726)
@@ -2,6 +2,9 @@
include /usr/share/python/python.mk
+export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+export LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+
PYVERS := $(shell pyversions -vr)
PY3VERS := $(shell py3versions -vr)
More information about the Python-modules-commits
mailing list