[Python-modules-commits] r1311 - in
/packages/turbogears/trunk/debian: changelog control
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat Aug 26 21:28:33 UTC 2006
Author: kov
Date: Sat Aug 26 21:28:33 2006
New Revision: 1311
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1311
Log:
allow sqlachemy to satisfy the dependency for a database ORM
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=1311&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Sat Aug 26 21:28:33 2006
@@ -7,8 +7,11 @@
- removed; fixes included in upstream code
* got the docs from the previous tarball since this new tarball does not
provide them;
+ * debian/control:
+ - added python-sqlalchemy as alternative to the development version of
+ SQLObject (Closes: #384415)
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 26 Aug 2006 18:15:25 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 26 Aug 2006 18:27:58 -0300
turbogears (0.9a8-3) experimental; urgency=low
Modified: packages/turbogears/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/control?rev=1311&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/control (original)
+++ packages/turbogears/trunk/debian/control Sat Aug 26 21:28:33 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.9), 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)
+Depends: ${python:Depends}, python-cherrypy (>= 2.2.1), python-kid (>= 0.9), python-sqlalchemy | 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)
Recommends: python-pysqlite2 (>= 2.3.0-1)
Description: Python-based web framework
TurboGears takes the best components available and combines them into
More information about the Python-modules-commits
mailing list