[Python-modules-commits] r480 - in /packages/paste/trunk/debian:
changelog control examples
pox-guest at users.alioth.debian.org
pox-guest at users.alioth.debian.org
Sun May 7 11:16:08 UTC 2006
Author: pox-guest
Date: Sun May 7 11:16:06 2006
New Revision: 480
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=480
Log:
prepare for release
Modified:
packages/paste/trunk/debian/changelog
packages/paste/trunk/debian/control
packages/paste/trunk/debian/examples
Modified: packages/paste/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/changelog?rev=480&op=diff
==============================================================================
--- packages/paste/trunk/debian/changelog (original)
+++ packages/paste/trunk/debian/changelog Sun May 7 11:16:06 2006
@@ -1,4 +1,4 @@
-paste (0.9-1) UNRELEASED; urgency=low
+paste (0.9-1) unstable; urgency=low
* Initial release (closes: #366033)
Modified: packages/paste/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/control?rev=480&op=diff
==============================================================================
--- packages/paste/trunk/debian/control (original)
+++ packages/paste/trunk/debian/control Sun May 7 11:16:06 2006
@@ -9,7 +9,7 @@
Package: python-paste
Architecture: all
-Depends: python (>= 2.3), python-support (>= 0.2.2)
+Depends: python (>= 2.4) | python2.4, python-support (>= 0.2.2)
Suggests: python2.4-pgsql
Description: Tools for using a Web Server Gateway Interface stack
Python Paste brings consistency to Python web development and web application
Modified: packages/paste/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/paste/trunk/debian/examples?rev=480&op=diff
==============================================================================
--- packages/paste/trunk/debian/examples (original)
+++ packages/paste/trunk/debian/examples Sun May 7 11:16:06 2006
@@ -1,1 +1,1 @@
-tests
+tests/*
More information about the Python-modules-commits
mailing list