[Python-modules-commits] r22204 - in packages/greekocr4gamera/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Jun 19 12:13:40 UTC 2012
Date: Tuesday, June 19, 2012 @ 12:13:38
Author: jwilk
Revision: 22204
Do not pass explicit debian/control path to pyversions.
Modified:
packages/greekocr4gamera/trunk/debian/changelog
packages/greekocr4gamera/trunk/debian/rules
Modified: packages/greekocr4gamera/trunk/debian/changelog
===================================================================
--- packages/greekocr4gamera/trunk/debian/changelog 2012-06-19 11:13:32 UTC (rev 22203)
+++ packages/greekocr4gamera/trunk/debian/changelog 2012-06-19 12:13:38 UTC (rev 22204)
@@ -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:39:00 +0100
+ -- Jakub Wilk <jwilk at debian.org> Tue, 19 Jun 2012 14:12:06 +0200
greekocr4gamera (1.0.1-3) unstable; urgency=low
Modified: packages/greekocr4gamera/trunk/debian/rules
===================================================================
--- packages/greekocr4gamera/trunk/debian/rules 2012-06-19 11:13:32 UTC (rev 22203)
+++ packages/greekocr4gamera/trunk/debian/rules 2012-06-19 12:13:38 UTC (rev 22204)
@@ -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