From c639b92bd9c277c5504fee6cc38bd8d94414e9b1 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Fri, 4 Mar 2005 04:12:45 +0000 Subject: [PATCH] Building debian packages for gg. --- debian/changelog | 4 ++-- debian/control | 4 ++-- debian/copyright | 2 +- debian/rules | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2b22ac4f..44d83dc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. * Renamed source package to psycopg2. - -- + -- Federico Di Gregorio Fri, 4 Mar 2005 13:11:43 +0100 psycopg2 (1.99.11-0.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 0b6fb192..6b0269f8 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Description: Python module for PostgreSQL [dummy package] * support for Python datetime and Decimal types; * complete implementation of adapt() from PEP 246 to convert Python types to PostgreSQL ones; - * COPY FROM/COPY TO support + * COPY FROM/COPY TO support; * inehritable connection and cursor objects and support for connection and cursor factories; * 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; * complete implementation of adapt() from PEP 246 to convert Python types to PostgreSQL ones; - * COPY FROM/COPY TO support + * COPY FROM/COPY TO support; * inehritable connection and cursor objects and support for connection and cursor factories; * automatic encoding conversion and support for unicode queries. diff --git a/debian/copyright b/debian/copyright index 613f3bde..c6319158 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -psycopg can be downloaded from its homepage: +psycopg 2 can be downloaded from: http://initd.org/pub/software/psycopg/ALPHA/ diff --git a/debian/rules b/debian/rules index 9c92910a..98ad46ff 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,3 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk -