Your message dated Sun, 27 Aug 2006 13:22:14 -0300
with message-id <[EMAIL PROTECTED]>
and subject line only in experimental
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python-turbogears
Version: 0.9a8-3
Severity: normal
Tags: patch
Many thanks for packaging TurboGears. As of version 0.9a7, it has
support for using SQLAlchemy as an alternative to SQLObject and
moving forward SQLAlchemy is to become the preferred persistence
framework used in TurboGears[0]. I propose thet the
python-turbogears package have a dependency on python-sqlalchemy in
addition to its current dependency upon python-sqlobject.
If TG ever drops support for using SQLObject, then debian/control can
just be modified to only have python-sqlalchemy. The attached patch
contains the proposed change to debian/control.
[0] -
http://groups.google.com/group/turbogears/search?group=turbogears&q=sqlalchemy+migrate&qt_g=1&searchnow=Search+this+group
Regards,
--
Barry Hawkins
All Things Computed
site: http://www.alltc.com
weblog: http://www.yepthatsme.com
Registered Linux User #368650
Index: debian/control
===================================================================
--- debian/control (revision 1300)
+++ debian/control (working copy)
@@ -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-sqlobject (>= 0.7.0.99.really.0.7.1b1-1), python-sqlalchemy,
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
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Package: python-turbogears
Version: 0.9a9-1
This bug is fixed, and there's only a experimental version.
Thanks,
--
Gustavo Noronha Silva <[EMAIL PROTECTED]>
http://people.debian.org/~kov/
--- End Message ---