[Python-modules-commits] r2287 - in /packages/pylons/trunk/debian:
changelog control
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Mon May 7 21:41:23 UTC 2007
Author: malex
Date: Mon May 7 21:41:23 2007
New Revision: 2287
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2287
Log:
Upload into unstable with python-decorator depends
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/control
Modified: packages/pylons/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/changelog?rev=2287&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Mon May 7 21:41:23 2007
@@ -1,3 +1,10 @@
+pylons (0.9.5-3) unstable; urgency=low
+
+ * Upload into unstable now that python-decorator is through the NEW queue.
+ * debian/control: Added a dependency on python-decorator.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 07 May 2007 15:38:33 -0600
+
pylons (0.9.5-2) experimental; urgency=low
* debian/control: Temporarily removed the dependency on python-decorator. I
Modified: packages/pylons/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/control?rev=2287&op=diff
==============================================================================
--- packages/pylons/trunk/debian/control (original)
+++ packages/pylons/trunk/debian/control Mon May 7 21:41:23 2007
@@ -11,7 +11,7 @@
Package: python-pylons
Architecture: all
-Depends: ${python:Depends}, python, python-routes ( >= 1.6.2), python-myghty ( >= 1.1 ), python-paste ( >= 1.1.1 ), python-pastedeploy ( >= 1.0 ), python-pastescript ( >= 1.0 ), python-formencode ( >= 0.6 ), python-simplejson ( >= 1.4 ), python-webhelpers ( >= 0.2.2 ), python-nose ( >= 0.9.1 ), python-beaker ( >= 0.6.2 )
+Depends: ${python:Depends}, python, python-routes ( >= 1.6.2), python-myghty ( >= 1.1 ), python-paste ( >= 1.1.1 ), python-pastedeploy ( >= 1.0 ), python-pastescript ( >= 1.0 ), python-formencode ( >= 0.6 ), python-simplejson ( >= 1.4 ), python-webhelpers ( >= 0.2.2 ), python-nose ( >= 0.9.1 ), python-beaker ( >= 0.6.2 ), python-decorator
Recommends: python-sqlalchemy | python-sqlobject
XB-Python-Version: ${python:Versions}
Description: Python web framework emphasizing flexibility and rapid development
More information about the Python-modules-commits
mailing list