[Python-modules-commits] r20761 - in packages/python-xmp-toolkit/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 13 15:48:47 UTC 2012


    Date: Tuesday, March 13, 2012 @ 15:48:46
  Author: jwilk
Revision: 20761

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

Modified:
  packages/python-xmp-toolkit/trunk/debian/changelog
  packages/python-xmp-toolkit/trunk/debian/rules

Modified: packages/python-xmp-toolkit/trunk/debian/changelog
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/changelog	2012-03-13 15:45:19 UTC (rev 20760)
+++ packages/python-xmp-toolkit/trunk/debian/changelog	2012-03-13 15:48:46 UTC (rev 20761)
@@ -4,8 +4,10 @@
     + Update debian/copyright URI.
   * Use xargs to iterate over all Python versions.
   * Don't ignore test suite failures.
+  * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
+    code.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 16:39:22 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 16:47:41 +0100
 
 python-xmp-toolkit (1.0.2+dfsg-1) experimental; urgency=low
 

Modified: packages/python-xmp-toolkit/trunk/debian/rules
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/rules	2012-03-13 15:45:19 UTC (rev 20760)
+++ packages/python-xmp-toolkit/trunk/debian/rules	2012-03-13 15:48:46 UTC (rev 20761)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export PYTHONWARNINGS=d
+
 here = $(dir $(firstword $(MAKEFILE_LIST)))/..
 debian_version = $(word 2, $(shell cd $(here) && dpkg-parsechangelog | grep ^Version:))
 upstream_dfsg_version = $(firstword $(subst -, ,$(debian_version)))




More information about the Python-modules-commits mailing list