[Python-modules-commits] r2352 - in
/packages/turbogears/trunk/debian: changelog rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat May 12 17:44:51 UTC 2007
Author: kov
Date: Sat May 12 17:44:51 2007
New Revision: 2352
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2352
Log:
fixed pyversions script usage
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=2352&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sat May 12 17:44:51 2007
@@ -8,8 +8,11 @@
- added to watch for new versions
* debian/patches/01_disable_requirements.diff:
- updated according to the changes in upstream package
-
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 12 May 2007 14:38:11 -0300
+ * debian/rules:
+ - fixed pyversions script usage to only get the current default python
+ version, in order to rename the egg-info directory
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 12 May 2007 14:45:02 -0300
turbogears (1.0.1-1) unstable; urgency=low
Modified: packages/turbogears/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/rules?rev=2352&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/rules (original)
+++ packages/turbogears/trunk/debian/rules Sat May 12 17:44:51 2007
@@ -8,7 +8,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-PYVER=$(shell pyversions -vr)
+PYVER=$(shell pyversions -vd)
binary-post-install/python-turbogears::
find debian/python-turbogears/usr/share/python-support/ -type f \
More information about the Python-modules-commits
mailing list