debian/0000775000000000000000000000000012257210557007176 5ustar debian/source/0000775000000000000000000000000011603616031010465 5ustar debian/source/format0000664000000000000000000000001411603615713011701 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000553011603615713011131 0ustar This package was debianized by Brian Sutherland It was downloaded from http://pypi.python.org/pypi/zope.ucol Copyright: Upstream Author: Zope Corporation and Contributors Files contain this header: # Copyright (c) 2004 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. 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. debian/changelog0000664000000000000000000000505112257210557011051 0ustar zope.ucol (1.0.2-2ubuntu7) trusty; urgency=medium * No change rebuild against libicu52 -- Dimitri John Ledkov Fri, 27 Dec 2013 05:34:39 +0000 zope.ucol (1.0.2-2ubuntu6) precise; urgency=low * Rebuild for libicu48. -- Colin Watson Wed, 23 Nov 2011 15:17:25 +0000 zope.ucol (1.0.2-2ubuntu5) oneiric; urgency=low * dh_python2 transition. * debian/rules - changed "--with python-central" to "--with python2". * debian/control - changed python-all to (>= 2.6.6-3~). - added libicu-dev to B-D so extensions build. - increased debhelper to 7.0.50 for dh overrides. - 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 Sat, 02 Jul 2011 08:14:00 -0500 zope.ucol (1.0.2-2ubuntu4) natty; urgency=low * debian/patches/add-license.patch: also fix ZPL version in file headers. * debian/patches/add-namespace.patch: refresh to match upstream trunk. -- Gediminas Paulauskas Tue, 28 Dec 2010 16:42:34 +0200 zope.ucol (1.0.2-2ubuntu3) natty; urgency=low * Switch to dpkg-source 3.0 (quilt) format -- Gediminas Paulauskas Thu, 02 Dec 2010 18:57:12 +0200 zope.ucol (1.0.2-2ubuntu2) maverick; urgency=low * Convert to debhelper 7. -- Gediminas Paulauskas Sun, 05 Sep 2010 00:41:38 +0300 zope.ucol (1.0.2-2ubuntu1) lucid; urgency=low * Build for Lucid with newer libicu. -- Gediminas Paulauskas Tue, 06 Apr 2010 16:33:54 +0300 zope.ucol (1.0.2-2) karmic; urgency=low * Switch to using van.pydeb * Fix debian/tests to work on python2.6 * Remove *.c files from package * ZopePublicLicense.txt: add the license -- Gediminas Paulauskas Thu, 11 Feb 2010 21:48:38 +0200 python-zope.ucol (1.0.2-1ubuntu3) gutsy; urgency=low * Fix architecture to get 64 bit packages working properly -- Ignas Mikalajunas Mon, 28 Apr 2008 15:42:37 +0300 python-zope.ucol (1.0.2-1ubuntu2) hardy; urgency=low * Re-build for hardy -- Ignas Mikalajunas Wed, 23 Apr 2008 11:19:39 +0300 python-zope.ucol (1.0.2-1ubuntu1) gutsy; urgency=low * Added libicu-dev to build dependencies -- Ignas Mikalajunas Tue, 15 Apr 2008 18:09:02 +0300 python-zope.ucol (1.0.2-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/control0000664000000000000000000000135211603615713010577 0ustar Source: zope.ucol Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Gediminas Paulauskas Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-all-dev, python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4), libicu-dev Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Package: python-zope.ucol Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: Locale-based text collation using ICU This package provides a minimal Pythonic wrapper around the u_col C API of the International Components for Unicode (ICU) library. It provides locale-based text collation. debian/rules0000775000000000000000000000023611603615713010254 0ustar #!/usr/bin/make -f %: dh $@ --with python2 package=python-zope.ucol override_dh_install: dh_install find debian/$(package) -name '*.c' | xargs -r rm -f debian/watch0000664000000000000000000000012711603615713010224 0ustar version=3 http://pypi.python.org/packages/source/z/zope.ucol/zope.ucol-(\d.*)\.tar\.gz debian/patches/0000775000000000000000000000000011603616031010614 5ustar debian/patches/add-license.patch0000664000000000000000000001047011603615713014015 0ustar Add the license and fix ZPL version in file headers. Committed upstream. Index: zope.ucol/LICENSE.txt =================================================================== --- /dev/null +++ zope.ucol/LICENSE.txt @@ -0,0 +1,44 @@ +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. Index: zope.ucol/src/zope/ucol/__init__.py =================================================================== --- zope.ucol.orig/src/zope/ucol/__init__.py +++ zope.ucol/src/zope/ucol/__init__.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS Index: zope.ucol/src/zope/ucol/localeadapter.py =================================================================== --- zope.ucol.orig/src/zope/ucol/localeadapter.py +++ zope.ucol/src/zope/ucol/localeadapter.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS Index: zope.ucol/src/zope/ucol/tests.py =================================================================== --- zope.ucol.orig/src/zope/ucol/tests.py +++ zope.ucol/src/zope/ucol/tests.py @@ -4,7 +4,7 @@ # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, -# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS debian/patches/add-namespace.patch0000664000000000000000000000325411603615713014331 0ustar Specify zope namespace package. Committed upstream. Index: zope.ucol/setup.py =================================================================== --- zope.ucol.orig/setup.py +++ zope.ucol/setup.py @@ -69,6 +69,7 @@ setup(name=name, ], packages=["zope", "zope.ucol"], package_dir = {'': 'src'}, + namespace_packages=['zope'], classifiers = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', Index: zope.ucol/src/zope.ucol.egg-info/namespace_packages.txt =================================================================== --- /dev/null +++ zope.ucol/src/zope.ucol.egg-info/namespace_packages.txt @@ -0,0 +1 @@ +zope Index: zope.ucol/src/zope.ucol.egg-info/SOURCES.txt =================================================================== --- zope.ucol.orig/src/zope.ucol.egg-info/SOURCES.txt +++ zope.ucol/src/zope.ucol.egg-info/SOURCES.txt @@ -12,6 +12,7 @@ src/zope/__init__.py src/zope.ucol.egg-info/PKG-INFO src/zope.ucol.egg-info/SOURCES.txt src/zope.ucol.egg-info/dependency_links.txt +src/zope.ucol.egg-info/namespace_packages.txt src/zope.ucol.egg-info/not-zip-safe src/zope.ucol.egg-info/top_level.txt src/zope/ucol/README.txt Index: zope.ucol/src/zope/__init__.py =================================================================== --- zope.ucol.orig/src/zope/__init__.py +++ zope.ucol/src/zope/__init__.py @@ -1,2 +1,8 @@ -from pkgutil import extend_path -__path__ = extend_path(__path__, __name__) +# this is a namespace package +try: + import pkg_resources + pkg_resources.declare_namespace(__name__) +except ImportError: + import pkgutil + __path__ = pkgutil.extend_path(__path__, __name__) + debian/patches/series0000664000000000000000000000004611603615713012037 0ustar add-namespace.patch add-license.patch debian/compat0000664000000000000000000000000211603615713010371 0ustar 7 debian/tests/0000775000000000000000000000000011603616031010327 5ustar debian/tests/control0000664000000000000000000000010511603615713011734 0ustar Tests: all Features: no-build-needed Depends: @, python-zope.testing debian/tests/all0000664000000000000000000000007111603615713011026 0ustar #!/bin/bash . /usr/share/python-zope.testing/test_helper