debian/0000755000000000000000000000000012302376317007172 5ustar debian/python-defer.install0000644000000000000000000000002211765362116013164 0ustar usr/lib/python2.* debian/copyright0000644000000000000000000001025011765362116011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59 Source: https://launchpad.net/python-defer Files: * Copyright: © 2008-2010 Sebastian Heinlein License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: defer/*.py Copyright: © 2008-2010 Sebastian Heinlein © 2001-2010 Allen Short © 2001-2010 Andy Gayton © 2001-2010 Andrew Bennetts © 2001-2010 Antoine Pitrou © 2001-2010 Apple Computer, Inc. © 2001-2010 Benjamin Bruheim © 2001-2010 Bob Ippolito © 2001-2010 Canonical Limited © 2001-2010 Christopher Armstrong © 2001-2010 David Reid © 2001-2010 Donovan Preston © 2001-2010 Eric Mangold © 2001-2010 Eyal Lotem © 2001-2010 Itamar Shtull-Trauring © 2001-2010 James Knight © 2001-2010 Jason A. Mobarak © 2001-2010 Jean-Paul Calderone © 2001-2010 Jessica McKellar © 2001-2010 Jonathan Jacobs © 2001-2010 Jonathan Lange © 2001-2010 Jonathan D. Simms © 2001-2010 Jürgen Hermann © 2001-2010 Kevin Horn © 2001-2010 Kevin Turner © 2001-2010 Mary Gardiner © 2001-2010 Matthew Lefkowitz © 2001-2010 Massachusetts Institute of Technology © 2001-2010 Moshe Zadka © 2001-2010 Paul Swartz © 2001-2010 Pavel Pergamenshchik © 2001-2010 Ralph Meijer © 2001-2010 Sean Riley © 2001-2010 Software Freedom Conservancy © 2001-2010 Travis B. Hartwell © 2001-2010 Thijs Triemstra © 2001-2010 Thomas Herve © 2001-2010 Timothy Allen License: MIT # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. Files: debian/* Copyright: © 2008-2010 Sebastian Heinlein © 2009 Canonical Ltd. © 2009 Julian Andres Klode License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000266612302376317011056 0ustar python-defer (1.0.6-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:51:11 +0000 python-defer (1.0.6-2) unstable; urgency=low [Sebastian Heinlein] * debian/control: - Fix Python3 dependencies (closes: #674223) - Remove use of X(S|B)-Python-Version - Add Python version hint to the summary -- Sebastian Heinlein (Devel) Mon, 11 Jun 2012 11:12:11 +0200 python-defer (1.0.6-1) unstable; urgency=low [ Sebastian Heinlein ] * New upstream bug fix release: Use 2to3 to avoid invalid syntax * debian/control: Add the comment of the GPG key to the maintainer field [ Michael Vogt ] * debian/control: - point Vcs-Bzr to http://bzr.debian.org/collab-maint/python-defer/debian-sid -- Michael Vogt Fri, 11 May 2012 16:08:55 +0200 python-defer (1.0.5-1) unstable; urgency=low * New upstream release: Important Python3 fixes * debian/control: Fix VCS branch -- Sebastian Heinlein (devel) Wed, 09 May 2012 08:35:51 -0700 python-defer (1.0.2+bzr481-2) UNRELEASED; urgency=low * debian/control: - update standards version (no changes) -- Michael Vogt Mon, 31 Oct 2011 17:36:24 +0100 python-defer (1.0.2+bzr481-1) unstable; urgency=low * initial debian upload -- Michael Vogt Mon, 31 Oct 2011 17:30:32 +0100 debian/compat0000644000000000000000000000000211765362116010374 0ustar 7 debian/python3-defer.install0000644000000000000000000000002011765362116013245 0ustar usr/lib/python3 debian/control0000644000000000000000000000304611765362116010604 0ustar Source: python-defer Section: python Priority: extra Maintainer: Sebastian Heinlein (devel) Uploaders: Michael Vogt Build-Depends: debhelper (>= 7.3), python, python-setuptools, python3-setuptools, python3-all, Standards-Version: 3.9.2 Homepage: https://launchpad.net/python-defer X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Vcs-Bzr: http://bzr.debian.org/collab-maint/python-defer/debian-sid Package: python-defer Architecture: all Section: python Depends: ${misc:Depends}, ${python:Depends} Suggests: python-dbus Description: Small framework for asynchronous programming (Python 2) The defer module provides an easy way to write asynchrouns Python programs. It is greatly inspired by Twisted's defer, but hasn't got any external dependencies. . Furthermore it features decorators to write asynchronous D-Bus servers and clients. . At first defer was part of aptdaemon, but moved to a separate project in August of 2010. Package: python3-defer Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends} Description: Small framework for asynchronous programming (Python 3) The defer module provides an easy way to write asynchrouns Python 3 programs. It is greatly inspired by Twisted's defer, but hasn't got any external dependencies. . Furthermore it features decorators to write asynchronous D-Bus servers and clients. . At first defer was part of aptdaemon, but moved to a separate project in August of 2010. debian/rules0000755000000000000000000000070311765362116010256 0ustar #!/usr/bin/make -f %: dh $@ --with=python2,python3 override_dh_auto_clean: dh_auto_clean rm -rf build *.egg-info po/aptdaemon.pot override_dh_auto_build: dh_auto_build set -ex; for python in $(shell py3versions -r); do \ $$python setup.py build; \ done; override_dh_auto_install: dh_auto_install set -ex; for python in $(shell py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ done; debian/source/0000755000000000000000000000000011765362116010476 5ustar debian/source/format0000644000000000000000000000001411765362116011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012211765362116010222 0ustar version=3 http://launchpad.net/python-defer/+download .*/defer-([0-9.]+)\.tar\.gz