r1656 - in zope-debhelper/trunk (debian/changelog dh_installzope)

Jonas Meurer mejo at alioth.debian.org
Sun Jul 5 15:39:45 UTC 2009


    Date: Sunday, July 5, 2009 @ 15:39:41
  Author: mejo
Revision: 1656

add zope 2.11 and 2.12 as well as python2.5 and python2.6 to dh_installzope

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

Modified: zope-debhelper/trunk/debian/changelog
===================================================================
--- zope-debhelper/trunk/debian/changelog	2009-07-05 15:29:46 UTC (rev 1655)
+++ zope-debhelper/trunk/debian/changelog	2009-07-05 15:39:41 UTC (rev 1656)
@@ -1,10 +1,15 @@
 zope-debhelper (0.3.12) unstable; urgency=low
 
+  [ Bernd Zeimetz ]
   * debian/control:
     - Updating my email address.
 
- -- Bernd Zeimetz <bzed at debian.org>  Mon, 29 Dec 2008 22:43:14 +0100
+  [ Jonas Meurer ]
+  * add zope2.11 and zope2.12 to known zope versions in dh_installzope
+  * add python2.5 and python2.6 to known python versions in dh_installzope
 
+ -- Jonas Meurer <mejo at debian.org>  Sun, 05 Jul 2009 17:39:35 +0200
+
 zope-debhelper (0.3.11) unstable; urgency=high
 
   * dh_installzopeinstance: fixed a bug, the default user for the instance

Modified: zope-debhelper/trunk/dh_installzope
===================================================================
--- zope-debhelper/trunk/dh_installzope	2009-07-05 15:29:46 UTC (rev 1655)
+++ zope-debhelper/trunk/dh_installzope	2009-07-05 15:39:41 UTC (rev 1656)
@@ -95,8 +95,8 @@
 
 init();
 
-my @zope_versions = ('2.6', '2.7', '2.8', '2.9', '2.10', '3');
-my %python_versions = ('3', '2.4');
+my @zope_versions = ('2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '3');
+my %python_versions = ('3', '2.4', '2.5', '2.6');
 
 sub read_dzfile {
     my $fn = shift;




More information about the pkg-zope-commits mailing list