Source: python-dbutils
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-setuptools,
#               python3-all,
#               python3-setuptools
Build-Depends-Indep: python-nose
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-dbutils.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-dbutils.git
Homepage: http://www.webwareforpython.org/DBUtils

Package: python-dbutils
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-dbutils-doc
Description: database connections for multi-threaded environments - Python 2.x
 DBUtils is a suite of tools providing solid, persistent and pooled connections
 to a database that can be used in all kinds of multi-threaded environments
 like Webware for Python or other web application servers. The suite supports
 DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
 .
 This package contains the Python 2.x module.

#Package: python3-dbutils
#Architecture: all
#Pre-Depends: dpkg (>= 1.15.6~)
#Depends: ${misc:Depends}, ${python3:Depends}
#Suggests: python-dbutils-doc
#Description: database connections for multi-threaded environments - Python 3.x
# DBUtils is a suite of tools providing solid, persistent and pooled connections
# to a database that can be used in all kinds of multi-threaded environments
# like Webware for Python or other web application servers. The suite supports
# DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
# .
# This package contains the Python 3.x module.

Package: python-dbutils-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: database connections for multi-threaded environments - doc
 DBUtils is a suite of tools providing solid, persistent and pooled connections
 to a database that can be used in all kinds of multi-threaded environments
 like Webware for Python or other web application servers. The suite supports
 DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
 .
 This package contains the documentation.
