[Python-modules-commits] r18549 - in packages/sphinxcontrib-spelling/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Sep 15 15:50:53 UTC 2011


    Date: Thursday, September 15, 2011 @ 15:50:52
  Author: eriol-guest
Revision: 18549

Re-enabled display of DeprecationWarning messages for Python 2.7 using -Wd

Modified:
  packages/sphinxcontrib-spelling/trunk/debian/rules

Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules	2011-09-15 14:44:35 UTC (rev 18548)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules	2011-09-15 15:50:52 UTC (rev 18549)
@@ -7,6 +7,6 @@
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e; \
 	for python in $(shell pyversions -r); do \
-		$$python /usr/bin/nosetests; \
+		$$python -Wd /usr/bin/nosetests; \
 	done
 endif




More information about the Python-modules-commits mailing list