[Python-modules-commits] r15099 - in packages/sqlparse/trunk/debian (control)

jollyroger-guest at users.alioth.debian.org jollyroger-guest at users.alioth.debian.org
Thu Dec 16 14:58:49 UTC 2010


    Date: Thursday, December 16, 2010 @ 14:58:48
  Author: jollyroger-guest
Revision: 15099

Fix Build-Depends and X-Python-Version fields

Modified:
  packages/sqlparse/trunk/debian/control

Modified: packages/sqlparse/trunk/debian/control
===================================================================
--- packages/sqlparse/trunk/debian/control	2010-12-15 15:34:33 UTC (rev 15098)
+++ packages/sqlparse/trunk/debian/control	2010-12-16 14:58:48 UTC (rev 15099)
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Andriy Senkovych <jolly_roger at itblog.org.ua>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.5-13~)
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-all (>= 2.6.5-13~), python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/python-sqlparse/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlparse/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlparse/trunk/
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.5
 
 Package: python-sqlparse
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
-XB-Python-Version: ${python:Versions}
 Description: non-validating SQL parser for Python
  Sqlparse is a library which provides support for parsing, splitting and 
  customizable formatting of SQL statements in Python environment. 




More information about the Python-modules-commits mailing list