[Python-modules-commits] r31575 - in packages/python-persistent/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Dec 16 07:51:33 UTC 2014
Date: Tuesday, December 16, 2014 @ 07:41:35
Author: arnau
Revision: 31575
* Revert change in previous upload in favor of removing persistent module from
python-zodb and make it depend upon this package (with upstream
ACK). Closes: #767554.
+ d/control: Add Breaks/Replaces against python-zodb << 1:3.9.7-4~.
Modified:
packages/python-persistent/trunk/debian/changelog
packages/python-persistent/trunk/debian/control
Modified: packages/python-persistent/trunk/debian/changelog
===================================================================
--- packages/python-persistent/trunk/debian/changelog 2014-12-14 18:49:40 UTC (rev 31574)
+++ packages/python-persistent/trunk/debian/changelog 2014-12-16 07:41:35 UTC (rev 31575)
@@ -1,3 +1,13 @@
+python-persistent (4.0.8-3) unstable; urgency=medium
+
+ * Team upload.
+ * Revert change in previous upload in favor of removing persistent
+ module from python-zodb and make it depend upon this package (with
+ upstream ACK). Closes: #767554.
+ + d/control: Add Breaks/Replaces against python-zodb << 1:3.9.7-4~.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 10 Dec 2014 17:33:13 +0900
+
python-persistent (4.0.8-2) unstable; urgency=medium
* Team upload.
Modified: packages/python-persistent/trunk/debian/control
===================================================================
--- packages/python-persistent/trunk/debian/control 2014-12-14 18:49:40 UTC (rev 31574)
+++ packages/python-persistent/trunk/debian/control 2014-12-16 07:41:35 UTC (rev 31575)
@@ -22,7 +22,8 @@
Package: python-persistent
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Conflicts: python-zodb (<< 3.11.0~)
+Breaks: python-zodb (<< 1:3.9.7-4~)
+Replaces: python-zodb (<< 1:3.9.7-4~)
Description: Automatic persistence for Python objects
This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
More information about the Python-modules-commits
mailing list