[Python-modules-commits] r496 - in /packages/routes/trunk/debian:
rules watch
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Sun May 7 15:56:59 UTC 2006
Author: pox-guest
Date: Sun May 7 15:56:58 2006
New Revision: 496
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=496
Log:
watch file added
"py2.3." removed from Egg dirname
Added:
packages/routes/trunk/debian/watch
Modified:
packages/routes/trunk/debian/rules
Modified: packages/routes/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/rules?rev=496&op=diff
==============================================================================
--- packages/routes/trunk/debian/rules (original)
+++ packages/routes/trunk/debian/rules Sun May 7 15:56:58 2006
@@ -9,3 +9,9 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib usr/share/python-support/routes
DEB_COMPRESS_EXCLUDE := .py
+
+VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -n 's/-.*//p')
+
+install/python-routes::
+ echo "2.3-" >debian/python-routes/usr/share/python-support/routes/.version
+ mv debian/python-routes/usr/share/python-support/routes/Routes-${VERSION}-{py2.3.egg-info,egg-info}
Added: packages/routes/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/routes/trunk/debian/watch?rev=496&op=file
==============================================================================
--- packages/routes/trunk/debian/watch (added)
+++ packages/routes/trunk/debian/watch Sun May 7 15:56:58 2006
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/R/Routes Routes-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list