[Python-modules-commits] r22203 - in packages/ocr4gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Jun 19 11:13:35 UTC 2012


    Date: Tuesday, June 19, 2012 @ 11:13:32
  Author: jwilk
Revision: 22203

Do not pass explicit debian/control path to pyversions.

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

Modified: packages/ocr4gamera/trunk/debian/changelog
===================================================================
--- packages/ocr4gamera/trunk/debian/changelog	2012-06-18 13:41:53 UTC (rev 22202)
+++ packages/ocr4gamera/trunk/debian/changelog	2012-06-19 11:13:32 UTC (rev 22203)
@@ -2,8 +2,9 @@
 
   * Don't include *.egg-info in the binary package, as distribution name is
     too generic.
+  * Do not pass explicit debian/control path to pyversions.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 29 Feb 2012 20:37:31 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 19 Jun 2012 13:12:05 +0200
 
 ocr4gamera (1.0.6-2) unstable; urgency=low
 

Modified: packages/ocr4gamera/trunk/debian/rules
===================================================================
--- packages/ocr4gamera/trunk/debian/rules	2012-06-18 13:41:53 UTC (rev 22202)
+++ packages/ocr4gamera/trunk/debian/rules	2012-06-19 11:13:32 UTC (rev 22203)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-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