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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Sep 15 16:56:33 UTC 2011


    Date: Thursday, September 15, 2011 @ 16:56:32
  Author: jwilk
Revision: 18553

Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python code.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2011-09-15 16:55:23 UTC (rev 18552)
+++ packages/gamera/trunk/debian/changelog	2011-09-15 16:56:32 UTC (rev 18553)
@@ -1,3 +1,10 @@
+gamera (3.3.1-2) UNRELEASED; urgency=low
+
+  * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
+    code.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 15 Sep 2011 18:56:03 +0200
+
 gamera (3.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2011-09-15 16:55:23 UTC (rev 18552)
+++ packages/gamera/trunk/debian/rules	2011-09-15 16:56:32 UTC (rev 18553)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export PYTHONWARNINGS=d
+
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 




More information about the Python-modules-commits mailing list