[Python-modules-commits] r5284 - in packages/turbogears/trunk/debian (changelog control)

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 10 14:06:43 UTC 2008


    Date: Saturday, May 10, 2008 @ 14:06:42
  Author: kov
Revision: 5284

  * debian/control:
  - replaced the dependency on python-setuptools for a dependency on
    python-pkg-resources (Closes: #468708)

Modified:
  packages/turbogears/trunk/debian/changelog
  packages/turbogears/trunk/debian/control

Modified: packages/turbogears/trunk/debian/changelog
===================================================================
--- packages/turbogears/trunk/debian/changelog	2008-05-10 13:57:58 UTC (rev 5283)
+++ packages/turbogears/trunk/debian/changelog	2008-05-10 14:06:42 UTC (rev 5284)
@@ -1,3 +1,11 @@
+turbogears (1.0.4.3-2) unstable; urgency=low
+
+  * debian/control:
+  - replaced the dependency on python-setuptools for a dependency on
+    python-pkg-resources (Closes: #468708)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 10 May 2008 11:06:09 -0300
+
 turbogears (1.0.4.3-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control	2008-05-10 13:57:58 UTC (rev 5283)
+++ packages/turbogears/trunk/debian/control	2008-05-10 14:06:42 UTC (rev 5284)
@@ -12,7 +12,7 @@
 Package: python-turbogears
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-cherrypy (>= 2.2.1), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3) | python-sqlobject (>= 0.7.0.99.really.0.7.1b1-1), python-celementtree (>= 1.0.5-6), python-elementtree (>= 1.2.6-9), python-formencode (>= 0.7.1), python-pastedeploy (>= 0.5), python-pastescript (>= 1.6.1.1-1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch, python-nose (>= 0.9.1), python-turbokid (>= 1.0.1), python-turbojson (>= 0.9.9), python-cheetah (>> 1.0-1), python-setuptools (>= 0.6b3-1), python-decoratortools
+Depends: ${python:Depends}, ${misc:Depends}, python-cherrypy (>= 2.2.1), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3) | python-sqlobject (>= 0.7.0.99.really.0.7.1b1-1), python-celementtree (>= 1.0.5-6), python-elementtree (>= 1.2.6-9), python-formencode (>= 0.7.1), python-pastedeploy (>= 0.5), python-pastescript (>= 1.6.1.1-1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch, python-nose (>= 0.9.1), python-turbokid (>= 1.0.1), python-turbojson (>= 0.9.9), python-cheetah (>> 1.0-1), python-pkg-resources (>= 0.6b3-1), python-decoratortools
 Recommends: python-pysqlite2 (>= 2.3.0-1), python-elixir
 Suggests: python-genshi
 Description: Python-based web framework




More information about the Python-modules-commits mailing list