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

malex at users.alioth.debian.org malex at users.alioth.debian.org
Sat Apr 14 01:32:48 UTC 2007


Author: malex
Date: Sat Apr 14 01:32:47 2007
New Revision: 2079

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2079
Log:
Remove decorator dependency silly

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=2079&op=diff
==============================================================================
--- packages/pylons/trunk/debian/changelog (original)
+++ packages/pylons/trunk/debian/changelog Sat Apr 14 01:32:47 2007
@@ -1,3 +1,11 @@
+pylons (0.9.5-2) experimental; urgency=low
+
+  * debian/control: Temporarily removed the dependency on python-decorator. I
+    suppose having pylons uninstallable won't help people to see the README
+    about the decorator package.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Fri, 13 Apr 2007 19:31:07 -0600
+
 pylons (0.9.5-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/pylons/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pylons/trunk/debian/control?rev=2079&op=diff
==============================================================================
--- packages/pylons/trunk/debian/control (original)
+++ packages/pylons/trunk/debian/control Sat Apr 14 01:32:47 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 )
 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