--- zope.app.exception-3.6.3.orig/debian/changelog +++ zope.app.exception-3.6.3/debian/changelog @@ -0,0 +1,67 @@ +zope.app.exception (3.6.3-0ubuntu2) precise; urgency=low + + * Rebuild to drop python2.6 dependencies. + + -- Matthias Klose Sat, 31 Dec 2011 08:17:58 +0000 + +zope.app.exception (3.6.3-0ubuntu1) oneiric; urgency=low + + * New upstream release. + + Includes LICENSE.txt + * debian/copyright: update, convert to dep5 format. + * Use dh_python2 instead of python-central. + * debian/control: + + Fix typo in description (LP: #700880) + + Bump Standards-Version to 3.9.2. No changes needed. + + -- Gediminas Paulauskas Mon, 23 May 2011 16:33:43 +0300 + +zope.app.exception (3.6.2-0ubuntu2) natty; urgency=low + + * Upload to Ubuntu. + + -- Gediminas Paulauskas Wed, 15 Dec 2010 00:41:56 +0200 + +zope.app.exception (3.6.2-0ubuntu1) maverick; urgency=low + + * New upstream release. + + -- Gediminas Paulauskas Mon, 27 Sep 2010 17:50:33 +0300 + +zope.app.exception (3.6.1-0ubuntu1) maverick; urgency=low + + * New upstream release. + * LICENSE.txt: add the license. + + -- Gediminas Paulauskas Sat, 04 Sep 2010 11:56:43 +0300 + +zope.app.exception (3.6.0-0ubuntu1) karmic; urgency=low + + * New upstream release + * Convert to debhelper 7 and the pydeb dh7 extension. + + -- Gediminas Paulauskas Tue, 02 Feb 2010 21:25:12 +0200 + +zope.app.exception (3.5.0-0ubuntu1) karmic; urgency=low + + * New upstream release + * Add copyright + * Switch to using van.pydeb + * Set section to zope + + -- Gediminas Paulauskas Thu, 31 Dec 2009 19:07:50 +0200 + +python-zope.app.exception (3.4.2-1) hardy; urgency=low + + * New upstream release + * Add watch file + * Add summary and description + * Remove copy of sources from diff + + -- Gediminas Paulauskas Mon, 02 Nov 2009 18:25:59 +0200 + +python-zope.app.exception (3.4.1-1) gutsy; urgency=low + + * Inital Release + + -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 --- zope.app.exception-3.6.3.orig/debian/rules +++ zope.app.exception-3.6.3/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYDEB_SUGGESTS_EXTRAS=test + +%: + dh --with pydeb --with python2 $@ --- zope.app.exception-3.6.3.orig/debian/control +++ zope.app.exception-3.6.3/debian/control @@ -0,0 +1,19 @@ +Source: zope.app.exception +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.2 +X-Python-Version: >= 2.4 + +Package: python-zope.app.exception +Architecture: all +Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends} +Provides: ${pydeb:Provides}, ${python:Provides} +Suggests: ${pydeb:Suggests} +Description: Zope 3 exception views + This package provides Zope 3 browser views for some generic exceptions. --- zope.app.exception-3.6.3.orig/debian/copyright +++ zope.app.exception-3.6.3/debian/copyright @@ -0,0 +1,123 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: zope.app.exception +Upstream-Contact: Zope Foundation and Contributors +Source: http://pypi.python.org/pypi/zope.app.exception + +Files: * +Copyright: (c) 2001-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. + +Copyright: + +Upstream Author: Zope Corporation and Contributors + +Files contain this header: + +# Copyright (c) 2001-2009 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. --- zope.app.exception-3.6.3.orig/debian/watch +++ zope.app.exception-3.6.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/z/zope.app.exception/zope.app.exception-(\d.*)\.tar\.gz --- zope.app.exception-3.6.3.orig/debian/compat +++ zope.app.exception-3.6.3/debian/compat @@ -0,0 +1 @@ +7 --- zope.app.exception-3.6.3.orig/debian/tests/all +++ zope.app.exception-3.6.3/debian/tests/all @@ -0,0 +1,2 @@ +#!/bin/bash +. /usr/share/python-zope.testing/test_helper --- zope.app.exception-3.6.3.orig/debian/tests/control +++ zope.app.exception-3.6.3/debian/tests/control @@ -0,0 +1,3 @@ +Tests: all +Features: no-build-needed +Depends: @, python-zope.testing, python-zope.app.testing, python-zope.app.zcmlfiles, python-zope.login, python-zope.password, python-zope.securitypolicy