debian/0000775000000000000000000000000012057135266007177 5ustar debian/changelog0000664000000000000000000000770412057121753011055 0ustar zope.traversing (3.14.0-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: * debian/control: - bump Standards-Version to 3.9.3 - enable autopkgtest * debian/tests/all: switch to zope.testrunner * debian/tests/control: update, remove Features line -- Gediminas Paulauskas Mon, 03 Dec 2012 11:00:14 +0200 zope.traversing (3.13.2-2fakesync1) precise; urgency=low * Fake sync due to mismatching orig tarball. -- Gediminas Paulauskas Mon, 14 Nov 2011 22:36:52 +0200 zope.traversing (3.13.2-2) unstable; urgency=low * Team upload. * Use debian/source/options to ignore changes in egg-info directory rather than debian/clean otherwise zcml and txt files are missing. -- Arnaud Fontaine Tue, 08 Nov 2011 21:28:53 +0900 zope.traversing (3.13.2-1) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * debian/control: add Vcs-Browser and Homepage fields. * Add debian/clean to get rid of egg-info/* to prevent FTBFS if built twice. [ Gediminas Paulauskas ] * New upstream release. * 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. * Switch to 3.0 (quilt) source format. -- Arnaud Fontaine Wed, 19 Oct 2011 11:51:13 +0900 zope.traversing (3.8.0-3) unstable; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 05 Jan 2010 20:17:49 +0100 zope.traversing (3.8.0-2) unstable; urgency=low * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2. (Closes: #552969) -- Fabio Tranchitella Sun, 08 Nov 2009 11:12:32 +0100 zope.traversing (3.8.0-1) unstable; urgency=low * New upstream release. -- Fabio Tranchitella Mon, 12 Oct 2009 06:26:06 +0000 zope.traversing (3.7.1-4) unstable; urgency=low * debian/tests/control: Add automated test dependencies by hand. -- Brian Sutherland Sat, 12 Sep 2009 16:49:06 +0200 zope.traversing (3.7.1-3) unstable; urgency=low * debian/rules: remove the test extra. -- Fabio Tranchitella Mon, 14 Sep 2009 15:13:42 +0200 zope.traversing (3.7.1-2) unstable; urgency=low * Set section to zope. * Rebuild against van.pydeb 1.3. -- Matthias Klose Sun, 13 Sep 2009 10:49:25 +0200 zope.traversing (3.7.1-1) unstable; urgency=low * New upstream release. -- Fabio Tranchitella Thu, 18 Jun 2009 17:26:18 +0200 zope.traversing (3.7.0-1) unstable; urgency=low * New upstream release -- Brian Sutherland Sat, 13 Jun 2009 11:01:57 +0200 zope.traversing (3.5.4-2) unstable; urgency=low * Remove Cruft -- Brian Sutherland Sun, 07 Jun 2009 12:59:05 +0200 zope.traversing (3.5.4-1) unstable; urgency=low * New upstream release * Change Source package name. * dh_compat => 7 * Better description * Add watch and copyright files * standards 3.8.1 * Build with python-van.pydeb * Build for all python versions -- Brian Sutherland Sun, 07 Jun 2009 11:56:08 +0200 python-zope.traversing (3.4.0-1ubuntu1.2) lenny; urgency=low * Non-maintainer upload. * Rebuild for lenny -- Brian Sutherland Fri, 08 May 2009 11:22:54 +0000 python-zope.traversing (3.4.0-1ubuntu1.1) etch-devel; urgency=low * Non-maintainer upload. * Rebuild for etch-devel -- Brian Sutherland Wed, 23 Jul 2008 09:52:05 +0200 python-zope.traversing (3.4.0-1ubuntu1) hardy; urgency=low * Re-build for hardy -- Ignas Mikalajunas Wed, 23 Apr 2008 11:19:37 +0300 python-zope.traversing (3.4.0-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012057135266010341 5ustar debian/tests/control0000664000000000000000000000054412057134602011740 0ustar Tests: all Depends: @, python-zope.testrunner, python-zodb, python-zope.browserpage, python-zope.browserresource, python-zope.browserresource-zcml, python-zope.component-zcml, python-zope.configuration, python-zope.container, python-zope.pagetemplate, python-zope.security, python-zope.security-zcml, python-zope.site, python-zope.tal, python-zope.testing debian/tests/all0000664000000000000000000000013412057071171011024 0ustar #!/bin/bash testfilter='-s zope.traversing' . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012057135266010477 5ustar debian/source/format0000664000000000000000000000001412057064776011714 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000050312057064776012122 0ustar # Ignore changes on .egg-info directory to prevent issue while building # twice as dpkg-source do not ignore the automatic patch anymore. Deleting # the files does not work as it was generated through sdist target using # SVN, thus some files might be missing (such as zcml or txt files). extend-diff-ignore = "\.egg-info" debian/rules0000775000000000000000000000013512057071363010253 0ustar #!/usr/bin/make -f export PYDEB_SUGGESTS_EXTRAS=test %: dh $@ --with pydeb --with python2 debian/control0000664000000000000000000000225312057071025010574 0ustar Source: zope.traversing Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools, python-van.pydeb Standards-Version: 3.9.3 X-Python-Version: >= 2.4 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.traversing/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.traversing/trunk Homepage: http://pypi.python.org/pypi/zope.traversing Package: python-zope.traversing Architecture: all Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends} Provides: ${pydeb:Provides} Suggests: ${pydeb:Suggests} Conflicts: zope3 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 namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view. debian/compat0000664000000000000000000000000212057064776010404 0ustar 7 debian/watch0000664000000000000000000000015312057064776010236 0ustar version=3 http://pypi.python.org/packages/source/z/zope.traversing/zope.traversing-(\d.*)\.(?:tar\.gz|zip) debian/copyright0000664000000000000000000000460712057064776011150 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: zope.traversing Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.traversing Files: * Copyright: (c) 2001-2006 Zope Foundation and Contributors. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.