r1066 - in zope-debhelper/trunk (3 files)

Fabio Tranchitella kobold at alioth.debian.org
Fri Nov 30 17:20:59 UTC 2007


    Date: Friday, November 30, 2007 @ 17:20:58
  Author: kobold
Revision: 1066

* dh_installzope,dh_installzopeinstance: depends on zope-common (>= 0.5.38).

Modified:
  zope-debhelper/trunk/debian/changelog
  zope-debhelper/trunk/dh_installzope
  zope-debhelper/trunk/dh_installzopeinstance

Modified: zope-debhelper/trunk/debian/changelog
===================================================================
--- zope-debhelper/trunk/debian/changelog	2007-11-30 17:07:20 UTC (rev 1065)
+++ zope-debhelper/trunk/debian/changelog	2007-11-30 17:20:58 UTC (rev 1066)
@@ -7,8 +7,9 @@
   * dh_installzope: add a Package field in the multiple dzproduct files mode.
   * dh_installzope: smartly handle ZopeVersions in a multiple dzproduct files
     mode.
+  * dh_installzope,dh_installzopeinstance: depends on zope-common (>= 0.5.38).
 
- -- Fabio Tranchitella <kobold at debian.org>  Fri, 30 Nov 2007 18:05:39 +0100
+ -- Fabio Tranchitella <kobold at debian.org>  Fri, 30 Nov 2007 18:20:23 +0100
 
 zope-debhelper (0.3.10) unstable; urgency=high
 

Modified: zope-debhelper/trunk/dh_installzope
===================================================================
--- zope-debhelper/trunk/dh_installzope	2007-11-30 17:07:20 UTC (rev 1065)
+++ zope-debhelper/trunk/dh_installzope	2007-11-30 17:20:58 UTC (rev 1066)
@@ -126,7 +126,7 @@
 
 sub addzopesubstvars {
     my ($package, %fields) = @_;
-    my ($var) = "zope-common (>= 0.5.34), ";
+    my ($var) = "zope-common (>= 0.5.38), ";
     my (@versions) = ();
     my ($minor) = "0";
 

Modified: zope-debhelper/trunk/dh_installzopeinstance
===================================================================
--- zope-debhelper/trunk/dh_installzopeinstance	2007-11-30 17:07:20 UTC (rev 1065)
+++ zope-debhelper/trunk/dh_installzopeinstance	2007-11-30 17:20:58 UTC (rev 1066)
@@ -103,7 +103,7 @@
 
 sub addzopesubstvars {
 	my ($package, %fields) = @_;
-	addsubstvar($package, "zope:Depends", "zope-common (>= 0.5.35), zope" . $fields{'ZopeVersion'});
+	addsubstvar($package, "zope:Depends", "zope-common (>= 0.5.38), zope" . $fields{'ZopeVersion'});
 }
 
 my @autoscripts = ('config', 'preinst', 'postinst', 'prerm', 'postrm');




More information about the pkg-zope-commits mailing list