[Python-modules-commits] r2371 - in
/packages/turbogears/trunk/debian: changelog control rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat May 12 20:37:32 UTC 2007
Author: kov
Date: Sat May 12 20:37:32 2007
New Revision: 2371
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2371
Log:
removed hack to rename the egg-info directory, since python-support
0.6.4 already does this; now build-depends on python-support >= 0.6.4
Modified:
packages/turbogears/trunk/debian/changelog
packages/turbogears/trunk/debian/control
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=2371&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sat May 12 20:37:32 2007
@@ -8,6 +8,9 @@
* debian/control:
- changed python-markup to python-genshi on Suggests, following the
upstream (and Debian package) rename (Closes: #419567)
+ - Build-Depends on python-support >= 0.6.4, which automatically renames
+ the egg-info directories to remove the python version number from their
+ names
- updated build-dependencies according to the python policy (python-support
and cdbs affected)
- updated dependencies according to the requirements expressed in setup.py
@@ -23,6 +26,8 @@
* debian/rules:
- fixed pyversions script usage to only get the current default python
version, in order to rename the egg-info directory
+ - removed hack to rename the egg-info directory, since python-support
+ 0.6.4 already does this
-- Gustavo Noronha Silva <kov at debian.org> Sat, 12 May 2007 14:45:02 -0300
Modified: packages/turbogears/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/control?rev=2371&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/control (original)
+++ packages/turbogears/trunk/debian/control Sat May 12 20:37:32 2007
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Gustavo Noronha Silva <kov at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-support (>= 0.5.3), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3-1)
+Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3-1)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears/trunk/
Modified: packages/turbogears/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/rules?rev=2371&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/rules (original)
+++ packages/turbogears/trunk/debian/rules Sat May 12 20:37:32 2007
@@ -8,12 +8,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-PYVER=$(shell pyversions -vd)
binary-post-install/python-turbogears::
find debian/python-turbogears/usr/share/python-support/ -type f \
-exec chmod a-x {} \;
-
-common-binary-post-install-indep::
- mv debian/python-turbogears/usr/share/python-support/python-turbogears/TurboGears-${DEB_UPSTREAM_VERSION}-py${PYVER}.egg-info \
- debian/python-turbogears/usr/share/python-support/python-turbogears/TurboGears-${DEB_UPSTREAM_VERSION}.egg-info
More information about the Python-modules-commits
mailing list