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