Source: psycopg
Section: non-US
Priority: optional
Build-depends: autoconf, postgresql-dev 
Maintainer: Federico Di Gregorio <fog@debian.org>
Standards-Version: 3.0.1

Package: python-psycopg
Architecture: any
Section: non-US
Depends: ${shlibs:Depends}, python-mxdatetime
Description: Python 1.x module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) It was written from scratch with the aim of
 being very small and fast, and stable as a rock. The main advantages of
 psycopg are that it supports the full Python DBAPI-2.0 and being thread safe 
 at level 2. psycopg is different from the other database adapter because it 
 was designed for heavily multi-threaded applications. It also includes some
 extensions to the standard DBAPI-2.0 to allow for better thread performance.

Package: python2-psycopg
Architecture: any
Section: non-US
Depends: ${shlibs:Depends}, python2-mxdatetime
Description: Python 2.x module for PostgreSQL
 psycopg is a PostgreSQL database adapter for the Python programming language
 (just like pygresql and popy.) It was written from scratch with the aim of
 being very small and fast, and stable as a rock. The main advantages of
 psycopg are that it supports the full Python DBAPI-2.0 and being thread safe 
 at level 2. psycopg is different from the other database adapter because it 
 was designed for heavily multi-threaded applications. It also includes some
 extensions to the standard DBAPI-2.0 to allow for better thread performance.

Package: zope-psycopgda
Architecture: all
Section: non-US
Depends: zope, python-psycopg (>= ${version})
Description: Zope Database Adapter based on python-psycopg
 This is the (mandatory) Zope Database Adapter based on the psycopg 
 PostgreSQL/Python module. 
 
