[Python-modules-commits] r20629 - in packages/ocr4gamera/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Feb 29 19:38:26 UTC 2012
Date: Wednesday, February 29, 2012 @ 19:38:24
Author: jwilk
Revision: 20629
Don't include *.egg-info in the binary package.
Modified:
packages/ocr4gamera/trunk/debian/changelog
packages/ocr4gamera/trunk/debian/rules
Modified: packages/ocr4gamera/trunk/debian/changelog
===================================================================
--- packages/ocr4gamera/trunk/debian/changelog 2012-02-29 02:27:18 UTC (rev 20628)
+++ packages/ocr4gamera/trunk/debian/changelog 2012-02-29 19:38:24 UTC (rev 20629)
@@ -1,3 +1,10 @@
+ocr4gamera (1.0.6-3) UNRELEASED; urgency=low
+
+ * Don't include *.egg-info in the binary package, as distribution name is
+ too generic.
+
+ -- Jakub Wilk <jwilk at debian.org> Wed, 29 Feb 2012 20:37:31 +0100
+
ocr4gamera (1.0.6-2) unstable; urgency=low
* Upload to unstable.
Modified: packages/ocr4gamera/trunk/debian/rules
===================================================================
--- packages/ocr4gamera/trunk/debian/rules 2012-02-29 02:27:18 UTC (rev 20628)
+++ packages/ocr4gamera/trunk/debian/rules 2012-02-29 19:38:24 UTC (rev 20629)
@@ -27,6 +27,7 @@
dh_prep
$(python_all) setup.py install --prefix=/usr --root=debian/python-gamera.toolkits.ocr/
find debian/*/ -name '_bbox_*.so' -delete
+ find debian/*/ -name '*.egg-info' -delete
cd debian/*/usr/bin/ && \
rename.ul '.py' '' ocr4gamera.py && \
sed -i -e '1s,^#!.*,#!/usr/bin/python,' ocr4gamera
More information about the Python-modules-commits
mailing list