[Python-modules-commits] r8950 - in packages/tg.devtools/trunk/debian (changelog control)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Jul 5 14:07:13 UTC 2009


    Date: Sunday, July 5, 2009 @ 14:07:08
  Author: zack
Revision: 8950

* debian/control:
  - suggests ipython (very useful to interactively play with models)
  - depend on zope.sqlalchemy and python-pybabel (will be deps for
    quickstarted apps)

Modified:
  packages/tg.devtools/trunk/debian/changelog
  packages/tg.devtools/trunk/debian/control

Modified: packages/tg.devtools/trunk/debian/changelog
===================================================================
--- packages/tg.devtools/trunk/debian/changelog	2009-07-05 11:30:43 UTC (rev 8949)
+++ packages/tg.devtools/trunk/debian/changelog	2009-07-05 14:07:08 UTC (rev 8950)
@@ -1,7 +1,9 @@
 tg.devtools (2.0.1-2) UNRELEASED; urgency=low
 
-  * debian/control: suggests ipython (very useful to interactively play
-    with models)
+  * debian/control:
+    - suggests ipython (very useful to interactively play with models)
+    - depend on zope.sqlalchemy and python-pybabel (will be deps for
+      quickstarted apps)
 
  -- Stefano Zacchiroli <zack at debian.org>  Fri, 03 Jul 2009 14:31:59 +0200
 

Modified: packages/tg.devtools/trunk/debian/control
===================================================================
--- packages/tg.devtools/trunk/debian/control	2009-07-05 11:30:43 UTC (rev 8949)
+++ packages/tg.devtools/trunk/debian/control	2009-07-05 14:07:08 UTC (rev 8950)
@@ -31,6 +31,8 @@
  python-turbogears2 (>= 2.0.1),
  python-migrate (>= 0.5.1),
  python-sqlalchemy (>= 0.5),
+ python-zope.sqlalchemy,
+ python-pybabel (>= 0.9.4),
  python-repoze.what-plugins,
  python-repoze.who
 Recommends: python-catwalk (>= 2.0.2)




More information about the Python-modules-commits mailing list