[Python-modules-commits] r2363 - in /packages/turbojson/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 12 18:52:37 UTC 2007


Author: kov
Date: Sat May 12 18:52:37 2007
New Revision: 2363

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2363
Log:
removed 'dev' suffix from the upstream version when renaming the
egg-info directory

Modified:
    packages/turbojson/trunk/debian/changelog
    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=2363&op=diff
==============================================================================
--- packages/turbojson/trunk/debian/changelog (original)
+++ packages/turbojson/trunk/debian/changelog Sat May 12 18:52:37 2007
@@ -11,8 +11,11 @@
   - updated build-deps version requirement for python-support
     and moved it and python-all-dev to build-deps, since they are
     needed on clean
+  * debian/rules:
+  - removed the 'dev' from the upstream version when moving the
+    egg-info file, since that is no longer used
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 12 May 2007 15:37:34 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 12 May 2007 15:46:29 -0300
 
 turbojson (0.9.5-1) unstable; urgency=low
 

Modified: packages/turbojson/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/rules?rev=2363&op=diff
==============================================================================
--- packages/turbojson/trunk/debian/rules (original)
+++ packages/turbojson/trunk/debian/rules Sat May 12 18:52:37 2007
@@ -10,6 +10,6 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-turbojson --install-data usr/share/doc/python-turbojson
 
 binary-post-install/python-turbojson::
-	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
+	mv debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${DEB_UPSTREAM_VERSION}-py*.egg-info \
+	   debian/python-turbojson/usr/share/python-support/python-turbojson/TurboJson-${DEB_UPSTREAM_VERSION}.egg-info
 	-rm -rf debian/python-turbojson/usr/lib/




More information about the Python-modules-commits mailing list