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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Mar 13 18:29:25 UTC 2012


    Date: Tuesday, March 13, 2012 @ 18:29:24
  Author: jwilk
Revision: 20767

Don't pass control file path to pyversions explicitly.

Modified:
  packages/python-byteplay/trunk/debian/changelog
  packages/python-byteplay/trunk/debian/rules

Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog	2012-03-13 18:27:41 UTC (rev 20766)
+++ packages/python-byteplay/trunk/debian/changelog	2012-03-13 18:29:24 UTC (rev 20767)
@@ -6,8 +6,9 @@
     code.
   * Make binary(-indep) target depend on build stamp file rather than build
     target.
+  * Don't pass control file path to pyversions explicitly.
 
- -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 19:27:20 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 13 Mar 2012 19:28:39 +0100
 
 python-byteplay (0.2-1) unstable; urgency=low
 

Modified: packages/python-byteplay/trunk/debian/rules
===================================================================
--- packages/python-byteplay/trunk/debian/rules	2012-03-13 18:27:41 UTC (rev 20766)
+++ packages/python-byteplay/trunk/debian/rules	2012-03-13 18:29:24 UTC (rev 20767)
@@ -2,7 +2,7 @@
 
 export PYTHONWARNINGS=d
 
-python_all = pyversions -r $(CURDIR)/debian/control | tr ' ' '\n' | xargs -t -I {} env {}
+python_all = pyversions -r | tr ' ' '\n' | xargs -t -I {} env {}
 
 .PHONY: clean
 clean:




More information about the Python-modules-commits mailing list