[Python-modules-commits] r568 - in /packages/turbogears/branches/0.9/debian: changelog control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu May 11 01:39:01 UTC 2006


Author: kov
Date: Thu May 11 01:39:01 2006
New Revision: 568

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=568
Log:
added python-dispatch to Depends, and:

  - moved python and python-setuptools to build-deps, since they
    are needed on clean

Modified:
    packages/turbogears/branches/0.9/debian/changelog
    packages/turbogears/branches/0.9/debian/control

Modified: packages/turbogears/branches/0.9/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/changelog?rev=568&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/changelog (original)
+++ packages/turbogears/branches/0.9/debian/changelog Thu May 11 01:39:01 2006
@@ -3,9 +3,11 @@
   * First 0.9 release for Debian
   * debian/control:
   - updated dependencies; pastescript, formencode >= 0.5.1,
-    cherrypy >= 2.2.1, simplejson >= 1.3
+    cherrypy >= 2.2.1, simplejson >= 1.3, ruledispatch
+  - moved python and python-setuptools to build-deps, since they
+    are needed on clean
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sun,  7 May 2006 22:27:59 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 10 May 2006 22:38:31 -0300
 
 turbogears (0.8.9-1) UNRELEASED; urgency=low
 

Modified: packages/turbogears/branches/0.9/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/control?rev=568&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/control (original)
+++ packages/turbogears/branches/0.9/debian/control Thu May 11 01:39:01 2006
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-Build-Depends-Indep: python, python2.4-dev, python2.4-setuptools (>= 0.6a9-1)
+Build-Depends: cdbs, debhelper (>= 4.1.0), python, python2.4-setuptools (>= 0.6a9-1)
+Build-Depends-Indep: python2.4-dev
 Standards-Version: 3.7.0
 
 Package: python-turbogears
 Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support, python-cherrypy (>= 2.2.1), python-kid (>= 0.8), python-sqlobject (>= 0.7.0.really.0.7.1), python-elementtree (>= 1.2.6), python-formencode (>= 0.5.1), python-pastescript (>= 0.5.1), python-simplejson (>= 1.3), python-configobj (>= 4.3.0), python-setuptools (>= 0.6a9-1)
+Depends: python (>= 2.3), python (<< 2.5), python-support, python-cherrypy (>= 2.2.1), python-kid (>= 0.8), python-sqlobject (>= 0.7.0.really.0.7.1), python-elementtree (>= 1.2.6), python-formencode (>= 0.5.1), python-pastescript (>= 0.5.1), python-simplejson (>= 1.3), python-configobj (>= 4.3.0), python-dispatch, python-setuptools (>= 0.6a9-1)
 Description: Python-based web framework
  TurboGears takes the best components available and combines them into
  one easy-to-install, documented whole. TurboGears includes parts that




More information about the Python-modules-commits mailing list