debian/0000775000000000000000000000000012171062761007173 5ustar debian/changelog0000664000000000000000000001073012171062754011050 0ustar zope.exceptions (4.0.6-1ubuntu2) saucy; urgency=low * Kick Jenkins. -- Gediminas Paulauskas Tue, 16 Jul 2013 00:12:45 +0300 zope.exceptions (4.0.6-1ubuntu1) saucy; urgency=low * debian/rules: remove setuptools from requires.txt of python3 egg. -- Gediminas Paulauskas Mon, 15 Jul 2013 14:11:27 +0300 zope.exceptions (4.0.6-1) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * debian/control: - Use canonical URI for Vcs-Svn. * debian/rules: - CHANGES.txt was renamed to CHANGES.rst. - setuptools is not in requires.txt so drop workaround (#688840). [ Gediminas Paulauskas ] * New upstream release. * debian/control: - remove Build-Depends on python3-zope.fixers, not needed since 4.0 - bump Standards-Version to 3.9.4 - enable autopkgtest. (Closes: #692696) - Bump X-Python-Version to 2.6 and X-Python3-Version to 3.2 * debian/copyright: convert to copyright-format 1.0 * debian/tests/control: remove Features, none exist. -- Arnaud Fontaine Tue, 11 Jun 2013 15:02:05 +0900 zope.exceptions (3.6.1-3) unstable; urgency=low * Team upload. * debian/rules: + Make sure that building fails if any python command fails. + Remove setuptools from requires.txt for Python3 only as dh_python2 already take care of that. Closes: #688840. -- Arnaud Fontaine Wed, 26 Sep 2012 15:27:35 +0900 zope.exceptions (3.6.1-2) unstable; urgency=low * Team upload. * debian/control: + Add zope.fixers to Build-Depends (needed for Python 3 only). Closes: #628248. -- Arnaud Fontaine Mon, 30 May 2011 15:41:14 +0900 zope.exceptions (3.6.1-1) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * debian/control: + Add Vcs-Browser and rename XS-Vcs-Svn to Vcs-Svn (now supported by dpkg). + Bump Standards-Version to 3.9.2. No changes needed. + Add Homepage field. + Bump python-all version required for dh_python2. + Build-Depends on debhelper >= 7.0.50~ because of "override_dh_". * Switch to 3.0 (quilt) source format. [ Brian Sutherland ] * Build for python3 as well. * Use dh_python2/3 rather than python-central (Closes: #617167) * Stop using python-van.pydeb as it doesn't work with python3 yet. -- Arnaud Fontaine Mon, 16 May 2011 21:12:06 +0900 zope.exceptions (3.6.1-0ubuntu1) natty; urgency=low * New upstream release. * debian/control: build-depend on python-all, not python-all-dev. -- Gediminas Paulauskas Wed, 23 Feb 2011 20:05:28 +0200 zope.exceptions (3.5.2-6) unstable; urgency=low [ Brian Sutherland ] * debian/tests/control: depend on python-zope.testing [ Fabio Tranchitella ] * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Wed, 30 Dec 2009 22:29:45 +0100 zope.exceptions (3.5.2-5) unstable; urgency=low * debian/control: build-depend on python-van.pydeb >= 1.3.0-2. (Closes: #552940) -- Fabio Tranchitella Mon, 14 Sep 2009 14:56:24 +0200 zope.exceptions (3.5.2-4) unstable; urgency=low * Rebuild against van.pydeb 1.3. -- Matthias Klose Tue, 22 Sep 2009 09:53:16 +0200 zope.exceptions (3.5.2-3) unstable; urgency=low * debian/rules: do not depend on zope.testing to avoid circular dependencies. (Closes: #545860) -- Fabio Tranchitella Mon, 14 Sep 2009 14:53:50 +0200 zope.exceptions (3.5.2-2) unstable; urgency=low * Set section to zope. * Rebuild against van.pydeb 1.3. -- Matthias Klose Sun, 13 Sep 2009 09:45:07 +0200 zope.exceptions (3.5.2-1) unstable; urgency=low * New upstream release * Add watch file * Change source package name * Standards-Version 3.8.1 * Python-Version all * Build with the newer python-van.pydeb rather than python- vanguardistas.pydebdep -- Brian Sutherland Mon, 25 May 2009 22:34:30 +0200 python-zope.exceptions (3.4.0-1ubuntu1.1) etch-devel; urgency=low * Non-maintainer upload. * Rebuild for etch-devel -- Brian Sutherland Wed, 23 Jul 2008 09:38:23 +0200 python-zope.exceptions (3.4.0-1ubuntu1) hardy; urgency=low * Re-build for hardy -- Ignas Mikalajunas Wed, 23 Apr 2008 11:19:05 +0300 python-zope.exceptions (3.4.0-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012171062761010335 5ustar debian/tests/control0000664000000000000000000000024412165044456011744 0ustar Tests: all-3 Depends: python3-all, python3-zope.exceptions, python3-zope.testrunner Tests: all Depends: python-all, python-zope.exceptions, python-zope.testrunner debian/tests/all-30000664000000000000000000000013712165044456011175 0ustar #!/bin/bash testfilter="-s zope.exceptions" . /usr/share/python3-zope.testrunner/test_helper_3 debian/tests/all0000664000000000000000000000013412165044456011032 0ustar #!/bin/bash testfilter="-s zope.exceptions" . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012171062761010473 5ustar debian/source/format0000664000000000000000000000001412165044456011705 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000176712170754333010270 0ustar #!/usr/bin/make -f %: dh $@ --with python2,python3 package=python-zope.exceptions package3=python3-zope.exceptions override_dh_auto_build: set -ex; for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py build; \ done set -ex; for pyvers in $(shell py3versions -sv); do \ python$$pyvers setup.py build; \ done override_dh_auto_install: set -ex; \ for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/$(package); \ done set -ex; \ for pyvers in $(shell py3versions -vs); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/$(package3); \ done override_dh_gencontrol: dh_gencontrol # Workaround for dh_python3 not removing python-setuptools from requires.txt find debian/$(package3) -name requires.txt -exec sed -i '/^setuptools$$/d' {} \; override_dh_installchangelogs: dh_installchangelogs -p$(package) CHANGES.rst dh_installchangelogs -p$(package3) CHANGES.rst debian/control0000664000000000000000000000260212170754077010605 0ustar Source: zope.exceptions Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all, python-setuptools, python3-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 XS-Testsuite: autopkgtest Homepage: http://pypi.python.org/pypi/zope.exceptions Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.exceptions/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.exceptions/trunk/ Package: python-zope.exceptions Architecture: all Depends: python-zope, ${python:Depends}, ${misc:Depends} Description: Zope exceptions for Python This package contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages. Package: python3-zope.exceptions Architecture: all Depends: python3-zope, ${python3:Depends}, ${misc:Depends} Description: Zope exceptions for Python 3 This package contains exception interfaces and implementations which are so general purpose that they don't belong in Zope application-specific packages. debian/compat0000664000000000000000000000000212165044456010375 0ustar 7 debian/watch0000664000000000000000000000015312165044456010227 0ustar version=3 http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-(.*)(?:\.tar\.gz|\.zip) debian/copyright0000664000000000000000000000461612165044456011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zope.exceptions Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.exceptions Files: * Copyright: (c) 2001, 2002, 2012 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.