[Python-modules-commits] r21600 - in packages/python-roman/trunk/python-roman/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat May 5 21:29:05 UTC 2012


    Date: Saturday, May 5, 2012 @ 21:29:05
  Author: jwilk
Revision: 21600

Set PYTHONWARNINGS=d.

Modified:
  packages/python-roman/trunk/python-roman/trunk/debian/rules

Modified: packages/python-roman/trunk/python-roman/trunk/debian/rules
===================================================================
--- packages/python-roman/trunk/python-roman/trunk/debian/rules	2012-05-05 21:26:21 UTC (rev 21599)
+++ packages/python-roman/trunk/python-roman/trunk/debian/rules	2012-05-05 21:29:05 UTC (rev 21600)
@@ -2,7 +2,7 @@
 
 include /usr/share/python3/python.mk
 
-python2_all = pyversions -r | tr ' ' '\n' | xargs -t -I {} env {}
+python2_all = pyversions -r | tr ' ' '\n' | xargs -t -I {} env PYTHONWARNINGS=d {}
 python3_all = $(patsubst py%,py3%,$(python2_all))
 build2 = python setup.py build --build-lib build/2/
 build3 = python3 setup.py build --build-lib build/3/




More information about the Python-modules-commits mailing list