[Python-modules-commits] r1196 - in
/packages/turbojson/trunk/debian: changelog control rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Tue Jul 25 00:48:00 UTC 2006
Author: kov
Date: Tue Jul 25 00:47:59 2006
New Revision: 1196
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1196
Log:
* New upstream release
* debian/control:
- require newer versions of cdbs and debhelper which respect the
minimal python version when calling setup.py
* debian/rules:
- use DEB_UPSTREAM_VERSION from cdbs, and use shell glob when renaming
the egg-info directory
Modified:
packages/turbojson/trunk/debian/changelog
packages/turbojson/trunk/debian/control
packages/turbojson/trunk/debian/rules
Modified: packages/turbojson/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/changelog?rev=1196&op=diff
==============================================================================
--- packages/turbojson/trunk/debian/changelog (original)
+++ packages/turbojson/trunk/debian/changelog Tue Jul 25 00:47:59 2006
@@ -1,3 +1,15 @@
+turbojson (0.9.5-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/control:
+ - require newer versions of cdbs and debhelper which respect the
+ minimal python version when calling setup.py
+ * debian/rules:
+ - use DEB_UPSTREAM_VERSION from cdbs, and use shell glob when renaming
+ the egg-info directory
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 24 Jul 2006 21:38:55 -0300
+
turbojson (0.9.3-2) unstable; urgency=low
* New Python Policy (Closes: #374697)
Modified: packages/turbojson/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/control?rev=1196&op=diff
==============================================================================
--- packages/turbojson/trunk/debian/control (original)
+++ packages/turbojson/trunk/debian/control Tue Jul 25 00:47:59 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-turbojson
Architecture: all
Modified: packages/turbojson/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/rules?rev=1196&op=diff
==============================================================================
--- packages/turbojson/trunk/debian/rules (original)
+++ packages/turbojson/trunk/debian/rules Tue Jul 25 00:47:59 2006
@@ -8,10 +8,8 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-turbojson --install-data usr/share/doc/python-turbojson
-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-turbojson::
- mv debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${UPSTREAM_VERSION}dev-py${PYVER}.egg-info \
- debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${UPSTREAM_VERSION}dev.egg-info
+ mv debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${DEB_UPSTREAM_VERSION}dev-py*.egg-info \
+ debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${DEB_UPSTREAM_VERSION}dev.egg-info
-rm -rf debian/python-turbojson/usr/lib/
More information about the Python-modules-commits
mailing list