[Python-modules-commits] r18552 - in packages/sphinx/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Sep 15 16:55:24 UTC 2011


    Date: Thursday, September 15, 2011 @ 16:55:23
  Author: jwilk
Revision: 18552

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

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

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2011-09-15 16:54:22 UTC (rev 18551)
+++ packages/sphinx/trunk/debian/changelog	2011-09-15 16:55:23 UTC (rev 18552)
@@ -1,3 +1,10 @@
+sphinx (1.0.7+dfsg-3) 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:48:37 +0200
+
 sphinx (1.0.7+dfsg-2) unstable; urgency=low
 
   * JavaScript test suite: don't hang if get_title() returns None. Thanks to

Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules	2011-09-15 16:54:22 UTC (rev 18551)
+++ packages/sphinx/trunk/debian/rules	2011-09-15 16:55:23 UTC (rev 18552)
@@ -3,6 +3,8 @@
 
 include /usr/share/python/python.mk
 
+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