[Python-modules-commits] r22477 - in packages/simplejson/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 31 21:16:44 UTC 2012


    Date: Tuesday, July 31, 2012 @ 21:16:43
  Author: piotr
Revision: 22477

* New upstream release
* Add hardening flags (via /usr/share/dpkg/buildflags.mk)

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

Modified: packages/simplejson/trunk/debian/changelog
===================================================================
--- packages/simplejson/trunk/debian/changelog	2012-07-31 09:37:27 UTC (rev 22476)
+++ packages/simplejson/trunk/debian/changelog	2012-07-31 21:16:43 UTC (rev 22477)
@@ -1,3 +1,10 @@
+simplejson (2.6.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Add hardening flags (via /usr/share/dpkg/buildflags.mk)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 31 Jul 2012 19:37:16 +0200
+
 simplejson (2.6.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/simplejson/trunk/debian/rules
===================================================================
--- packages/simplejson/trunk/debian/rules	2012-07-31 09:37:27 UTC (rev 22476)
+++ packages/simplejson/trunk/debian/rules	2012-07-31 21:16:43 UTC (rev 22477)
@@ -5,6 +5,8 @@
 MODULE_NAME=simplejson
 
 PYVERS=$(shell pyversions -vr)
+DPKG_EXPORT_BUILDFLAGS = 1
+-include /usr/share/dpkg/buildflags.mk
 
 clean:
 	dh_testdir




More information about the Python-modules-commits mailing list