Hi Attached the patch for the version I intend to upload. Please respond if you don't want this NMU to happen, if you are working yourself on a patch or if you think that the attached patch won't work.
Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u python-pgsql-2.4.0/debian/changelog python-pgsql-2.4.0/debian/changelog
--- python-pgsql-2.4.0/debian/changelog
+++ python-pgsql-2.4.0/debian/changelog
@@ -1,3 +1,10 @@
+python-pgsql (2.4.0-6.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove python2.{1,2}-pgsql (Closes: #337412).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Sun, 1 Jan 2006 15:58:48 +0100
+
python-pgsql (2.4.0-6) unstable; urgency=low
* Rebuilt against libpq4 and libpq-dev for the PostgreSQL 8.0 transition.
diff -u python-pgsql-2.4.0/debian/control python-pgsql-2.4.0/debian/control
--- python-pgsql-2.4.0/debian/control
+++ python-pgsql-2.4.0/debian/control
@@ -2,39 +2,9 @@
Section: python
Priority: optional
Maintainer: Ben Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.48), ed, libpq-dev (>= 8.0.3-6),
python2.1-dev, python2.2-dev, python2.3-dev
+Build-Depends: debhelper (>> 3.0.48), ed, libpq-dev (>= 8.0.3-6), python2.3-dev
Standards-Version: 3.6.1
-Package: python2.1-pgsql
-Architecture: any
-Section: python
-Depends: ${shlibs:Depends}, python2.1, python2.1-egenix-mxdatetime (>= 1.3.0-5)
-Conflicts: python2-pgsql
-Description: A Python DB-API 2.0 interface to PostgreSQL v7.x
- PgSQL is a package of two (2) modules that provide a Python
- DB-API 2.0 compliant interface to PostgreSQL databases. The
- first module, libpq, exports the PostgreSQL C API to Python.
- The second module, PgSQL, provides the DB-API 2.0 compliant
- interface and support for various PostgreSQL data types, such
- as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
- .
- This package is built for Python 2.1.
-
-Package: python2.2-pgsql
-Architecture: any
-Section: python
-Depends: ${shlibs:Depends}, python2.2, python2.2-egenix-mxdatetime (>= 1.3.0-5)
-Conflicts: python2-pgsql
-Description: A Python DB-API 2.0 interface to PostgreSQL v7.x
- PgSQL is a package of two (2) modules that provide a Python
- DB-API 2.0 compliant interface to PostgreSQL databases. The
- first module, libpq, exports the PostgreSQL C API to Python.
- The second module, PgSQL, provides the DB-API 2.0 compliant
- interface and support for various PostgreSQL data types, such
- as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
- .
- This package is built for Python 2.2.
-
Package: python2.3-pgsql
Architecture: any
Section: python
diff -u python-pgsql-2.4.0/debian/rules python-pgsql-2.4.0/debian/rules
--- python-pgsql-2.4.0/debian/rules
+++ python-pgsql-2.4.0/debian/rules
@@ -6,8 +6,6 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=3
-PYTHON2.1 = /usr/bin/python2.1
-PYTHON2.2 = /usr/bin/python2.2
PYTHON2.3 = /usr/bin/python2.3
configure: configure-stamp
@@ -20,8 +18,6 @@
build: configure-stamp build-stamp
build-stamp:
dh_testdir
- $(PYTHON2.1) setup.py build
- $(PYTHON2.2) setup.py build
$(PYTHON2.3) setup.py build
touch build-stamp
@@ -39,8 +35,6 @@
dh_installdirs
# Run the full install for each version of python.
- $(PYTHON2.1) setup.py install --no-compile --root=debian/python2.1-pgsql
- $(PYTHON2.2) setup.py install --no-compile --root=debian/python2.2-pgsql
$(PYTHON2.3) setup.py install --no-compile --root=debian/python2.3-pgsql
# Build architecture-independent files here.
@@ -86,8 +80,6 @@
done
# Fix paths in scripts.
- sh -e debian/pathmangle.sh /usr/bin/python2.1 debian/python2.1-pgsql
- sh -e debian/pathmangle.sh /usr/bin/python2.2 debian/python2.2-pgsql
sh -e debian/pathmangle.sh /usr/bin/python2.3 debian/python2.3-pgsql
dh_installchangelogs -a ChangeLog
signature.asc
Description: OpenPGP digital signature

