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

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Tue Jun 21 10:46:24 UTC 2011


    Date: Tuesday, June 21, 2011 @ 10:46:23
  Author: mejo
Revision: 2302

update zope-debhelper for zope2.13 and python2.7

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

Modified: zope-debhelper/trunk/debian/changelog
===================================================================
--- zope-debhelper/trunk/debian/changelog	2011-06-20 02:20:53 UTC (rev 2301)
+++ zope-debhelper/trunk/debian/changelog	2011-06-21 10:46:23 UTC (rev 2302)
@@ -1,3 +1,12 @@
+zope-debhelper (0.3.15) unstable; urgency=low
+
+  * add zope2.13 to list of known zope versions in dh_installzope
+  * add python2.7 to list of known python versions in dh_installzope
+  * bump standards-version to 3.9.2, no changes needed
+  * migrate the package to "3.0 (quilt)" format
+
+ -- Jonas Meurer <mejo at debian.org>  Tue, 21 Jun 2011 12:45:22 +0200
+
 zope-debhelper (0.3.14) unstable; urgency=high
 
   * use 'invoke-rc.d {start|stop} {ZEOSERVER|INSTANCE}=$INSTANCE' in

Modified: zope-debhelper/trunk/debian/control
===================================================================
--- zope-debhelper/trunk/debian/control	2011-06-20 02:20:53 UTC (rev 2301)
+++ zope-debhelper/trunk/debian/control	2011-06-21 10:46:23 UTC (rev 2302)
@@ -5,7 +5,7 @@
 Uploaders: Fabio Tranchitella <kobold at debian.org>, Andrea Mennucci <mennucc1 at debian.org>, martin f. krafft <madduck at debian.org>, Matthias Klose <doko at debian.org>, Bernd Zeimetz <bzed at debian.org>, Jonas Meurer <mejo at debian.org>
 Build-Depends: debhelper (>= 6.0.0)
 Build-Depends-Indep: perl (>= 5.6.1)
-Standards-Version: 3.8.2
+Standards-Version: 3.9.2
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-zope/zope-debhelper/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/zope-debhelper/trunk
 

Modified: zope-debhelper/trunk/dh_installzope
===================================================================
--- zope-debhelper/trunk/dh_installzope	2011-06-20 02:20:53 UTC (rev 2301)
+++ zope-debhelper/trunk/dh_installzope	2011-06-21 10:46:23 UTC (rev 2302)
@@ -95,8 +95,8 @@
 
 init();
 
-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');
+my @zope_versions = ('2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '3');
+my %python_versions = ('3', '2.4', '2.5', '2.6', '2.7');
 
 sub read_dzfile {
     my $fn = shift;




More information about the pkg-zope-developers mailing list