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

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 10 21:12:14 UTC 2008


    Date: Saturday, May 10, 2008 @ 21:12:13
  Author: kov
Revision: 5315

  - accept patch by Vincent Bernat <bernat at debian.org> to fix celementtree
    deps given that python 2.5 already has the module builtin (Closes: #476225)

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 21:06:00 UTC (rev 5314)
+++ packages/turbogears/trunk/debian/changelog	2008-05-10 21:12:13 UTC (rev 5315)
@@ -19,12 +19,14 @@
   - updated turbojson's requirement to 1.1.2
   - updated python-dispatch's requirement to 0.5a.svn20080510
   - updated sqlobject's requirement to 0.8
+  - accept patch by Vincent Bernat <bernat at debian.org> to fix celementtree
+    deps given that python 2.5 already has the module builtin (Closes: #476225)
   * debian/patches/04_loosen_sqlobject_requirement.diff:
   - make sqlobject requirement be >=0.8, so that it will work with the
     version currently in unstable, with which it is supposed to work
     (Closes: #479713, #478134)
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 10 May 2008 18:04:25 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 10 May 2008 18:08:44 -0300
 
 turbogears (1.0.4.3-1) unstable; urgency=low
 

Modified: packages/turbogears/trunk/debian/control
===================================================================
--- packages/turbogears/trunk/debian/control	2008-05-10 21:06:00 UTC (rev 5314)
+++ packages/turbogears/trunk/debian/control	2008-05-10 21:12:13 UTC (rev 5315)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3), python-cherrypy (>= 2.3.0), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3), python-sqlobject (>= 0.8), 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), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch (>= 0.5a.svn20080510), python-nose (>= 0.9.1), python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2), python-cheetah (>> 1.0), python-decoratortools
+Build-Depends: python-support (>= 0.6.4), cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all, python-setuptools (>= 0.6b3), python-cherrypy (>= 2.3.0), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3), python-sqlobject (>= 0.8), python (>= 2.5) | python-celementtree (>= 1.0.5-6), python-formencode (>= 0.7.1), python-pastedeploy (>= 0.5), python-pastescript (>= 1.6.1.1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch (>= 0.5a.svn20080510), python-nose (>= 0.9.1), python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2), python-cheetah (>> 1.0), python-decoratortools
 Standards-Version: 3.7.3
 Homepage: http://www.turbogears.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/turbogears/trunk/
@@ -12,7 +12,7 @@
 Package: python-turbogears
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}, python-cherrypy (>= 2.3.0), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3) | python-sqlobject (>= 0.8), 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), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch (>= 0.5a.svn20080510), python-nose (>= 0.9.1), python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2), python-cheetah (>> 1.0), python-pkg-resources (>= 0.6b3), python-decoratortools
+Depends: ${python:Depends}, ${misc:Depends}, python-cherrypy (>= 2.3.0), python-cherrypy (<< 3.0.0), python-kid (>= 0.9), python-sqlalchemy (>= 0.3) | python-sqlobject (>= 0.8), python (>= 2.5) | python-celementtree (>= 1.0.5-6), python-formencode (>= 0.7.1), python-pastedeploy (>= 0.5), python-pastescript (>= 1.6.1.1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.2), python-dispatch (>= 0.5a.svn20080510), python-nose (>= 0.9.1), python-turbokid (>= 1.0.4), python-turbojson (>= 1.1.2), python-cheetah (>> 1.0), python-pkg-resources (>= 0.6b3), python-decoratortools
 Recommends: python-pysqlite2 (>= 2.3.0), python-elixir
 Suggests: python-genshi
 Description: Python-based web framework




More information about the Python-modules-commits mailing list