[tryton-debian-vcs] python-sql branch debian updated. debian/0.6-1-1-g8304bcd

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Apr 10 16:15:14 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/python-sql.git;a=commitdiff;h=debian/0.6-1-1-g8304bcd

commit 8304bcd19cfdc555f5543523f022a86e08eec2c1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Apr 10 18:14:28 2015 +0200

    Wrapping and sorting control files (wrap-and-sort -bts).

diff --git a/debian/control b/debian/control
index 927535b..3cceb0b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,12 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
- debhelper (>= 9), dh-python (>= 1.20130901-1~), python (>= 2.6.6-3~),
- python3, python-setuptools, python3-setuptools
+ debhelper (>= 9),
+ dh-python (>= 1.20130901-1~),
+ python (>= 2.6.6-3~),
+ python-setuptools,
+ python3,
+ python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://code.google.com/p/python-sql/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/python-sql.git
@@ -14,8 +18,8 @@ X-Python-Version: >= 2.6
 
 Package: python-sql
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
-Suggests: python-psycopg2, python-mysqldb, python-pysqlite2 | python-apsw
+Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
+Suggests: python-mysqldb, python-psycopg2, python-pysqlite2 | python-apsw
 Description: Library to write SQL queries (implemented in Python 2)
  python-sql is a library to write SQL queries in a pythonic way. It relies
  exclusively on the Python standard library. It is database independent,
@@ -26,11 +30,11 @@ Description: Library to write SQL queries (implemented in Python 2)
  connector.
  .
  This package is targeting Python version 2.
- 
+
 Package: python3-sql
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
-Suggests: python3-psycopg2, python3-mysql.connector, python3-apsw
+Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
+Suggests: python3-apsw, python3-mysql.connector, python3-psycopg2
 Description: Library to write SQL queries (implemented in Python 3)
  python-sql is a library to write SQL queries in a pythonic way. It relies
  exclusively on the Python standard library. It is database independent,
-- 
python-sql



More information about the tryton-debian-vcs mailing list