--- van.testing-3.0.0.orig/debian/changelog +++ van.testing-3.0.0/debian/changelog @@ -0,0 +1,13 @@ +van.testing (3.0.0-0ubuntu2) oneiric; urgency=low + + * langpack.mk got dropped from cdbs in favour of dh_translations + LP: #835765 + + -- Marcin Juszkiewicz Wed, 31 Aug 2011 17:23:43 +0000 + +van.testing (3.0.0-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Łukasz Czyżykowski Fri, 29 Jan 2010 16:23:32 +0100 + --- van.testing-3.0.0.orig/debian/rules +++ van.testing-3.0.0/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +build: + dh_translations --- van.testing-3.0.0.orig/debian/compat +++ van.testing-3.0.0/debian/compat @@ -0,0 +1 @@ +6 --- van.testing-3.0.0.orig/debian/copyright +++ van.testing-3.0.0/debian/copyright @@ -0,0 +1,62 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: van.testing +Upstream-Maintainer: Vanguardistas LLC +Upstream-Source: http://pypi.python.org/pypi/van.testing + +Files: * +Copyright: (C) 2008 Vanguardistas LLC. +License: ZPL 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. --- van.testing-3.0.0.orig/debian/control +++ van.testing-3.0.0/debian/control @@ -0,0 +1,22 @@ +Source: van.testing +Section: python +Priority: extra +Build-Depends: cdbs (>= 0.4.43), + debhelper (>= 6), + python, + python-central (>= 0.6.5), + python-setuptools +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Łukasz Czyżykowski +Standards-Version: 3.8.4 +XS-Python-Version: current + +Package: python-van.testing +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, + ${python:Depends}, + python-wsgi-intercept +Description: Layers for zope.testing to simplify test setups + provides tools for testing zope3/WSGI based applications that do not + use the ZODB or local utilities --- van.testing-3.0.0.orig/debian/pycompat +++ van.testing-3.0.0/debian/pycompat @@ -0,0 +1 @@ +2 --- van.testing-3.0.0.orig/van.testing.egg-info/SOURCES.txt +++ van.testing-3.0.0/van.testing.egg-info/SOURCES.txt @@ -1,6 +1,7 @@ CHANGES.txt ZopePublicLicense.txt buildout.cfg +setup.cfg setup.py van/__init__.py van.testing.egg-info/PKG-INFO