[Python-modules-commits] r1191 - in
/packages/turbokid/trunk/debian: changelog control rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Tue Jul 25 00:28:37 UTC 2006
Author: kov
Date: Tue Jul 25 00:28:36 2006
New Revision: 1191
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1191
Log:
* New upstream release
* debian/control:
- require newer versions of cdbs and debhelper which respect the
2.4 requirement when calling setup.py
* debian/rules:
- use DEB_UPSTREAM_VERSION, and shell globbing instead of detecting the
python version when renaming the egg-info directory
(Closes: #379547)
Modified:
packages/turbokid/trunk/debian/changelog
packages/turbokid/trunk/debian/control
packages/turbokid/trunk/debian/rules
Modified: packages/turbokid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/changelog?rev=1191&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/changelog (original)
+++ packages/turbokid/trunk/debian/changelog Tue Jul 25 00:28:36 2006
@@ -1,3 +1,16 @@
+turbokid (0.9.8-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/control:
+ - require newer versions of cdbs and debhelper which respect the
+ 2.4 requirement when calling setup.py
+ * debian/rules:
+ - use DEB_UPSTREAM_VERSION, and shell globbing instead of detecting the
+ python version when renaming the egg-info directory
+ (Closes: #379547)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 24 Jul 2006 21:22:13 -0300
+
turbokid (0.9.6-3) unstable; urgency=low
* debian/control, debian/pyversions, debian/pycompat:
Modified: packages/turbokid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/control?rev=1191&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/control (original)
+++ packages/turbokid/trunk/debian/control Tue Jul 25 00:28:36 2006
@@ -3,10 +3,9 @@
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: cdbs (>= 0.4.42), debhelper (>= 5.0.37.1), python, python-setuptools (>= 0.6b3-1)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6b3-1)
Build-Depends-Indep: python-all-dev (>= 2.3.5-10), python-support (>= 0.3)
Standards-Version: 3.7.2
-XS-Python-Version: all, >= 2.4
Package: python-turbokid
Architecture: all
Modified: packages/turbokid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/rules?rev=1191&op=diff
==============================================================================
--- packages/turbokid/trunk/debian/rules (original)
+++ packages/turbokid/trunk/debian/rules Tue Jul 25 00:28:36 2006
@@ -10,10 +10,7 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
--install-lib usr/share/python-support/python-turbokid --install-data usr/share/doc/python-turbokid
-UPSTREAM_VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
-PYVER=$(shell python -V 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1-2)
-
binary-post-install/python-turbokid::
- mv debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-${UPSTREAM_VERSION}dev-py${PYVER}.egg-info \
- debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-${UPSTREAM_VERSION}dev.egg-info
+ mv debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-${DEB_UPSTREAM_VERSION}-py*.egg-info \
+ debian/python-turbokid/usr/share/python-support/python-turbokid/TurboKid-${DEB_UPSTREAM_VERSION}.egg-info
-rm -rf debian/python-turbokid/usr/lib/
More information about the Python-modules-commits
mailing list