r2313 - in zope.hookable/trunk/debian (5 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Jun 22 13:36:51 UTC 2011


    Date: Wednesday, June 22, 2011 @ 13:36:49
  Author: menesis-guest
Revision: 2313

Take changes from Ubuntu:
* Switch to dh_python2. (Closes: #617168)
  - Removes unneeded dependency on python-zope.testing.

Modified:
  zope.hookable/trunk/debian/changelog
  zope.hookable/trunk/debian/control
  zope.hookable/trunk/debian/copyright
  zope.hookable/trunk/debian/rules
  zope.hookable/trunk/debian/watch

Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog	2011-06-22 13:32:17 UTC (rev 2312)
+++ zope.hookable/trunk/debian/changelog	2011-06-22 13:36:49 UTC (rev 2313)
@@ -1,3 +1,10 @@
+zope.hookable (3.4.1-7) unstable; urgency=low
+
+  * Switch to dh_python2. (Closes: #617168)
+    - Removes unneeded dependency on python-zope.testing.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 22 Jun 2011 16:36:20 +0300
+
 zope.hookable (3.4.1-6) unstable; urgency=low
 
   * Exclude *.c files from the binary package.
@@ -12,7 +19,7 @@
 
 zope.hookable (3.4.1-4) unstable; urgency=low
 
-  * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2.
+  * debian/control: build-depend on python-van.pydeb >= 1.3.0-2.
     (Closes: #552932)
 
  -- Fabio Tranchitella <kobold at debian.org>  Sun, 08 Nov 2009 11:24:52 +0100

Modified: zope.hookable/trunk/debian/control
===================================================================
--- zope.hookable/trunk/debian/control	2011-06-22 13:32:17 UTC (rev 2312)
+++ zope.hookable/trunk/debian/control	2011-06-22 13:36:49 UTC (rev 2313)
@@ -3,18 +3,15 @@
 Priority: extra
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.8.3
-XS-Python-Version: all
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3), python-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.hookable/trunk
 
 Package: python-zope.hookable
 Architecture: any
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Hookable object support
  This package provides support for Hookable object.

Modified: zope.hookable/trunk/debian/copyright
===================================================================
--- zope.hookable/trunk/debian/copyright	2011-06-22 13:32:17 UTC (rev 2312)
+++ zope.hookable/trunk/debian/copyright	2011-06-22 13:36:49 UTC (rev 2313)
@@ -4,11 +4,11 @@
 
 Copyright:
 
-Upstream Author: Zope Corporation and Contributers <zope3-dev at zope.org>
+Upstream Author: Zope Corporation and Contributors <zope3-dev at zope.org>
 
 Files contain this header:
 
-# Copyright (c) 2003 Zope Corporation and Contributors.
+# Copyright (c) 2003, 2006 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.hookable/trunk/debian/rules
===================================================================
--- zope.hookable/trunk/debian/rules	2011-06-22 13:32:17 UTC (rev 2312)
+++ zope.hookable/trunk/debian/rules	2011-06-22 13:36:49 UTC (rev 2313)
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with python2 $@
 
 override_dh_install:
-	find debian/*/usr/lib -name '*.c' -exec rm {} \;
+	dh_install
+	find debian/*/usr/lib -name '*.c' -delete

Modified: zope.hookable/trunk/debian/watch
===================================================================
--- zope.hookable/trunk/debian/watch	2011-06-22 13:32:17 UTC (rev 2312)
+++ zope.hookable/trunk/debian/watch	2011-06-22 13:36:49 UTC (rev 2313)
@@ -1,3 +1,2 @@
 version=3
 http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-(.*)\.tar\.gz
-http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-(.*)\.zip




More information about the pkg-zope-developers mailing list