r391 - in zope-common/trunk: . debian

Jonas Meurer mejo at alioth.debian.org
Wed Nov 1 18:22:57 CET 2006


Author: mejo
Date: 2006-11-01 18:22:56 +0100 (Wed, 01 Nov 2006)
New Revision: 391

Modified:
   zope-common/trunk/debian/README.Debian
   zope-common/trunk/debian/changelog
   zope-common/trunk/dzhandle
Log:
add support for Zope 2.10, update examples in README.Debian

Modified: zope-common/trunk/debian/README.Debian
===================================================================
--- zope-common/trunk/debian/README.Debian	2006-11-01 14:00:51 UTC (rev 390)
+++ zope-common/trunk/debian/README.Debian	2006-11-01 17:22:56 UTC (rev 391)
@@ -53,10 +53,10 @@
 your system, but not in an Zope instance, except the instance is
 configured to have all products installed by default.
 
-To add the MyProduct product to the Zope 2.8 instance `myinstance',
+To add the MyProduct product to the Zope 2.10 instance `myinstance',
 you have to run the following command:
 
-    # dzhandle -z 2.8 add-product myinstance MyProduct
+    # dzhandle -z 2.10 add-product myinstance MyProduct
 
 
 Handling of Zope Instances
@@ -64,10 +64,10 @@
 
 You (or a package) can create a zope instance using:
 
-  dzhandle -z 2.7 make-instance <instance> --addon-mode [all|manual]
+  dzhandle -z 2.10 make-instance <instance> --addon-mode [all|manual]
 
 The script uses the `mkzopeinstance.py' script to create the instance
-and creates a file /etc/zope2.7/<instance>/debian_policy, which has
+and creates a file /etc/zope2.10/<instance>/debian_policy, which has
 information about how the instance should be handled.
 
 Addon-Mode describes, if all addons should be installed in the Products
@@ -82,7 +82,7 @@
 
 - 'tree-linked' copies the directory tree of the addon and symlinks every
   file. Works better when you do have different zope versions requiring
-  different python versions (that's what the zope2.7-sandbox package uses).
+  different python versions (that's what the zope2.10-sandbox package uses).
 
 - 'copied' copies the product to the instance, but doesn't update the copy
   on package upgrades.

Modified: zope-common/trunk/debian/changelog
===================================================================
--- zope-common/trunk/debian/changelog	2006-11-01 14:00:51 UTC (rev 390)
+++ zope-common/trunk/debian/changelog	2006-11-01 17:22:56 UTC (rev 391)
@@ -1,3 +1,11 @@
+zope-common (0.5.25) unstable; urgency=low
+
+  * Add support for Zope 2.10 to dzhandle.
+  * Update README.Debian to use zope2.10 instead of obsolete zope2.7 and
+    zope2.8 in examples.
+
+ -- Jonas Meurer <mejo at debian.org>  Wed,  1 Nov 2006 18:19:28 +0100
+
 zope-common (0.5.24) unstable; urgency=low
 
   * dzhandle: fixed a bug in find_related_addons, which caused wrong

Modified: zope-common/trunk/dzhandle
===================================================================
--- zope-common/trunk/dzhandle	2006-11-01 14:00:51 UTC (rev 390)
+++ zope-common/trunk/dzhandle	2006-11-01 17:22:56 UTC (rev 391)
@@ -39,6 +39,13 @@
       'zeoinstance': '/var/lib/zope2.9/zeo',
       'pyver': '2.4'
       },
+    { 'name': 'zope2.10',
+      'version': '2.10',
+      'prefix': '/usr/lib/zope2.10',
+      'instance': '/var/lib/zope2.10/instance',
+      'zeoinstance': '/var/lib/zope2.10/zeo',
+      'pyver': '2.4'
+      },
     { 'name': 'zope3',
       'version': '3',
       'prefix': '/usr/lib/zope3',




More information about the pkg-zope-commits mailing list