r2879 - in zodb/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Nov 17 04:38:58 UTC 2014


    Date: Monday, November 17, 2014 @ 04:38:57
  Author: arnau
Revision: 2879

Add Conflicts and Provides against python-persistent. Closes: #767554.

Modified:
  zodb/trunk/debian/changelog
  zodb/trunk/debian/control

Modified: zodb/trunk/debian/changelog
===================================================================
--- zodb/trunk/debian/changelog	2014-11-13 21:20:51 UTC (rev 2878)
+++ zodb/trunk/debian/changelog	2014-11-17 04:38:57 UTC (rev 2879)
@@ -22,6 +22,17 @@
 
  -- Gediminas Paulauskas <menesis at pov.lt>  Tue, 17 Jun 2014 17:25:49 +0300
 
+zodb (1:3.9.7-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/control: ZODB3 >= 3.11a1 (python-zodb in Debian) has been split up
+    into distinct packages (persistent, BTrees, ZODB and ZEO), so until
+    python-zodb is updated to at least that version (eg after Jessie), add
+    a Conflicts and Provides of python-persistent. Thanks to Andreas
+    Beckmann. Closes: #767554.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Fri, 14 Nov 2014 18:34:36 +0900
+
 zodb (1:3.9.7-2) unstable; urgency=low
 
   * Team upload.

Modified: zodb/trunk/debian/control
===================================================================
--- zodb/trunk/debian/control	2014-11-13 21:20:51 UTC (rev 2878)
+++ zodb/trunk/debian/control	2014-11-17 04:38:57 UTC (rev 2879)
@@ -21,9 +21,11 @@
          ${python:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
-Provides: ${pydeb:Provides}
+Provides: ${pydeb:Provides},
+          python-persistent
 Suggests: ${pydeb:Suggests}
-Conflicts: zope3
+Conflicts: zope3,
+           python-persistent
 Description: Zope Object Database (ZODB)
  The Zope Object Database is an object-oriented database for Python that
  provides a high-degree of transparency. Applications can take advantage of




More information about the pkg-zope-developers mailing list