debian/0000755000000000000000000000000011656223434007174 5ustar debian/control0000644000000000000000000000137511651657337010615 0ustar Source: zope.hookable Section: zope Priority: extra Maintainer: Debian/Ubuntu Zope Team Uploaders: Brian Sutherland , Fabio Tranchitella Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3), python-setuptools Standards-Version: 3.9.2 X-Python-Version: >= 2.4 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.hookable/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.hookable/trunk Homepage: http://pypi.python.org/pypi/zope.hookable Package: python-zope.hookable Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Conflicts: zope3 Description: Hookable object support This package provides support for Hookable object. debian/source/0000755000000000000000000000000011656223434010474 5ustar debian/source/format0000644000000000000000000000001411651657337011712 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000050311656223415012107 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/watch0000644000000000000000000000013511650201126010210 0ustar version=3 http://pypi.python.org/packages/source/z/zope.hookable/zope.hookable-(.*)\.tar\.gz debian/tests/0000755000000000000000000000000011656223434010336 5ustar debian/tests/control0000644000000000000000000000010511650201126011721 0ustar Tests: all Features: no-build-needed Depends: @, python-zope.testing debian/tests/all0000644000000000000000000000007111650201126011013 0ustar #!/bin/bash . /usr/share/python-zope.testing/test_helper debian/compat0000644000000000000000000000000211650201126010356 0ustar 7 debian/copyright0000644000000000000000000000460611651657337011145 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: zope.hookable Upstream-Contact: Zope Corporation and Contributors Source: http://pypi.python.org/pypi/zope.hookable Files: * Copyright: (c) 2003, 2006 Zope Corporation 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. debian/changelog0000644000000000000000000000353411656223425011053 0ustar zope.hookable (3.4.1-8) 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:56:45 +0900 zope.hookable (3.4.1-7) unstable; urgency=low * Team upload. * Switch to dh_python2. (Closes: #617168) - Removes unneeded dependency on python-zope.testing. * Switch to 3.0 (quilt) source format. * debian/copyright: update, convert to dep5 format. * debian/control: add Homepage and Vcs-Browser fields. * Add debian/clean to get rid of egg-info/* to prevent FTBFS if built twice. -- Gediminas Paulauskas Tue, 25 Oct 2011 17:02:45 +0300 zope.hookable (3.4.1-6) unstable; urgency=low * Exclude *.c files from the binary package. -- Fabio Tranchitella Wed, 10 Feb 2010 10:08:54 +0100 zope.hookable (3.4.1-5) unstable; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 05 Jan 2010 21:10:50 +0100 zope.hookable (3.4.1-4) unstable; urgency=low * debian/control: build-depend on python-van.pydeb >= 1.3.0-2. (Closes: #552932) -- Fabio Tranchitella Sun, 08 Nov 2009 11:24:52 +0100 zope.hookable (3.4.1-3) unstable; urgency=low * Set section to zope. * Rebuild against van.pydeb 1.3. * Don't include C source in the package. -- Matthias Klose Sun, 13 Sep 2009 09:52:31 +0200 zope.hookable (3.4.1-2) unstable; urgency=low * Conflict with zope3. Closes: #538179. * Bump standards version. -- Matthias Klose Wed, 26 Aug 2009 10:57:13 +0200 zope.hookable (3.4.1-1) unstable; urgency=low * Initial Packaging. -- Brian Sutherland Tue, 09 Jun 2009 09:21:02 +0200 debian/rules0000755000000000000000000000017211650201126010240 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_install: dh_install find debian/*/usr/lib -name '*.c' -delete