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

kobold at users.alioth.debian.org kobold at users.alioth.debian.org
Wed Mar 18 06:06:20 UTC 2009


    Date: Wednesday, March 18, 2009 @ 06:06:18
  Author: kobold
Revision: 7888

* debian/rules: add again support for mx datetime. (Closes: #518948)
* debian/control: new archive sections.

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

Modified: packages/psycopg2/trunk/debian/changelog
===================================================================
--- packages/psycopg2/trunk/debian/changelog	2009-03-17 23:38:47 UTC (rev 7887)
+++ packages/psycopg2/trunk/debian/changelog	2009-03-18 06:06:18 UTC (rev 7888)
@@ -1,3 +1,10 @@
+psycopg2 (2.0.9-4) unstable; urgency=low
+
+  * debian/rules: add again support for mx datetime. (Closes: #518948)
+  * debian/control: new archive sections.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 18 Mar 2009 07:03:53 +0100
+
 psycopg2 (2.0.9-3) unstable; urgency=low
 
   * debian/control: do not build against python-egenix-mx-base-dev anymore.

Modified: packages/psycopg2/trunk/debian/control
===================================================================
--- packages/psycopg2/trunk/debian/control	2009-03-17 23:38:47 UTC (rev 7887)
+++ packages/psycopg2/trunk/debian/control	2009-03-18 06:06:18 UTC (rev 7888)
@@ -1,7 +1,7 @@
 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), 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, python-egenix-mx-base-dev
 Build-Depends-Indep: zope-debhelper (>= 0.3.4)
 Build-Conflicts: python-egenix-mx-base-dev
 Maintainer: Fabio Tranchitella <kobold at debian.org>
@@ -37,7 +37,7 @@
 Package: python-psycopg2-dbg
 Priority: extra
 Architecture: any
-Section: python
+Section: debug
 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
@@ -50,7 +50,7 @@
 
 Package: zope-psycopgda2
 Architecture: all
-Section: python
+Section: zope
 Depends: ${zope:Depends}, python-psycopg2 (>= ${source:Version})
 Description: Zope database adapter based on python-psycopg2
  The package contains the PostgreSQL database adapter for Zope 2.7, 2.8 and




More information about the Python-modules-commits mailing list