r1241 - in zope2.10/trunk/debian (4 files)

Fabio Tranchitella kobold at alioth.debian.org
Mon May 12 10:18:53 UTC 2008


    Date: Monday, May 12, 2008 @ 10:18:52
  Author: kobold
Revision: 1241

Fixes.

Modified:
  zope2.10/trunk/debian/changelog
  zope2.10/trunk/debian/control
  zope2.10/trunk/debian/rules
  zope2.10/trunk/debian/zopeZVER-sandbox.copyright.in

Modified: zope2.10/trunk/debian/changelog
===================================================================
--- zope2.10/trunk/debian/changelog	2008-05-12 10:08:53 UTC (rev 1240)
+++ zope2.10/trunk/debian/changelog	2008-05-12 10:18:52 UTC (rev 1241)
@@ -4,7 +4,7 @@
   * 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 11:59:51 +0200
+ -- Fabio Tranchitella <kobold at debian.org>  Mon, 12 May 2008 12:18:37 +0200
 
 zope2.10 (2.10.5-3) unstable; urgency=low
 

Modified: zope2.10/trunk/debian/control
===================================================================
--- zope2.10/trunk/debian/control	2008-05-12 10:08:53 UTC (rev 1240)
+++ zope2.10/trunk/debian/control	2008-05-12 10:18:52 UTC (rev 1241)
@@ -4,7 +4,7 @@
 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
 

Modified: zope2.10/trunk/debian/rules
===================================================================
--- zope2.10/trunk/debian/rules	2008-05-12 10:08:53 UTC (rev 1240)
+++ zope2.10/trunk/debian/rules	2008-05-12 10:18:52 UTC (rev 1241)
@@ -147,6 +147,10 @@
 	# 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
 	dh_installexamples -p$(ZOPE) z/lib/python/Products/PageTemplates/examples/*
 	dh_pycentral -p$(ZOPE) /usr/lib/$(ZOPE) -V $(PYTHONVER)

Modified: zope2.10/trunk/debian/zopeZVER-sandbox.copyright.in
===================================================================
--- zope2.10/trunk/debian/zopeZVER-sandbox.copyright.in	2008-05-12 10:08:53 UTC (rev 1240)
+++ zope2.10/trunk/debian/zopeZVER-sandbox.copyright.in	2008-05-12 10:18:52 UTC (rev 1241)
@@ -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