debian/0000775000000000000000000000000012060137702007166 5ustar debian/changelog0000664000000000000000000000632312060137404011043 0ustar zope.event (4.0.1-0ubuntu1) raring; urgency=low * New upstream release. * Add support for Python 3 * debian/tests: remove, too simple package to bother. -- Gediminas Paulauskas Thu, 06 Dec 2012 17:24:35 +0200 zope.event (3.5.1-1) unstable; urgency=low * Team upload. [ Arnaud Fontaine ] * 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 ] * New upstream release. * Use dh_python2 instead of deprecated python-central. (Closes: #617166) * debian/control: build-depend on python-all (not -dev). * debian/copyright: update, convert to dep5 format. * Switch to 3.0 (quilt) source format. -- Arnaud Fontaine Wed, 19 Oct 2011 00:34:00 +0900 zope.event (3.4.1-6) unstable; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. -- Fabio Tranchitella Tue, 22 Dec 2009 12:36:50 +0100 zope.event (3.4.1-5) unstable; urgency=low [ Brian Sutherland ] * Set priority to optional as we are depended on by python-zodb which is priority optional. [ Fabio Tranchitella ] * debian/control: build-depend on pyton-vab.pydeb >= 1.3.0-2. (Closes: #552681) -- Fabio Tranchitella Sun, 08 Nov 2009 11:25:19 +0100 zope.event (3.4.1-4) unstable; urgency=low * Set section to zope. * Rebuild against van.pydeb 1.3. -- Matthias Klose Sun, 13 Sep 2009 09:40:15 +0200 zope.event (3.4.1-3) unstable; urgency=low * debian/tests/control: Also depend on ourselves as a testing dependency. -- Brian Sutherland Tue, 02 Jun 2009 13:42:00 +0200 zope.event (3.4.1-2) unstable; urgency=low * debian/tests/control: Add python-zope.testing as test dependency. -- Brian Sutherland Tue, 02 Jun 2009 13:19:16 +0200 zope.event (3.4.1-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:26 +0200 python-zope.event (3.4.0-2ubuntu1.3) lenny; urgency=low * Non-maintainer upload. * Rebuild for lenny -- Brian Sutherland Fri, 08 May 2009 11:06:50 +0000 python-zope.event (3.4.0-2ubuntu1.2) etch-devel; urgency=low * Add Replaces: zope3. -- Brian Sutherland Tue, 22 Jul 2008 10:42:25 +0200 python-zope.event (3.4.0-2ubuntu1.1) etch-devel; urgency=low * Non-maintainer upload. * Rebuild for etch-devel -- Brian Sutherland Tue, 22 Jul 2008 10:31:35 +0200 python-zope.event (3.4.0-2ubuntu1) hardy; urgency=low * Re-build for hardy -- Ignas Mikalajunas Wed, 23 Apr 2008 11:19:04 +0300 python-zope.event (3.4.0-2) gutsy; urgency=low * Use pydebdep -- Brian Sutherland Tue, 12 Feb 2008 22:54:40 +0100 python-zope.event (3.4.0-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/source/0000775000000000000000000000000012060137702010466 5ustar debian/source/format0000664000000000000000000000001412060134244011672 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000122612060137165010252 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --with python3 package=python-zope.event package3=python3-zope.event override_dh_auto_build: for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py build; \ done for pyvers in $(shell py3versions -vs); do \ python$$pyvers setup.py build; \ done override_dh_auto_install: set -x; \ for pyvers in $(shell pyversions -vr); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/$(package); \ done set -x; \ for pyvers in $(shell py3versions -vs); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/$(package3); \ done debian/control0000664000000000000000000000320712060137547010602 0ustar Source: zope.event Section: zope Priority: optional 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-14~), python3-all, python-setuptools, python3-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.event/trunk Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.event/trunk Homepage: http://pypi.python.org/pypi/zope.event Package: python-zope.event Architecture: all Depends: python-zope, ${python:Depends}, ${misc:Depends} Description: Very basic event publishing system This package provides a simple event system. It provides an event publishing system and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component. Package: python3-zope.event Architecture: all Depends: python3-zope, ${python3:Depends}, ${misc:Depends} Description: Very basic event publishing system This package provides a simple event system. It provides an event publishing system and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component. debian/compat0000664000000000000000000000000212060134244010362 0ustar 7 debian/watch0000664000000000000000000000012712060134244010215 0ustar version=3 http://pypi.python.org/packages/source/z/zope.event/zope.event-(.*)\.tar\.gz debian/copyright0000664000000000000000000000457612060137065011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zope.event Upstream-Contact: Zope Foundation and Contributors Source: http://pypi.python.org/pypi/zope.event Files: * Copyright: (c) 2004, 2006 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. debian/clean0000664000000000000000000000003212060134244010164 0ustar src/zope.event.egg-info/*