[Python-modules-commits] r20630 - in packages/greekocr4gamera/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Feb 29 19:40:08 UTC 2012


    Date: Wednesday, February 29, 2012 @ 19:40:07
  Author: jwilk
Revision: 20630

Don't include *.egg-info in the binary package.

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

Modified: packages/greekocr4gamera/trunk/debian/changelog
===================================================================
--- packages/greekocr4gamera/trunk/debian/changelog	2012-02-29 19:38:24 UTC (rev 20629)
+++ packages/greekocr4gamera/trunk/debian/changelog	2012-02-29 19:40:07 UTC (rev 20630)
@@ -1,3 +1,10 @@
+greekocr4gamera (1.0.1-4) 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:39:00 +0100
+
 greekocr4gamera (1.0.1-3) unstable; urgency=low
  
   * Upload to unstable.

Modified: packages/greekocr4gamera/trunk/debian/rules
===================================================================
--- packages/greekocr4gamera/trunk/debian/rules	2012-02-29 19:38:24 UTC (rev 20629)
+++ packages/greekocr4gamera/trunk/debian/rules	2012-02-29 19:40:07 UTC (rev 20630)
@@ -26,6 +26,7 @@
 	dh_testroot
 	dh_prep
 	$(python_all) setup.py install --prefix=/usr --root=debian/python-gamera.toolkits.greekocr/
+	find debian/*/ -name '*.egg-info' -delete
 	cd debian/*/usr/bin/ && \
 		rename.ul '.py' '' greekocr4gamera.py && \
 		sed -i -e '1s,^#!.*,#!/usr/bin/python,' greekocr4gamera




More information about the Python-modules-commits mailing list