r1258 - in zope2.10/branches/etch-backports/debian (4 files)

Fabio Tranchitella kobold at alioth.debian.org
Thu Jun 12 09:19:52 UTC 2008


    Date: Thursday, June 12, 2008 @ 09:19:50
  Author: kobold
Revision: 1258

* Rebuilt for etch-backports.
* New upstream release.
* debian/rules, debian/control: use python-tz instead of shipping a private
  version of it. (Closes: #474597)
* debian/zopeZVER.NEWS.Debian: removed, the content was out-dated.
  (Closes: #456881)

Modified:
  zope2.10/branches/etch-backports/debian/changelog
  zope2.10/branches/etch-backports/debian/control
  zope2.10/branches/etch-backports/debian/rules
  zope2.10/branches/etch-backports/debian/zopeZVER-sandbox.copyright.in

Modified: zope2.10/branches/etch-backports/debian/changelog
===================================================================
--- zope2.10/branches/etch-backports/debian/changelog	2008-06-12 09:09:30 UTC (rev 1257)
+++ zope2.10/branches/etch-backports/debian/changelog	2008-06-12 09:19:50 UTC (rev 1258)
@@ -1,9 +1,24 @@
-zope2.10 (2.10.5-2~bpo40+1) etch-backports; urgency=low
+zope2.10 (2.10.6-1~bpo40+1) etch-backports; urgency=low
 
-  * Rebuilt fot etch.
+  * Rebuilt for etch-backports.
 
- -- Fabio Tranchitella <kobold at debian.org>  Tue, 11 Dec 2007 15:02:25 +0100
+ -- Fabio Tranchitella <kobold at debian.org>  Thu, 12 Jun 2008 11:19:29 +0200
 
+zope2.10 (2.10.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/rules, debian/control: use python-tz instead of shipping a private
+    version of it. (Closes: #474597)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Mon, 12 May 2008 12:18:37 +0200
+
+zope2.10 (2.10.5-3) unstable; urgency=low
+
+  * debian/zopeZVER.NEWS.Debian: removed, the content was out-dated.
+    (Closes: #456881)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 18 Dec 2007 10:50:22 +0100
+
 zope2.10 (2.10.5-2) unstable; urgency=low
 
   * debian/zopeZVER.logrotate.in: use the original mode, user and group while

Modified: zope2.10/branches/etch-backports/debian/control
===================================================================
--- zope2.10/branches/etch-backports/debian/control	2008-06-12 09:09:30 UTC (rev 1257)
+++ zope2.10/branches/etch-backports/debian/control	2008-06-12 09:19:50 UTC (rev 1258)
@@ -4,14 +4,14 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Fabio Tranchitella <kobold at debian.org>, Jonas Meurer <mejo at debian.org>, Bernd Zeimetz <bernd at bzed.de>
 Build-Depends: debhelper (>= 4.2.32), python-central (>= 0.5.6), python2.4-dev (>= 2.4.3), python2.4, python, zope-debhelper (>= 0.3.6), lsb-release, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 XS-Python-Version: 2.4
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope2.10/trunk
 
 Package: zope2.10
 Architecture: any
 Pre-Depends: zope-common (>= 0.5.21)
-Depends: python2.4 (>= 2.4.3), lsb-base, ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0
+Depends: python2.4 (>= 2.4.3), python-tz, lsb-base, ${shlibs:Depends}, ${misc:Depends}, debconf | debconf-2.0
 Provides: zope
 Suggests: python-unit, zope-book, zope-devguide
 XB-Python-Version: 2.4

Modified: zope2.10/branches/etch-backports/debian/rules
===================================================================
--- zope2.10/branches/etch-backports/debian/rules	2008-06-12 09:09:30 UTC (rev 1257)
+++ zope2.10/branches/etch-backports/debian/rules	2008-06-12 09:19:50 UTC (rev 1258)
@@ -18,7 +18,7 @@
 DEBIAN    := $(shell pwd)/debian/$(PACKAGE)
 PYTHONVER := 2.4
 PYTHONBIN := /usr/bin/python$(PYTHONVER)
-ZBASE     := Zope-2.10.5-final
+ZBASE     := Zope-2.10.6-final
 
 distribution := $(shell lsb_release -is)
 
@@ -144,8 +144,14 @@
 	install -m 0644 debian/$(ZOPE).linda-overrides \
 	        $(DEBIAN)/usr/share/linda/overrides/$(ZOPE)
 
+	# use python-tz instead of shipping it
+	rm -fr $(DEBIAN)/usr/lib/zope2.10/lib/python/pytz
+
+	# fix some of the lintian warnings
+	rmdir $(DEBIAN)/usr/sbin
+	rm $(DEBIAN)/usr/lib/zope2.10/lib/python/docutils/svn-commit.tmp
+
 	dh_installdocs -p$(ZOPE) z/README.txt
-	cp debian/zope2.10.NEWS.Debian $(DEBIAN)/usr/share/doc/zope2.10/NEWS.Debian
 	dh_installexamples -p$(ZOPE) z/lib/python/Products/PageTemplates/examples/*
 	dh_pycentral -p$(ZOPE) /usr/lib/$(ZOPE) -V $(PYTHONVER)
 

Modified: zope2.10/branches/etch-backports/debian/zopeZVER-sandbox.copyright.in
===================================================================
--- zope2.10/branches/etch-backports/debian/zopeZVER-sandbox.copyright.in	2008-06-12 09:09:30 UTC (rev 1257)
+++ zope2.10/branches/etch-backports/debian/zopeZVER-sandbox.copyright.in	2008-06-12 09:19:50 UTC (rev 1258)
@@ -1,3 +1,5 @@
+Copyright (C) 2005-2008 Fabio Tranchitella <kobold at debian.org>
+
 This package was created and released by the Debian Zope team, under 
-the terms of the Gnu General Public License, version 2 or later.  
+the terms of the Gnu General Public License, version 2 or later.
 See /usr/share/common-licenses/GPL for the full text of that license.




More information about the pkg-zope-commits mailing list