[Python-modules-commits] r1079 - in /packages/ruledispatch/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jun 27 01:32:28 UTC 2006


Author: kov
Date: Tue Jun 27 01:32:28 2006
New Revision: 1079

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1079
Log:
apparently the newest tools install the egg-info
directory in a different path - release to unstable

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

Modified: packages/ruledispatch/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/changelog?rev=1079&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/changelog (original)
+++ packages/ruledispatch/trunk/debian/changelog Tue Jun 27 01:32:28 2006
@@ -1,4 +1,4 @@
-ruledispatch (0.5adev-3) UNRELEASED; urgency=low
+ruledispatch (0.5adev-3) unstable; urgency=low
 
   * debian/control:
   - increased the required version of cdbs

Modified: packages/ruledispatch/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ruledispatch/trunk/debian/rules?rev=1079&op=diff
==============================================================================
--- packages/ruledispatch/trunk/debian/rules (original)
+++ packages/ruledispatch/trunk/debian/rules Tue Jun 27 01:32:28 2006
@@ -9,6 +9,8 @@
 UPSTREAM_VERSION=$(shell echo ${DEB_UPSTREAM_VERSION} | sed s,dev,0,g)
 
 binary-post-install/python-dispatch::
-	mv debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}-py*.egg-info \
+	EGGDIR=$$(find debian/python-dispatch/usr/lib/ -name RuleDispatch\*.egg-info | head -n 1); \
+	mv $${EGGDIR} \
 		debian/python-dispatch/usr/share/python-support/python-dispatch/RuleDispatch-${UPSTREAM_VERSION}.egg-info
+	find debian/python-dispatch/usr/lib/ -name RuleDispatch\*.egg-info | xargs rm -rf
 




More information about the Python-modules-commits mailing list