[Python-modules-commits] r474 - in /packages/pastewebkit/trunk/debian: .version control rules

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Sun May 7 00:11:56 UTC 2006


Author: pox-guest
Date: Sun May  7 00:11:54 2006
New Revision: 474

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=474
Log:
cleanup

Removed:
    packages/pastewebkit/trunk/debian/.version
Modified:
    packages/pastewebkit/trunk/debian/control
    packages/pastewebkit/trunk/debian/rules

Modified: packages/pastewebkit/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/control?rev=474&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/control (original)
+++ packages/pastewebkit/trunk/debian/control Sun May  7 00:11:54 2006
@@ -9,7 +9,7 @@
 
 Package: python-pastewebkit
 Architecture: all
-Depends: python (>= 2.3), python-support (>= 0.2.2), python-paste, python-pastedeploy, python-pastescript
+Depends: python (>= 2.4) | python2.4, python-support (>= 0.2.2), python-paste, python-pastedeploy, python-pastescript
 Description: port/reimplementation of Webware WebKit in WSGI and Paste
  This is a reimplementation of the Webware WebKit servlet API. This
  implementation uses WSGI internally very heavily, and builds upon the

Modified: packages/pastewebkit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastewebkit/trunk/debian/rules?rev=474&op=diff
==============================================================================
--- packages/pastewebkit/trunk/debian/rules (original)
+++ packages/pastewebkit/trunk/debian/rules Sun May  7 00:11:54 2006
@@ -10,4 +10,4 @@
 DEB_COMPRESS_EXCLUDE := .py
 
 install/python-pastewebkit::
-	dh_install debian/.version /usr/share/python-support/pastewebkit/
+	echo "2.4-" >debian/python-paste/usr/share/python-support/paste/.version




More information about the Python-modules-commits mailing list