[Python-modules-commits] r774 - /packages/kiwi/trunk/debian/rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Jun 10 22:12:17 UTC 2006


Author: kov
Date: Sat Jun 10 22:12:15 2006
New Revision: 774

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=774
Log:
forgot to replace two cherrypy's with kiwi's

Modified:
    packages/kiwi/trunk/debian/rules

Modified: packages/kiwi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/rules?rev=774&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/rules (original)
+++ packages/kiwi/trunk/debian/rules Sat Jun 10 22:12:15 2006
@@ -13,8 +13,8 @@
 PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
 
 common-binary-post-install-indep::
-	mv debian/python-cherrypy/usr/share/python-support/python-kiwi/kiwi-${UPSTREAM_VERSION}-py${PYVER}.egg-info \
-		debian/python-cherrypy/usr/share/python-support/python-kiwi/kiwi-${UPSTREAM_VERSION}.egg-info
+	mv debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${UPSTREAM_VERSION}-py${PYVER}.egg-info \
+		debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${UPSTREAM_VERSION}.egg-info
 
 	mkdir -p debian/python-kiwi/usr/share/python-support/gazpacho
 	mv debian/python-kiwi/usr/lib/python${PYVER}/site-packages/gazpacho \




More information about the Python-modules-commits mailing list