[Python-modules-commits] r18551 - in packages/python-docutils/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Thu Sep 15 16:54:23 UTC 2011
Date: Thursday, September 15, 2011 @ 16:54:22
Author: jwilk
Revision: 18551
Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python code.
Modified:
packages/python-docutils/trunk/debian/changelog
packages/python-docutils/trunk/debian/rules
Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog 2011-09-15 16:46:17 UTC (rev 18550)
+++ packages/python-docutils/trunk/debian/changelog 2011-09-15 16:54:22 UTC (rev 18551)
@@ -1,8 +1,10 @@
python-docutils (0.8.1-3) UNRELEASED; urgency=low
* Remove needless comments from debian/rules.
+ * Export PYTHONWARNINGS=d in debian/rules to enable all warnings in Python
+ code.
- -- Jakub Wilk <jwilk at debian.org> Thu, 15 Sep 2011 18:45:13 +0200
+ -- Jakub Wilk <jwilk at debian.org> Thu, 15 Sep 2011 18:46:54 +0200
python-docutils (0.8.1-2) unstable; urgency=low
Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules 2011-09-15 16:46:17 UTC (rev 18550)
+++ packages/python-docutils/trunk/debian/rules 2011-09-15 16:54:22 UTC (rev 18551)
@@ -2,6 +2,8 @@
-include /usr/share/python/python.mk
+export PYTHONWARNINGS=d
+
scripts = \
rst-buildhtml \
rst2html \
More information about the Python-modules-commits
mailing list