[Python-modules-commits] r7804 - in packages/psycopg2/trunk/debian (changelog control)

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Fri Mar 6 19:42:26 UTC 2009


    Date: Friday, March 6, 2009 @ 19:42:25
  Author: kobold
Revision: 7804

debian/control: do not build against python-egenix-mx-base-dev anymore.
(Closes: #518519)

Modified:
  packages/psycopg2/trunk/debian/changelog
  packages/psycopg2/trunk/debian/control

Modified: packages/psycopg2/trunk/debian/changelog
===================================================================
--- packages/psycopg2/trunk/debian/changelog	2009-03-06 12:29:42 UTC (rev 7803)
+++ packages/psycopg2/trunk/debian/changelog	2009-03-06 19:42:25 UTC (rev 7804)
@@ -1,3 +1,10 @@
+psycopg2 (2.0.9-3) unstable; urgency=low
+
+  * debian/control: do not build against python-egenix-mx-base-dev anymore.
+    (Closes: #518519)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Fri, 06 Mar 2009 20:42:04 +0100
+
 psycopg2 (2.0.9-2) unstable; urgency=low
 
   * psycopg/psycopg.h: removed the patch. (Closes: #517895)

Modified: packages/psycopg2/trunk/debian/control
===================================================================
--- packages/psycopg2/trunk/debian/control	2009-03-06 12:29:42 UTC (rev 7803)
+++ packages/psycopg2/trunk/debian/control	2009-03-06 19:42:25 UTC (rev 7804)
@@ -1,8 +1,9 @@
 Source: psycopg2
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, python-all-dbg, python-central (>= 0.5.0), python (>= 2.3.5-7), python-egenix-mx-base-dev, autoconf, libpq-dev
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, python-all-dbg, python-central (>= 0.5.0), python (>= 2.3.5-7), autoconf, libpq-dev
 Build-Depends-Indep: zope-debhelper (>= 0.3.4)
+Build-Conflicts: python-egenix-mx-base-dev
 Maintainer: Fabio Tranchitella <kobold at debian.org>
 Standards-Version: 3.8.0
 XS-Python-Version: all
@@ -13,7 +14,7 @@
 Package: python-psycopg2
 Architecture: any
 Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}, python-egenix-mxdatetime
+Depends: ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python module for PostgreSQL
@@ -37,7 +38,7 @@
 Priority: extra
 Architecture: any
 Section: python
-Depends: python-psycopg2 (= ${binary:Version}), python-dbg, python-egenix-mxdatetime-dbg, ${shlibs:Depends}
+Depends: python-psycopg2 (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 Description: Python module for PostgreSQL (debug extension)
  psycopg is a PostgreSQL database adapter for the Python programming language
  (just like pygresql and popy.) This is version 2, a complete rewrite of the




More information about the Python-modules-commits mailing list