debian/0000775000000000000000000000000012061645435007176 5ustar debian/changelog0000664000000000000000000000756612061645260011062 0ustar zope.schema (3.7.1-2ubuntu1) raring; urgency=low * debian/control: - bump Standards-Version to 3.9.3 - enable autopkgtest * debian/tests: switch to zope.testrunner * debian/copyright: update to copyright-format 1.0 -- Gediminas Paulauskas Tue, 11 Dec 2012 16:57:10 +0200 zope.schema (3.7.1-2) unstable; urgency=low * Team upload. * Use debian/source/options to ignore changes in egg-info directory rather than debian/clean otherwise zcml and txt files are missing. -- Arnaud Fontaine Tue, 08 Nov 2011 21:50:34 +0900 zope.schema (3.7.1-1) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * debian/control: add Vcs-Browser field. * Add debian/clean to get rid of egg-info/* to prevent FTBFS if built twice. [ Gediminas Paulauskas ] * Use dh_python2 instead of deprecated python-central. (Closes: #617175) * Switch to 3.0 (quilt) source format. -- Arnaud Fontaine Wed, 19 Oct 2011 01:00:34 +0900 zope.schema (3.7.1-0ubuntu1) natty; urgency=low * New upstream release. -- Gediminas Paulauskas Wed, 09 Mar 2011 17:55:26 +0200 zope.schema (3.6.4-0ubuntu1) maverick; urgency=low * New upstream release. * Build-Depend on python-all instead of python-all-dev. * debian/copyright: Update, convert to dep5 format. -- Gediminas Paulauskas Tue, 07 Sep 2010 18:42:47 +0300 zope.schema (3.6.1-1) unstable; urgency=low * New upstream release. * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Wed, 06 Jan 2010 13:13:07 +0100 zope.schema (3.5.4-6) unstable; urgency=low [ Matthias Klose ] * Set section to zope. [ Fabio Tranchitella ] * debian/control: build-depend on python-van.pydeb >= 1.3.0-2. (Closes: #552930) -- Fabio Tranchitella Sun, 08 Nov 2009 11:22:51 +0100 zope.schema (3.5.4-5) unstable; urgency=low * Rebuild against van.pydeb 1.3. -- Matthias Klose Sat, 12 Sep 2009 20:38:11 +0200 zope.schema (3.5.4-4) unstable; urgency=low * debian/rules: fixed a typo which resulted in wrong dependencies. -- Fabio Tranchitella Sat, 29 Aug 2009 16:29:29 +0200 zope.schema (3.5.4-3) unstable; urgency=low * Standards-Version: 3.8.3, no changed required. * debian/rules: fixed FTBFS with Python 2.6. (Closes: #543231) * debian/control: added conflict with zope3. -- Fabio Tranchitella Fri, 28 Aug 2009 11:33:10 +0200 zope.schema (3.5.4-2) unstable; urgency=low * Test depend on python-zope.testing as we need it for the test runner script. -- Brian Sutherland Tue, 02 Jun 2009 14:15:05 +0200 zope.schema (3.5.4-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:24 +0200 python-zope.schema (3.4.0-2ubuntu1.2) lenny; urgency=low * Non-maintainer upload. * Rebuild for lenny -- Brian Sutherland Fri, 08 May 2009 11:19:29 +0000 python-zope.schema (3.4.0-2ubuntu1.1) etch-devel; urgency=low * Non-maintainer upload. * Rebuild for etch-devel -- Brian Sutherland Wed, 23 Jul 2008 09:46:51 +0200 python-zope.schema (3.4.0-2ubuntu1) hardy; urgency=low * Re-build for hardy -- Ignas Mikalajunas Wed, 23 Apr 2008 11:19:24 +0300 python-zope.schema (3.4.0-2) gutsy; urgency=low * Use pydebdep -- Brian Sutherland Tue, 12 Feb 2008 22:41:42 +0100 python-zope.schema (3.4.0-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012061645435010340 5ustar debian/tests/control0000664000000000000000000000010312061644504011731 0ustar Tests: all Depends: @, python-zope.testrunner, python-zope.testing debian/tests/all0000664000000000000000000000013012061644702011021 0ustar #!/bin/bash testfilter='-s zope.schema' . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012061645435010476 5ustar debian/source/format0000664000000000000000000000001412061644453011703 0ustar 3.0 (quilt) debian/source/options0000664000000000000000000000050312061644453012111 0ustar # Ignore changes on .egg-info directory to prevent issue while building # twice as dpkg-source do not ignore the automatic patch anymore. Deleting # the files does not work as it was generated through sdist target using # SVN, thus some files might be missing (such as zcml or txt files). extend-diff-ignore = "\.egg-info" debian/rules0000775000000000000000000000014212061644605010251 0ustar #!/usr/bin/make -f export PYDEB_SUGGESTS_EXTRAS=test docs %: dh $@ --with pydeb --with python2 debian/control0000664000000000000000000000264612061645341010605 0ustar Source: zope.schema Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools, python-van.pydeb Standards-Version: 3.9.3 X-Python-Version: >= 2.4 XS-Testsuite: autopkgtest Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.schema/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.schema/trunk Homepage: http://pypi.python.org/pypi/zope.schema Package: python-zope.schema Architecture: all Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends} Provides: ${pydeb:Provides} Suggests: ${pydeb:Suggests} Conflicts: zope3 Description: zope.interface extension for defining data schemas Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A *field* roughly corresponds to an attribute of a Python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required. debian/compat0000664000000000000000000000000212061644453010373 0ustar 7 debian/watch0000664000000000000000000000013112061644453010221 0ustar version=3 http://pypi.python.org/packages/source/z/zope.schema/zope.schema-(.*)\.tar\.gz debian/copyright0000664000000000000000000000457712061644561011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zope.schema Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.schema Files: * Copyright: (c) 2001-2010 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.