r2346 - in zope.traversing/trunk/debian (4 files)

menesis-guest at users.alioth.debian.org menesis-guest at users.alioth.debian.org
Wed Aug 17 22:51:30 UTC 2011


    Date: Wednesday, August 17, 2011 @ 22:51:28
  Author: menesis-guest
Revision: 2346

Use dh_python2 instead of deprecated python-central (Closes: #617181)

Modified:
  zope.traversing/trunk/debian/changelog
  zope.traversing/trunk/debian/control
  zope.traversing/trunk/debian/copyright
  zope.traversing/trunk/debian/rules

Modified: zope.traversing/trunk/debian/changelog
===================================================================
--- zope.traversing/trunk/debian/changelog	2011-08-12 15:46:15 UTC (rev 2345)
+++ zope.traversing/trunk/debian/changelog	2011-08-17 22:51:28 UTC (rev 2346)
@@ -1,30 +1,12 @@
 zope.traversing (3.13.2-1) unstable; urgency=low
 
-  * Incorporate changes from Ubuntu.
-
- -- Gediminas Paulauskas <menesis at pov.lt>  Wed, 18 May 2011 21:32:53 +0300
-
-zope.traversing (3.13.2-0ubuntu1) natty; urgency=low
-
   * New upstream release.
-  * Restore Debian packaging.
+  * Use dh_python2 instead of deprecated python-central (Closes: #617181)
   * debian/control: build-depend on python-all (not -dev).
   * debian/copyright: update, convert to dep5 format.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 24 Mar 2011 19:59:03 +0200
+ -- Gediminas Paulauskas <menesis at pov.lt>  Thu, 18 Aug 2011 01:51:01 +0300
 
-zope.traversing (3.13-0ubuntu1) maverick; urgency=low
-
-  * New upstream release
-
- -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 13 Jul 2010 15:51:57 +0200
-
-zope.traversing (3.12.0-0ubuntu1) lucid; urgency=low
-
-  * New upstream release.
-
- -- Anthony Lenton <anthony.lenton at canonical.com>  Mon, 18 Jan 2010 12:55:23 -0300
-
 zope.traversing (3.8.0-3) unstable; urgency=low
 
   * Convert to debhelper 7 and the pydeb dh7 extension.

Modified: zope.traversing/trunk/debian/control
===================================================================
--- zope.traversing/trunk/debian/control	2011-08-12 15:46:15 UTC (rev 2345)
+++ zope.traversing/trunk/debian/control	2011-08-17 22:51:28 UTC (rev 2346)
@@ -3,19 +3,20 @@
 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), python-all (>= 2.3.5-11), python-central (>= 0.6.8), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.1
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.traversing/trunk
+Build-Depends: debhelper (>= 7),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-van.pydeb (>= 1.3.0-4)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.traversing/trunk
 
 Package: python-zope.traversing
 Architecture: all
 Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
+Provides: ${pydeb:Provides}
 Suggests: ${pydeb:Suggests}
 Conflicts: zope3
-XB-Python-Version: ${python:Versions}
 Description: Resolving paths in the object hierarchy
  The zope.traversing package provides adapters for resolving object paths by
  traversing an object hierarchy.  This also includes support for traversal

Modified: zope.traversing/trunk/debian/copyright
===================================================================
--- zope.traversing/trunk/debian/copyright	2011-08-12 15:46:15 UTC (rev 2345)
+++ zope.traversing/trunk/debian/copyright	2011-08-17 22:51:28 UTC (rev 2346)
@@ -1,4 +1,4 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
+Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: zope.traversing
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.traversing

Modified: zope.traversing/trunk/debian/rules
===================================================================
--- zope.traversing/trunk/debian/rules	2011-08-12 15:46:15 UTC (rev 2345)
+++ zope.traversing/trunk/debian/rules	2011-08-17 22:51:28 UTC (rev 2346)
@@ -3,4 +3,4 @@
 export PYDEB_SUGGESTS_EXTRAS=test
 
 %:
-	dh --with pydeb --with python-central $@
+	dh --with pydeb --with python2 $@




More information about the pkg-zope-developers mailing list