r1843 - in van.pydeb/trunk/debian (2 files)

jinty-guest at users.alioth.debian.org jinty-guest at users.alioth.debian.org
Thu Oct 29 10:15:47 UTC 2009


    Date: Thursday, October 29, 2009 @ 10:15:34
  Author: jinty-guest
Revision: 1843

Accomodate differences in the .egg-info directory naming between
distribute and setuptools by also moving .egg-info files without
-py$*. (Closes: 552945)

Modified:
  van.pydeb/trunk/debian/changelog
  van.pydeb/trunk/debian/rules_templates/rules.1.mk

Modified: van.pydeb/trunk/debian/changelog
===================================================================
--- van.pydeb/trunk/debian/changelog	2009-10-18 11:09:53 UTC (rev 1842)
+++ van.pydeb/trunk/debian/changelog	2009-10-29 10:15:34 UTC (rev 1843)
@@ -1,3 +1,11 @@
+van.pydeb (1.3.0-2) unstable; urgency=low
+
+  * Accomodate differences in the .egg-info directory naming between
+    distribute and setuptools by also moving .egg-info files without
+    -py$*. (Closes: 552945)
+
+ -- Brian Sutherland <brian at vanguardistas.net>  Thu, 29 Oct 2009 11:11:05 +0100
+
 van.pydeb (1.3.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: van.pydeb/trunk/debian/rules_templates/rules.1.mk
===================================================================
--- van.pydeb/trunk/debian/rules_templates/rules.1.mk	2009-10-18 11:09:53 UTC (rev 1842)
+++ van.pydeb/trunk/debian/rules_templates/rules.1.mk	2009-10-29 10:15:34 UTC (rev 1843)
@@ -51,7 +51,7 @@
 
 install-python%:
 	python$* setup.py install --no-compile --single-version-externally-managed $(py_setup_install_args) --root=debian/$(package) --install-data=usr/lib/$(package)
-	mv debian/$(package)$(call py_libdir,$*)/$(py_package)-*-py$*.egg-info \
+	mv debian/$(package)$(call py_libdir,$*)/$(py_package)-*.egg-info \
 	   debian/$(package)$(call py_libdir,$*)/$(py_package).egg-info 
 	find debian/$(package)$(call py_libdir,$*) -name "$(py_package)-*-nspkg.pth" -exec \
 	   mv {} debian/$(package)$(call py_libdir,$*)/$(py_package)-nspkg.pth \;




More information about the pkg-zope-developers mailing list