[Python-modules-commits] r473 - in /packages/pastescript/trunk/debian: control rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sat May 6 23:41:49 UTC 2006


Author: pox-guest
Date: Sat May  6 23:41:48 2006
New Revision: 473

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=473
Log:
dependencies updated
fixed paster's python2.4 issue... with sed :(

Modified:
    packages/pastescript/trunk/debian/control
    packages/pastescript/trunk/debian/rules

Modified: packages/pastescript/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/control?rev=473&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/control (original)
+++ packages/pastescript/trunk/debian/control Sat May  6 23:41:48 2006
@@ -9,8 +9,8 @@
 
 Package: python-pastescript
 Architecture: all
-Depends: python (>=2.3), python-support (>= 0.2.2), python-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
-Recommends: python-cheetah
+Depends: python2.4, python-support (>= 0.2.2), python2.4-setuptools (>= 0.6a9-1), python-paste, python-pastedeploy
+Recommends: python2.4-cheetah
 Description: serving up web applications, creating file layouts for python packages
  Paster is pluggable command-line frontend,
  including commands to setup package file layouts

Modified: packages/pastescript/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/rules?rev=473&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/rules (original)
+++ packages/pastescript/trunk/debian/rules Sat May  6 23:41:48 2006
@@ -12,3 +12,4 @@
 
 install/python-pastescript::
 	echo "2.4-" >debian/python-pastescript/usr/share/python-support/pastescript/.version
+	sed -i 's,/usr/bin/python,/usr/bin/python2.4,g' debian/python-pastescript/usr/bin/paster




More information about the Python-modules-commits mailing list