debian/0000775000000000000000000000000012055525202007166 5ustar debian/changelog0000664000000000000000000000736612055524260011057 0ustar zope.index (3.6.4-0ubuntu1) raring; urgency=low * New upstream release. * debian/patches/shebang-python2.4.patch: rename an automatic patch * debian/rules, debian/control: remove the use of van.pydeb, no benefit * debian/control: - needs Build-Depends on debhelper (>= 7.0.50~) - bump Standards-Version to 3.9.3 - add homepage - enable autopkgtest * debian/tests: switch to zope.testrunner -- Gediminas Paulauskas Wed, 28 Nov 2012 20:06:15 +0200 zope.index (3.6.3-0ubuntu1) precise; urgency=low * New upstream release - Optimizes a case when a keyword occurs in many documents (LP: #881950) * debian/control: - depend on python-all-dev to fix building optimizations. - fix formatting of long description. * debian/copyright: update to latest dep5 format. -- Gediminas Paulauskas Tue, 03 Jan 2012 17:32:33 +0200 zope.index (3.6.1-0ubuntu4) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 08:20:06 +0000 zope.index (3.6.1-0ubuntu3) oneiric; urgency=low * dh_python2 transition. * changed to source format 3.0 quilt. * added debian/pydist-overrides to assist dhp2 calculate Depends. * debian/rules - changed "--with python-central" to "--with python2". * debian/control - changed python-all to (>= 2.6.6-3~). - removed B-D on python-central. - increased 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 Sun, 26 Jun 2011 20:15:37 -0500 zope.index (3.6.1-0ubuntu2) natty; urgency=low * Rebuild to add support for python 2.7. -- Matthias Klose Fri, 03 Dec 2010 00:18:09 +0000 zope.index (3.6.1-0ubuntu1) maverick; urgency=low * New upstream release. - Avoid raising an exception when indexing None (LP: #598776) * Convert to debhelper 7 and the pydeb dh7 extension. * ZopePublicLicense.txt: remove, tarball now contains a license. -- Gediminas Paulauskas Thu, 26 Aug 2010 00:42:29 +0300 zope.index (3.6.0-0ubuntu5) lucid; urgency=low * Upload to Lucid (LP: #514952) * ZopePublicLicense.txt: add the license -- Gediminas Paulauskas Fri, 12 Feb 2010 20:41:04 +0200 zope.index (3.6.0-0ubuntu4) karmic; urgency=low * Change back to Build-Depends-Indep to build -- Gediminas Paulauskas Sun, 31 Jan 2010 03:01:07 +0200 zope.index (3.6.0-0ubuntu3) karmic; urgency=low * Compile the C extension -- Gediminas Paulauskas Sun, 31 Jan 2010 02:50:19 +0200 zope.index (3.6.0-0ubuntu2) karmic; urgency=low * Set section to zope * Move test dependencies to Suggests * Fix debian/tests to work on python2.6 -- Gediminas Paulauskas Sun, 31 Jan 2010 02:39:11 +0200 zope.index (3.6.0-0ubuntu1) karmic; urgency=low * New upstream release * Add copyright * Switch to using van.pydeb -- Gediminas Paulauskas Thu, 24 Dec 2009 02:49:09 +0200 python-zope.index (3.4.1-2) jaunty; urgency=low * Add summary and description * Remove a copy of sources from diff * Replace python2.4 with python in one test -- Gediminas Paulauskas Sun, 01 Nov 2009 22:58:07 +0200 python-zope.index (3.4.1-1ubuntu2) gutsy; urgency=low * Update dependencies once more -- Ignas Mikalajunas Tue, 15 Apr 2008 11:47:12 +0300 python-zope.index (3.4.1-1ubuntu1) gutsy; urgency=low * Updated dependencies -- Ignas Mikalajunas Sat, 12 Apr 2008 00:36:06 +0300 python-zope.index (3.4.1-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012055525202010330 5ustar debian/tests/control0000664000000000000000000000011012055451350011725 0ustar Tests: all Features: no-build-needed Depends: @, python-zope.testrunner debian/tests/all0000664000000000000000000000012712055521045011024 0ustar #!/bin/bash testfilter="-s zope.index" . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012055525202010466 5ustar debian/source/format0000664000000000000000000000001412055451200011670 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000023712055523665010263 0ustar #!/usr/bin/make -f %: dh $@ --with python2 package=python-zope.index override_dh_install: dh_install find debian/$(package) -name '*.c' | xargs -r rm -f debian/patches/0000775000000000000000000000000012055525202010615 5ustar debian/patches/series0000664000000000000000000000003012055514276012034 0ustar shebang-python2.4.patch debian/patches/shebang-python2.4.patch0000664000000000000000000000113512055515016015012 0ustar Description: Fix python2.4 reference in a test script Author: Gediminas Paulauskas Forwarded: http://svn.zope.org/zope.index/trunk/?rev=128460&view=rev Index: zope.index/src/zope/index/text/tests/mhindex.py =================================================================== --- zope.index.orig/src/zope/index/text/tests/mhindex.py +++ zope.index/src/zope/index/text/tests/mhindex.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/env python ############################################################################## # # Copyright (c) 2003 Zope Foundation and Contributors. debian/control0000664000000000000000000000153312055524167010604 0ustar Source: zope.index Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Gediminas Paulauskas Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.5 XS-Testsuite: autopkgtest Homepage: http://pypi.python.org/pypi/zope.index Package: python-zope.index Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Indices for using with catalog like text, field, etc. The ``zope.index`` package provides several indices for the Zope catalog. These include: . * a field index (for indexing orderable values), * a keyword index, * a topic index, * a text index (with support for lexicon, splitter, normalizer, etc.) debian/compat0000664000000000000000000000000212055451200010360 0ustar 7 debian/watch0000664000000000000000000000013112055451200010206 0ustar version=3 http://pypi.python.org/packages/source/z/zope.index/zope.index-(\d.*)\.tar\.gz debian/pydist-overrides0000664000000000000000000000012412055451200012416 0ustar setuptools python-setuptools ZODB3 python-zodb zope.interface python-zope.interface debian/copyright0000664000000000000000000000454312055451200011123 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: zope.index Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.index Files: * Copyright: (c) 2002, 2003, 2009 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.