Building debian packages for gg.

This commit is contained in:
Federico Di Gregorio 2005-03-04 04:12:45 +00:00
parent a61f715b46
commit c639b92bd9
4 changed files with 5 additions and 6 deletions

4
debian/changelog vendored
View File

@ -1,9 +1,9 @@
psycopg2 (1.99.11-1) experimental; urgency=low psycopg2 (1.99.12.1-1) experimental; urgency=low
* Adapted from patches sent by W. Borgert. * Adapted from patches sent by W. Borgert.
* Renamed source package to psycopg2. * Renamed source package to psycopg2.
-- -- Federico Di Gregorio <fog@debian.org> Fri, 4 Mar 2005 13:11:43 +0100
psycopg2 (1.99.11-0.1) unstable; urgency=low psycopg2 (1.99.11-0.1) unstable; urgency=low

4
debian/control vendored
View File

@ -21,7 +21,7 @@ Description: Python module for PostgreSQL [dummy package]
* support for Python datetime and Decimal types; * support for Python datetime and Decimal types;
* complete implementation of adapt() from PEP 246 to convert Python * complete implementation of adapt() from PEP 246 to convert Python
types to PostgreSQL ones; types to PostgreSQL ones;
* COPY FROM/COPY TO support * COPY FROM/COPY TO support;
* inehritable connection and cursor objects and support for connection * inehritable connection and cursor objects and support for connection
and cursor factories; and cursor factories;
* automatic encoding conversion and support for unicode queries. * automatic encoding conversion and support for unicode queries.
@ -45,7 +45,7 @@ Description: Python 2.3 module for PostgreSQL
* support for Python datetime and Decimal types; * support for Python datetime and Decimal types;
* complete implementation of adapt() from PEP 246 to convert Python * complete implementation of adapt() from PEP 246 to convert Python
types to PostgreSQL ones; types to PostgreSQL ones;
* COPY FROM/COPY TO support * COPY FROM/COPY TO support;
* inehritable connection and cursor objects and support for connection * inehritable connection and cursor objects and support for connection
and cursor factories; and cursor factories;
* automatic encoding conversion and support for unicode queries. * automatic encoding conversion and support for unicode queries.

2
debian/copyright vendored
View File

@ -1,4 +1,4 @@
psycopg can be downloaded from its homepage: psycopg 2 can be downloaded from:
http://initd.org/pub/software/psycopg/ALPHA/ http://initd.org/pub/software/psycopg/ALPHA/

1
debian/rules vendored
View File

@ -2,4 +2,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/class/python-distutils.mk