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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Thu Sep 15 17:37:24 UTC 2011


    Date: Thursday, September 15, 2011 @ 17:37:23
  Author: eriol-guest
Revision: 18555

Export PYTHONWARNINGS=d instead of passing -Wd

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

Modified: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules	2011-09-15 17:32:23 UTC (rev 18554)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules	2011-09-15 17:37:23 UTC (rev 18555)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export PYTHONWARNINGS=d
+
 %:
 	dh $@
 
@@ -14,6 +16,6 @@
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e; \
 	for python in $(shell pyversions -r); do \
-		$$python -Wd /usr/bin/nosetests; \
+		$$python /usr/bin/nosetests; \
 	done
 endif




More information about the Python-modules-commits mailing list