[Python-modules-commits] r20762 - in packages/python-byteplay/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Mar 13 15:48:54 UTC 2012
Date: Tuesday, March 13, 2012 @ 15:48:53
Author: jwilk
Revision: 20762
Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python code.
Modified:
packages/python-byteplay/trunk/debian/changelog
packages/python-byteplay/trunk/debian/rules
Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog 2012-03-13 15:48:46 UTC (rev 20761)
+++ packages/python-byteplay/trunk/debian/changelog 2012-03-13 15:48:53 UTC (rev 20762)
@@ -2,8 +2,10 @@
* Bump standards version to 3.9.3.
+ Update debian/copyright URI.
+ * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
+ code.
- -- Jakub Wilk <jwilk at debian.org> Fri, 02 Mar 2012 23:52:29 +0100
+ -- Jakub Wilk <jwilk at debian.org> Tue, 13 Mar 2012 16:48:25 +0100
python-byteplay (0.2-1) unstable; urgency=low
Modified: packages/python-byteplay/trunk/debian/rules
===================================================================
--- packages/python-byteplay/trunk/debian/rules 2012-03-13 15:48:46 UTC (rev 20761)
+++ packages/python-byteplay/trunk/debian/rules 2012-03-13 15:48:53 UTC (rev 20762)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export PYTHONWARNINGS=d
+
python_all = pyversions -r $(CURDIR)/debian/control | tr ' ' '\n' | xargs -t -I {} env {}
.PHONY: clean
More information about the Python-modules-commits
mailing list