r2028 - in zope-common/trunk (4 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Jan 14 18:42:57 UTC 2010


    Date: Thursday, January 14, 2010 @ 18:42:54
  Author: bzed
Revision: 2028

* Do not depend on python2.4 anymore. dzhandle should work fine
  with all python versions. To add the proper dependencies
  we use python-support. 
* Bump Standards-Version to 3.8.3, no changes needed. 

Modified:
  zope-common/trunk/debian/changelog
  zope-common/trunk/debian/control
  zope-common/trunk/debian/rules
  zope-common/trunk/dzhandle

Modified: zope-common/trunk/debian/changelog
===================================================================
--- zope-common/trunk/debian/changelog	2010-01-14 16:47:38 UTC (rev 2027)
+++ zope-common/trunk/debian/changelog	2010-01-14 18:42:54 UTC (rev 2028)
@@ -1,15 +1,19 @@
 zope-common (0.5.50) unstable; urgency=low
 
-  * NOT RELEASED YET
-
   [ Jonas Meurer ]
   * change section to zope.
 
   [ Matthias Klose ]
   * Fix version detection for zope2.12 startup scripÃt.
 
- -- Jonas Meurer <mejo at debian.org>  Tue, 11 Aug 2009 12:00:33 +0200
+  [ Bernd Zeimetz ]
+  * Do not depend on python2.4 anymore. dzhandle should work fine
+    with all python versions. To add the proper dependencies
+    we use python-support. 
+  * Bump Standards-Version to 3.8.3, no changes needed. 
 
+ -- Bernd Zeimetz <bzed at debian.org>  Thu, 14 Jan 2010 19:42:56 +0100
+
 zope-common (0.5.49) unstable; urgency=high
 
   * add zope2.12 to known zope releases in dzhandle.

Modified: zope-common/trunk/debian/control
===================================================================
--- zope-common/trunk/debian/control	2010-01-14 16:47:38 UTC (rev 2027)
+++ zope-common/trunk/debian/control	2010-01-14 18:42:54 UTC (rev 2028)
@@ -4,14 +4,14 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 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>, Jonas Meurer <mejo at debian.org>, Bernd Zeimetz <bzed at debian.org>
 Build-Depends: debhelper (>= 6.0.0), po-debconf, lsb-release
-Build-Depends-Indep: docbook-to-man
-Standards-Version: 3.8.2
+Build-Depends-Indep: docbook-to-man, python-support
+Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-zope/zope-common/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/zope-common/trunk
 
 Package: zope-common
 Architecture: all
-Depends: adduser, python2.4, ${misc:Depends}
+Depends: adduser, ${python:Depends}, ${misc:Depends}
 Breaks: zope2.7, zope2.8, zope2.9, zope2.10 (<< 2.10.9), zope2.11 (<< 2.11.4)
 Description: common settings and scripts for Zope installations
  This package contains common settings and scripts for Zope installations.

Modified: zope-common/trunk/debian/rules
===================================================================
--- zope-common/trunk/debian/rules	2010-01-14 16:47:38 UTC (rev 2027)
+++ zope-common/trunk/debian/rules	2010-01-14 18:42:54 UTC (rev 2028)
@@ -39,6 +39,7 @@
 	   debian/zope-common/usr/share/doc/zope-common/README.Ubuntu
 endif
 	dh_installdebconf
+	dh_pysupport
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: zope-common/trunk/dzhandle
===================================================================
--- zope-common/trunk/dzhandle	2010-01-14 16:47:38 UTC (rev 2027)
+++ zope-common/trunk/dzhandle	2010-01-14 18:42:54 UTC (rev 2028)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 
 # Copyright (C) 2005-2006 Matthias Klose <doko at ubuntu.com>
 #                         Fabio Tranchitella <kobold at debian.org>




More information about the pkg-zope-developers mailing list