r2312 - in zope.dottedname/trunk/debian (5 files)

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


    Date: Wednesday, June 22, 2011 @ 13:32:17
  Author: menesis-guest
Revision: 2312

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

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

Modified: zope.dottedname/trunk/debian/changelog
===================================================================
--- zope.dottedname/trunk/debian/changelog	2011-06-21 11:25:11 UTC (rev 2311)
+++ zope.dottedname/trunk/debian/changelog	2011-06-22 13:32:17 UTC (rev 2312)
@@ -1,3 +1,10 @@
+zope.dottedname (3.4.6-4) unstable; urgency=low
+
+  * Switch to dh_python2. (Closes: #617165)
+    - Removes unneeded dependency on python-zope.testing.
+
+ -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 22 Jun 2011 16:29:16 +0300
+
 zope.dottedname (3.4.6-3) unstable; urgency=low
 
   * Convert to debhelper 7 and the pydeb dh7 extension.
@@ -6,7 +13,7 @@
 
 zope.dottedname (3.4.6-2) 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: #552941)
 
  -- Fabio Tranchitella <kobold at debian.org>  Sun, 08 Nov 2009 11:04:43 +0100

Modified: zope.dottedname/trunk/debian/control
===================================================================
--- zope.dottedname/trunk/debian/control	2011-06-21 11:25:11 UTC (rev 2311)
+++ zope.dottedname/trunk/debian/control	2011-06-22 13:32:17 UTC (rev 2312)
@@ -3,19 +3,16 @@
 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>, Matthias Klose <doko at ubuntu.com>
-Build-Depends: debhelper (>= 7), 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), python-all (>= 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.dottedname/trunk
 
 Package: python-zope.dottedname
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Resolver for Python dotted names
  The zope.dottedname module provides one function, resolve that resolves
  strings containing dotted names into the appropriate Python object.

Modified: zope.dottedname/trunk/debian/copyright
===================================================================
--- zope.dottedname/trunk/debian/copyright	2011-06-21 11:25:11 UTC (rev 2311)
+++ zope.dottedname/trunk/debian/copyright	2011-06-22 13:32:17 UTC (rev 2312)
@@ -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) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2004-2007 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,

Modified: zope.dottedname/trunk/debian/rules
===================================================================
--- zope.dottedname/trunk/debian/rules	2011-06-21 11:25:11 UTC (rev 2311)
+++ zope.dottedname/trunk/debian/rules	2011-06-22 13:32:17 UTC (rev 2312)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with python2 $@

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




More information about the pkg-zope-developers mailing list