[Python-modules-commits] r854 - /packages/json-py/trunk/debian/control

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Jun 15 22:34:01 UTC 2006


Author: kov
Date: Thu Jun 15 22:34:00 2006
New Revision: 854

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=854
Log:
forgot to commit control; supporting new version

Modified:
    packages/json-py/trunk/debian/control

Modified: packages/json-py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/json-py/trunk/debian/control?rev=854&op=diff
==============================================================================
--- packages/json-py/trunk/debian/control (original)
+++ packages/json-py/trunk/debian/control Thu Jun 15 22:34:00 2006
@@ -3,13 +3,16 @@
 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, python-dev, python-setuptools (>= 0.6a9-1)
-Standards-Version: 3.7.0
+Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python-setuptools (>= 0.6a9-1)
+Build-Depends-Indep: python-dev, python-support (>= 0.2.3)
+Standards-Version: 3.7.2
+XS-Python-Version: all
 
 Package: python-json
 Architecture: all
-Depends: python (>= 2.3), python (<< 2.5), python-support
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}
+Provides: ${python:Provides}
 Conflicts: python-json-py
 Replaces: python-json-py
 Description: a JSON (http://json.org) reader and writer in Python




More information about the Python-modules-commits mailing list