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

Fabio Tranchitella kobold at alioth.debian.org
Wed Jan 30 18:08:06 UTC 2008


    Date: Wednesday, January 30, 2008 @ 18:08:05
  Author: kobold
Revision: 1157

* Reverted back to ZODB 3.6, it wasn't a great idea to upload 3.8.0 because
  it requires some of the zope3 infrastructure and we don't have those
  packages in the archive. (Closes: #463259)
* debian/control: renamed python-zodb to python2.4-zodb to make it explicit
  that we only support python2.4 at the moment.

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

Modified: zodb/trunk/debian/changelog
===================================================================
--- zodb/trunk/debian/changelog	2008-01-29 10:59:46 UTC (rev 1156)
+++ zodb/trunk/debian/changelog	2008-01-30 18:08:05 UTC (rev 1157)
@@ -1,3 +1,13 @@
+zodb (1:3.6.0-1) unstable; urgency=low
+
+  * Reverted back to ZODB 3.6, it wasn't a great idea to upload 3.8.0 because
+    it requires some of the zope3 infrastructure and we don't have those
+    packages in the archive. (Closes: #463259)
+  * debian/control: renamed python-zodb to python2.4-zodb to make it explicit
+    that we only support python2.4 at the moment.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 30 Jan 2008 19:05:55 +0100
+
 zodb (3.8.0-1) unstable; urgency=low
 
   * New upstream release, which is compatible with both python2.4 and

Modified: zodb/trunk/debian/control
===================================================================
--- zodb/trunk/debian/control	2008-01-29 10:59:46 UTC (rev 1156)
+++ zodb/trunk/debian/control	2008-01-30 18:08:05 UTC (rev 1157)
@@ -6,14 +6,14 @@
 Build-Depends:  debhelper (>= 5.0.37.2), python-all-dev, python-central (>= 0.5.0), python (>= 2.3.5-7), dpatch
 Build-Conflicts: python-extclass, python2.3-extclass
 Standards-Version: 3.7.3
-XS-Python-Version: all
+XS-Python-Version: 2.4
 
-Package: python-zodb
+Package: python2.4-zodb
 Architecture: any
 Depends: ${python:Depends}, python-zopeinterface, ${shlibs:Depends}
-Replaces: python2.3-zodb, python2.4-zodb, zope3
-Conflicts: python2.3-zodb, python2.4-zodb, zope3
-Provides: ${python:Provides}
+Replaces: zope3
+Conflicts: zope3
+Provides: python-zodb
 XB-Python-Version: ${python:Versions}
 Description: set of tools for using the Zope Object Database (ZODB)
  The Zope Object Database provides an object-oriented database for 




More information about the pkg-zope-commits mailing list