[Python-modules-commits] r1145 - in /packages/turbogears/trunk/debian: changelog control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sun Jul 9 18:07:46 UTC 2006


Author: kov
Date: Sun Jul  9 18:07:45 2006
New Revision: 1145

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1145
Log:
fixing depends for sqlobject and cheetah

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

Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1145&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sun Jul  9 18:07:45 2006
@@ -1,3 +1,11 @@
+turbogears (0.9a6-2) UNRELEASED; urgency=low
+
+  * debian/control:
+  - fixed dependencies so that the sqlobject snapshot from experimental
+    is required, as well as the new python-policy conformant cheetah
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun,  9 Jul 2006 15:06:51 -0300
+
 turbogears (0.9a6-1) experimental; urgency=low
 
   * First 0.9 release for Debian

Modified: packages/turbogears/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/control?rev=1145&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/control (original)
+++ packages/turbogears/trunk/debian/control Sun Jul  9 18:07:45 2006
@@ -10,7 +10,7 @@
 Package: python-turbogears
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-cherrypy (>= 2.2.1), python-kid (>= 0.8), python-sqlobject (>= 0.7.0-3), python-celementtree (>= 1.0.5-6), python-elementtree (>= 1.2.6-9), python-formencode (>= 0.5.1-2), python-pastedeploy (>= 0.5), python-pastescript (>= 0.5.1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.0), python-dispatch, python-nose (>= 0.8), python-turbokid (>= 0.9.5), python-turbojson (>= 0.9.2), python-cheetah (>> 1.0-1) | python2.4-cheetah, python-setuptools (>= 0.6b3-1)
+Depends: ${python:Depends}, python-cherrypy (>= 2.2.1), python-kid (>= 0.8), 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.5.1-2), python-pastedeploy (>= 0.5), python-pastescript (>= 0.5.1), python-paste, python-simplejson (>= 1.3), python-configobj (>= 4.3.0), python-dispatch, python-nose (>= 0.8), python-turbokid (>= 0.9.5), python-turbojson (>= 0.9.2), python-cheetah (>> 1.0-1), python-setuptools (>= 0.6b3-1)
 Description: Python-based web framework
  TurboGears takes the best components available and combines them into
  one easy-to-install, documented whole. TurboGears includes parts that




More information about the Python-modules-commits mailing list