[Python-modules-commits] r1232 - in /packages/kiwi/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Aug 1 02:24:24 UTC 2006


Author: kov
Date: Tue Aug  1 02:24:23 2006
New Revision: 1232

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1232
Log:
remove unneeded code that was commented out and the python version
seding, which is done by the tools now

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

Modified: packages/kiwi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/changelog?rev=1232&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/changelog (original)
+++ packages/kiwi/trunk/debian/changelog Tue Aug  1 02:24:23 2006
@@ -4,8 +4,12 @@
   - added to handle problems in upgrade caused by -4 and earlier being
     built with a python-support version which was buggy when handling
     "outside" modules (Closes: #379359)
+  * debian/rules:
+  - cleaning up; removing commented code that is not needed anymore
+    and remove the code that sed's the python version, for that is done
+    by the tools now
 
- -- Gustavo Noronha Silva <kov at debian.org>  Mon, 26 Jun 2006 21:53:35 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Mon, 31 Jul 2006 23:22:58 -0300
 
 kiwi (1.9.8-5) unstable; urgency=low
 

Modified: packages/kiwi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/rules?rev=1232&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/rules (original)
+++ packages/kiwi/trunk/debian/rules Tue Aug  1 02:24:23 2006
@@ -9,23 +9,10 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
-PYCURVER := $(shell pyversions -d | sed s,python,,g)
-VERSIONOK := $(shell dpkg --compare-versions ${PYCURVER} ge 2.4 ; echo $${?})
-
 binary-post-install/python-kiwi::
 	mv debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${DEB_UPSTREAM_VERSION}-py*.egg-info \
 		debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${DEB_UPSTREAM_VERSION}.egg-info
 
-#	mkdir -p debian/python-kiwi/usr/share/python-support/gazpacho
-ifeq (1, ${VERSIONOK})
-	for file in debian/python-kiwi/usr/bin/*; do \
-		sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' $$file ;\
-	done
-endif
-#	mv debian/python-kiwi/usr/lib/python${PYVER}/site-packages/gazpacho \
-#		debian/python-kiwi/usr/share/python-support/gazpacho/
-#	rm -rf debian/python-kiwi/usr/lib
-
 clean::
 	-rm -rf kiwi.egg-info
 	-find . -name \*.mo -exec rm {} \;




More information about the Python-modules-commits mailing list