[Python-modules-commits] r18570 - in packages/python-docutils/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Sep 16 18:53:41 UTC 2011


    Date: Friday, September 16, 2011 @ 18:53:40
  Author: jwilk
Revision: 18570

Drop PYTHONWARNINGS=d for the time being. For a reason or another it makes the testsuite explode.

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-16 18:33:46 UTC (rev 18569)
+++ packages/python-docutils/trunk/debian/changelog	2011-09-16 18:53:40 UTC (rev 18570)
@@ -1,8 +1,6 @@
 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.
   * Restore historical behavior of languages.get_language() taking only a
     single argument (languages-get_language-2nd-arg-optional.diff). Thanks to
     Sergio Talens-Oliag for the bug report.

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2011-09-16 18:33:46 UTC (rev 18569)
+++ packages/python-docutils/trunk/debian/rules	2011-09-16 18:53:40 UTC (rev 18570)
@@ -2,8 +2,6 @@
 
 -include /usr/share/python/python.mk
 
-export PYTHONWARNINGS=d
-
 scripts = \
 	rst-buildhtml \
 	rst2html \




More information about the Python-modules-commits mailing list