--- zope.traversing-3.13.orig/debian/watch +++ zope.traversing-3.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/z/zope.traversing/zope.traversing-([\d\.]+).tar.gz \ No newline at end of file --- zope.traversing-3.13.orig/debian/control +++ zope.traversing-3.13/debian/control @@ -0,0 +1,28 @@ +Source: zope.traversing +Section: python +Priority: extra +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.5), + python-setuptools +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Anthony Lenton +Standards-Version: 3.8.4 +XS-Python-Version: current + +Package: python-zope.traversing +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-zope.publisher, + python-zope.i18n, + python-zope.location, + python-zope.security +Description: Resolving paths in the object hierarchy + The ``zope.traversing`` package provides adapteres for resolving + object paths by traversing an object hierarchy. This also + includes support for traversal namespaces (e.g. ++view++, + ++skin++, etc.) as well as computing URLs via the @@absolute_url + view. --- zope.traversing-3.13.orig/debian/rules +++ zope.traversing-3.13/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/langpack.mk --- zope.traversing-3.13.orig/debian/pycompat +++ zope.traversing-3.13/debian/pycompat @@ -0,0 +1 @@ +2 --- zope.traversing-3.13.orig/debian/compat +++ zope.traversing-3.13/debian/compat @@ -0,0 +1 @@ +6 --- zope.traversing-3.13.orig/debian/copyright +++ zope.traversing-3.13/debian/copyright @@ -0,0 +1,12 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: zope.traversing +Upstream-Maintainer: Zope Corporation and Contributors +Upstream-Source: http://pypi.python.org/pypi/zope.traversing + +Files: * +Copyright: (C) 2001, 2002 Zope Corporation and Contributors. +Copyright: (C) 2002 Zope Corporation and Contributors. +Copyright: (C) 2003 Zope Corporation and Contributors. +Copyright: (C) 2005 Zope Corporation and Contributors. +Copyright: (C) 2006 Zope Corporation and Contributors. +License: ZPL 2.1 --- zope.traversing-3.13.orig/debian/changelog +++ zope.traversing-3.13/debian/changelog @@ -0,0 +1,11 @@ +zope.traversing (3.13-0ubuntu1) maverick; urgency=low + + * new upstream release + + -- Michael Vogt Tue, 13 Jul 2010 15:51:57 +0200 + +zope.traversing (3.12.0-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Anthony Lenton Mon, 18 Jan 2010 12:55:23 -0300