[Python-modules-commits] r1147 - in
/packages/turbogears/trunk/debian: changelog rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sun Jul 9 18:17:10 UTC 2006
Author: kov
Date: Sun Jul 9 18:17:10 2006
New Revision: 1147
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1147
Log:
remove hack to replace the hashbang; it is being taken care of
by the build tools
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/rules
Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1147&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sun Jul 9 18:17:10 2006
@@ -7,8 +7,12 @@
- do not require a sqlobject version in the egg-info; we're handling
this with in the package and the requirement does not work very well
with sqlobject's versioning
+ * debian/rules:
+ - remove hack to detect and apply changing the python hashbang (mainly
+ in the tg-admin script) since this appears to be taken care of by
+ python-support now
- -- Gustavo Noronha Silva <kov at debian.org> Sun, 9 Jul 2006 15:11:05 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 9 Jul 2006 15:16:10 -0300
turbogears (0.9a6-1) experimental; urgency=low
Modified: packages/turbogears/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/rules?rev=1147&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/rules (original)
+++ packages/turbogears/trunk/debian/rules Sun Jul 9 18:17:10 2006
@@ -9,12 +9,6 @@
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-turbogears::
find debian/python-turbogears/usr/share/python-support/ -type f \
-exec chmod a-x {} \;
-ifeq (1, ${VERSIONOK})
- sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' debian/python-turbogears/usr/bin/tg-admin
-endif
More information about the Python-modules-commits
mailing list