[Python-modules-commits] r2460 - in /packages/pylons/trunk/debian: changelog control

malex at users.alioth.debian.org malex at users.alioth.debian.org
Mon May 21 19:12:48 UTC 2007


Author: malex
Date: Mon May 21 19:12:48 2007
New Revision: 2460

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2460
Log:
Fix for 425332

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=2460&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Mon May 21 19:12:48 2007
@@ -1,3 +1,9 @@
+pylons (0.9.5-5) unstable; urgency=low
+
+  * debian/control: Added python-mako to depends (Closes: #425332).
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Mon, 21 May 2007 13:10:30 -0600
+
 pylons (0.9.5-4) unstable; urgency=low
 
   * Updated rules and control for new python-support with automated .egg.info

Modified: packages/pylons/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/control?rev=2460&op=diff
==============================================================================
--- packages/pylons/trunk/debian/control (original)
+++ packages/pylons/trunk/debian/control Mon May 21 19:12:48 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 ), python-decorator
+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, python-mako
 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