[Python-modules-commits] r23670 - in packages/gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Mar 6 23:34:56 UTC 2013


    Date: Wednesday, March 6, 2013 @ 23:34:54
  Author: jwilk
Revision: 23670

Set PYTHONHASHSEED=random in debian/rules.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2013-03-06 22:35:56 UTC (rev 23669)
+++ packages/gamera/trunk/debian/changelog	2013-03-06 23:34:54 UTC (rev 23670)
@@ -15,8 +15,9 @@
     + Reduce minimum required debhelper version to 7. 
   * Install *.egg-info into the binary package.
   * Override HOME, so that ~/.matplotlib/ directory is not left behind.
+  * Set PYTHONHASHSEED=random in debian/rules.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 06 Mar 2013 23:34:43 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 06 Mar 2013 23:36:21 +0100
 
 gamera (3.3.3-2) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2013-03-06 22:35:56 UTC (rev 23669)
+++ packages/gamera/trunk/debian/rules	2013-03-06 23:34:54 UTC (rev 23670)
@@ -3,6 +3,7 @@
 export HOME = $(CURDIR)/build/
 
 export PYTHONWARNINGS=d
+export PYTHONHASHSEED=random
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 export CFLAGS_noopt = $(patsubst -O%,-O0,$(CFLAGS))




More information about the Python-modules-commits mailing list