[Python-modules-commits] r1362 - in /packages/turbogears/trunk/debian: README.Debian changelog

kov at users.alioth.debian.org kov at users.alioth.debian.org
Mon Sep 11 01:10:09 UTC 2006


Author: kov
Date: Mon Sep 11 01:10:08 2006
New Revision: 1362

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1362
Log:
document SQLAlchemy as default ORM

Added:
    packages/turbogears/trunk/debian/README.Debian
Modified:
    packages/turbogears/trunk/debian/changelog

Added: packages/turbogears/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/README.Debian?rev=1362&op=file
==============================================================================
--- packages/turbogears/trunk/debian/README.Debian (added)
+++ packages/turbogears/trunk/debian/README.Debian Mon Sep 11 01:10:08 2006
@@ -1,0 +1,34 @@
+=====================
+TurboGears for Debian
+=====================
+
+1. Introduction
+
+This is the initial packaging of TurboGears for Debian. It is done
+inside the structure of the Python Modules packaging team:
+
+       http://python-modules.alioth.debian.org/
+
+Lots of thought are needed on how to best package aditional widgets
+and specially applications. If you have comments or ideas, please send
+them to my email: kov at debian.org.
+
+2. SQLObject vs SQLAlchemy
+
+SQLObject is the default ORM used by TurboGears; TG needs a version of
+TurboGears which is not uploadable to Debian unstable yet, though --
+it's a bugfix, svn, unreleased version. For the Debian packaging we
+are using SQLAlchemy as the primary ORM, though you can use the
+SQLObject package from experimental.
+
+We hope that SQLObject 0.7.1 will have its final release in time for
+Etch, though.
+
+3. Toolbox
+
+Two of the Toolbox tools are disabled if you're using SQLAlchemy, for
+they are not suppored by that backend yet: Catwalk and
+ModelDesigner. Yeah, I know. You can take advantage of those tools by
+installing the experimental version of SQLObject.
+
+ -- Gustavo Noronha Silva <kov at debian.org>, Sun, 10 Sep 2006 22:09:33 -0300

Modified: packages/turbogears/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/trunk/debian/changelog?rev=1362&op=diff
==============================================================================
--- packages/turbogears/trunk/debian/changelog (original)
+++ packages/turbogears/trunk/debian/changelog Mon Sep 11 01:10:08 2006
@@ -9,8 +9,10 @@
   - updated for the new version
   * debian/patches/03_sqlalchemy_identity_toolbox_fixup.diff:
   - make toolbox work when the project is using sqlalchemy + identity
+  * debian/README.Debian:
+  - document SQLAlchemy as default backend;
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sun, 10 Sep 2006 21:47:41 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sun, 10 Sep 2006 22:09:57 -0300
 
 turbogears (0.9a9-1) experimental; urgency=low
 




More information about the Python-modules-commits mailing list