r1684 - in zope-debhelper/trunk (4 files)

Jonas Meurer mejo at alioth.debian.org
Sun Aug 9 13:57:37 UTC 2009


    Date: Sunday, August 9, 2009 @ 13:57:36
  Author: mejo
Revision: 1684

bump dependency on zope-common to 0.5.49 in dh helper scripts

Modified:
  zope-debhelper/trunk/autoscripts/postinst-dzinstance
  zope-debhelper/trunk/debian/changelog
  zope-debhelper/trunk/dh_installzope
  zope-debhelper/trunk/dh_installzopeinstance

Modified: zope-debhelper/trunk/autoscripts/postinst-dzinstance
===================================================================
--- zope-debhelper/trunk/autoscripts/postinst-dzinstance	2009-08-09 13:55:15 UTC (rev 1683)
+++ zope-debhelper/trunk/autoscripts/postinst-dzinstance	2009-08-09 13:57:36 UTC (rev 1684)
@@ -70,7 +70,7 @@
             db_get $PKG/instance-zeo-port
             zeoport="$RET"
             dzhandle -z $ZVER make-zeoinstance $INSTANCE $zeoport
-            dzhandle -z $ZVER zeoctl $INSTANCE start
+            "$INVOKE" start "ZEOSERVER=$INSTANCE"
             ZEOSERVER="--zeo-server=localhost:$zeoport"
         else
             ZEOSERVER=""

Modified: zope-debhelper/trunk/debian/changelog
===================================================================
--- zope-debhelper/trunk/debian/changelog	2009-08-09 13:55:15 UTC (rev 1683)
+++ zope-debhelper/trunk/debian/changelog	2009-08-09 13:57:36 UTC (rev 1684)
@@ -3,9 +3,11 @@
   * use 'invoke-rc.d {start|stop} {ZEOSERVER|INSTANCE}=$INSTANCE' in
     maintainer scripts instead of dzhandle. That is required in order
     to fix bug #540158 and #540159.
+  * bump dependency on zope-common to 0.5.49 both in dh_installzope
+    and dh_installzopeinstance.
   * set urgency=high for that reason.
 
- -- Jonas Meurer <mejo at debian.org>  Sat, 08 Aug 2009 13:49:07 +0200
+ -- Jonas Meurer <mejo at debian.org>  Sun, 09 Aug 2009 15:56:18 +0200
 
 zope-debhelper (0.3.13) unstable; urgency=low
 

Modified: zope-debhelper/trunk/dh_installzope
===================================================================
--- zope-debhelper/trunk/dh_installzope	2009-08-09 13:55:15 UTC (rev 1683)
+++ zope-debhelper/trunk/dh_installzope	2009-08-09 13:57:36 UTC (rev 1684)
@@ -126,7 +126,7 @@
 
 sub addzopesubstvars {
     my ($package, %fields) = @_;
-    my ($var) = "zope-common (>= 0.5.38), ";
+    my ($var) = "zope-common (>= 0.5.49), ";
     my (@versions) = ();
     my ($minor) = "0";
 

Modified: zope-debhelper/trunk/dh_installzopeinstance
===================================================================
--- zope-debhelper/trunk/dh_installzopeinstance	2009-08-09 13:55:15 UTC (rev 1683)
+++ zope-debhelper/trunk/dh_installzopeinstance	2009-08-09 13:57:36 UTC (rev 1684)
@@ -103,7 +103,7 @@
 
 sub addzopesubstvars {
 	my ($package, %fields) = @_;
-	addsubstvar($package, "zope:Depends", "zope-common (>= 0.5.38), zope" . $fields{'ZopeVersion'});
+	addsubstvar($package, "zope:Depends", "zope-common (>= 0.5.49), zope" . $fields{'ZopeVersion'});
 }
 
 my @autoscripts = ('config', 'preinst', 'postinst', 'prerm', 'postrm');




More information about the pkg-zope-commits mailing list