debian/0000775000000000000000000000000012165557403007200 5ustar debian/changelog0000664000000000000000000000534212165551425011054 0ustar zc.catalog (1.6-0ubuntu1) saucy; urgency=low * New upstream release. * debian/control: - remove zope.intid from Depends, included upstream. - bump Standards-Version to 3.9.4 - enable autopkgtest * debian/patches/do_not_test_browser.patch: prevent browser tests from running, because zope.app.catalog is not packaged. * debian/tests/control: only need dependencies of test extra. * debian/tests/all: switch to zope.testrunner. -- Gediminas Paulauskas Fri, 05 Jul 2013 15:51:58 +0300 zc.catalog (1.5.1-0ubuntu1) precise; urgency=low * New upstream release. * debian/copyright: update, convert to dep5 format. * debian/pydist-overrides: remove, we use van.pydeb. -- Gediminas Paulauskas Fri, 20 Jan 2012 21:25:24 +0200 zc.catalog (1.5-0ubuntu5) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 08:17:00 +0000 zc.catalog (1.5-0ubuntu4) oneiric; urgency=low * dh_python2 transition. * changed to source format 3.0 (quilt) * debian/rules - changed "--with python-central" to "--with python2". * debian/control - updated Standards Version to 3.9.2. - changed XS-P-V: all to X-P-V >= 2.5. - removed XB-P-V, no longer needed -- Charlie Smotherman Sat, 25 Jun 2011 23:41:21 -0500 zc.catalog (1.5-0ubuntu3) natty; urgency=low * Upload to Natty. -- Gediminas Paulauskas Mon, 29 Nov 2010 16:20:58 +0200 zc.catalog (1.5-0ubuntu2) maverick; urgency=low * Move browser and test_browser extras to Suggests. -- Gediminas Paulauskas Thu, 21 Oct 2010 12:52:47 +0300 zc.catalog (1.5-0ubuntu1) maverick; urgency=low * New upstream release. -- Gediminas Paulauskas Wed, 20 Oct 2010 22:45:50 +0300 zc.catalog (1.4.4-0ubuntu1) maverick; urgency=low * New upstream release. * Convert to debhelper 7 and the pydeb dh7 extension. -- Gediminas Paulauskas Fri, 03 Sep 2010 19:00:13 +0300 zc.catalog (1.4.1-0ubuntu2) karmic; urgency=low * Move test dependencies to Suggests -- Gediminas Paulauskas Thu, 07 Jan 2010 19:06:45 +0200 zc.catalog (1.4.1-0ubuntu1) karmic; urgency=low * New upstream release * Add description and copyright * Switch to using van.pydeb * Set section to zope -- Gediminas Paulauskas Mon, 04 Jan 2010 23:46:03 +0200 python-zc.catalog (1.2.0-1ubuntu1) gutsy; urgency=low * Rebuilt with proper dependencies -- Ignas Mikalajunas Tue, 15 Apr 2008 14:34:55 +0300 python-zc.catalog (1.2.0-1) gutsy; urgency=low * Initial Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012165557403010342 5ustar debian/tests/control0000664000000000000000000000013512165546275011751 0ustar Tests: all Depends: @, python-zope.testrunner, python-zope.keyreference, python-zope.testing debian/tests/all0000664000000000000000000000012712165542625011035 0ustar #!/bin/bash testfilter="-s zc.catalog" . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012165557403010500 5ustar debian/source/format0000664000000000000000000000001412165533225011702 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000016212165533225010253 0ustar #!/usr/bin/make -f export PYDEB_SUGGESTS_EXTRAS=test browser test_browser %: dh $@ --with pydeb --with python2 debian/patches/0000775000000000000000000000000012165557403010627 5ustar debian/patches/do_not_test_browser.patch0000664000000000000000000000110212165552444015726 0ustar Description: zope.app.catalog is not packaged, so cannot autopkgtest the browser. Forwarded: yes Index: zc.catalog/src/zc/catalog/browser/tests.py =================================================================== --- zc.catalog.orig/src/zc/catalog/browser/tests.py +++ zc.catalog/src/zc/catalog/browser/tests.py @@ -28,6 +28,8 @@ try: import zope.app.appsetup.bootstrap import zope.app.appsetup.interfaces import zope.app.testing.functional + import zope.app.zcmlfiles + import zope.app.catalog here = os.path.dirname(os.path.realpath(__file__)) debian/patches/series0000664000000000000000000000003212165550402012027 0ustar do_not_test_browser.patch debian/control0000664000000000000000000000163712165542725010613 0ustar Source: zc.catalog Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Gediminas Paulauskas Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools, python-van.pydeb, Standards-Version: 3.9.4 X-Python-Version: >= 2.5 XS-Testsuite: autopkgtest Homepage: http://pypi.python.org/pypi/zc.catalog Package: python-zc.catalog Architecture: all Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends} Suggests: ${pydeb:Suggests} Provides: ${pydeb:Provides} Description: Extensions to the Zope 3 Catalog zc.catalog is an extension to the Zope 3 catalog, Zope 3's indexing and search facility. zc.catalog contains a number of extensions to the Zope 3 catalog, such as some new indexes, improved globbing and stemming support, and an alternative catalog implementation. debian/compat0000664000000000000000000000000212165533225010372 0ustar 7 debian/watch0000664000000000000000000000012712165533225010225 0ustar version=3 http://pypi.python.org/packages/source/z/zc.catalog/zc.catalog-(.*)\.tar\.gz debian/copyright0000664000000000000000000000460512165541033011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zc.catalog Upstream-Contact: Zope Corporation and Contributors Source: http://pypi.python.org/pypi/zc.catalog Files: * Copyright: (c) 2004, 2006, 2007 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.