[Python-modules-commits] r8708 - in packages/turbogears2/trunk/debian (changelog control)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Thu Jun 4 14:14:46 UTC 2009
Date: Thursday, June 4, 2009 @ 14:14:23
Author: zack
Revision: 8708
* debian/control
- recommend python-tg.devtools, to get "paster quickstart"
Modified:
packages/turbogears2/trunk/debian/changelog
packages/turbogears2/trunk/debian/control
Modified: packages/turbogears2/trunk/debian/changelog
===================================================================
--- packages/turbogears2/trunk/debian/changelog 2009-06-04 14:04:36 UTC (rev 8707)
+++ packages/turbogears2/trunk/debian/changelog 2009-06-04 14:14:23 UTC (rev 8708)
@@ -4,6 +4,8 @@
* new upstream release
* resurrect packaging from last Python Modules Team work, with last
maintainer there blessing, thanks Gustavo Noronha Silva!
+ * debian/control
+ - recommend python-tg.devtools, to get "paster quickstart"
[ Sandro Tosi ]
* debian/control
Modified: packages/turbogears2/trunk/debian/control
===================================================================
--- packages/turbogears2/trunk/debian/control 2009-06-04 14:04:36 UTC (rev 8707)
+++ packages/turbogears2/trunk/debian/control 2009-06-04 14:14:23 UTC (rev 8708)
@@ -28,7 +28,9 @@
python-repoze.what-plugins,
python-repoze.tm2 (>= 1.0a4),
python-turbojson (>= 1.2.1)
-Recommends: python-pysqlite2
+Recommends:
+ python-pysqlite2,
+ python-tg.devtools (>= 2.0)
Suggests: python-elixir
Description: Python web application framework
TurboGears2 is a framework to develop web applications in Python.
More information about the Python-modules-commits
mailing list