debian/0000755000000000000000000000000011731700337007170 5ustar debian/python-amqplib-doc.docs0000644000000000000000000000002311625123323013540 0ustar docs/* README TODO debian/copyright0000644000000000000000000000151111731676266011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: py-amqplib Upstream-Contact: Barry Pederson Source: http://code.google.com/p/py-amqplib/ Files: * Copyright: 2007-2009, Barry Pederson License: LGPL-2.1+ Files: debian/* Copyright: 2009-2012, Mikhail Gusarov 2011, Fladischer Michael License: LGPL-2.1+ License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. debian/clean0000644000000000000000000000001511667067131010177 0ustar *.egg-info/* debian/control0000644000000000000000000000355311731700257010602 0ustar Source: python-amqplib Section: python Priority: optional Maintainer: Mikhail Gusarov Uploaders: Debian Python Modules Team , Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-12~) Standards-Version: 3.9.3 X-Python-Version: >= 2.3 X-Python3-Version: >= 3.0 Homepage: http://barryp.org/software/py-amqplib/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-amqplib/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-amqplib/trunk/ Package: python-amqplib Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: python-amqplib-doc Description: simple non-threaded Python AMQP client library Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring basic messaging functionality and SSL support. . python-amqplib provides synchronous API unlike other (event-driven) implementations. Package: python3-amqplib Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-amqplib-doc Description: simple non-threaded Python AMQP client library (Python3 version) Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring basic messaging functionality and SSL support. . python3-amqplib provides synchronous API unlike other (event-driven) implementations. . This package contains the Python 3 version of the library. Package: python-amqplib-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: simple non-threaded Python AMQP client library (Documentation) Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring basic messaging functionality and SSL support. . python-amqplib provides synchronous API unlike other (event-driven) implementations. . This package contains the documentation. debian/compat0000644000000000000000000000000211245441035010363 0ustar 7 debian/python-amqplib-doc.examples0000644000000000000000000000002211625123323014425 0ustar demo extras tests debian/changelog0000644000000000000000000000272311731700271011043 0ustar python-amqplib (1.0.2-1) unstable; urgency=low [ Fladischer Michael ] * New upstream release. * Clean up amqplib.egg-info/SOURCES.txt after build. * Cleanup d/copyright as three sections refered to the same copyright holder. * Remove get-orig-source target as uscan is able to pull a clean tarball again. [ Mikhail Gusarov ] * Change my e-mail address in debian/control. * Update debian/copyright to version 1.0 of machine-readable format. * Bump Standards-Version to 3.9.3, no changes required. -- Mikhail Gusarov Mon, 19 Mar 2012 19:52:06 +0100 python-amqplib (1.0.0+ds-1) unstable; urgency=low * Team upload. * New upstream release. * Switch to dh_python2. * Switch to source format 3.0 (quilt). * Build python3 version of package. * Ship documentation in separate package. * Bump standards version to 3.9.2. * Use pypi.python.org in d/watch to fix uscan. * Implement get-orig-source in d/rules to build consistent upstream tarball. * Format packaging files with wrap-and-sort. * Update DEP5 format. -- Fladischer Michael Thu, 01 Sep 2011 11:10:28 +0200 python-amqplib (0.6.1-1) unstable; urgency=low * New upstream release. -- Mikhail Gusarov Fri, 04 Sep 2009 03:52:04 +0700 python-amqplib (0.6-1) unstable; urgency=low * Initial release (Closes: #540319) -- Mikhail Gusarov Thu, 27 Aug 2009 14:57:04 +0700 debian/rules0000755000000000000000000000143411667063363010263 0ustar #!/usr/bin/make -f PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3 .PHONY: override_dh_auto_build override_dh_auto_build: set -e; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done .PHONY: override_dh_auto_clean override_dh_auto_clean: set -e; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py clean; \ rm -rf build; \ done .PHONY: override_dh_auto_install override_dh_auto_install: set -e; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --root debian/python-amqplib \ --install-layout deb; \ done set -e; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --root debian/python3-amqplib \ --install-layout deb; \ done debian/watch0000644000000000000000000000016211627650676010236 0ustar version=3 opts=dversionmangle=s/\+ds$// \ http://pypi.python.org/packages/source/a/amqplib/amqplib-([\d\.]+)\.tgz debian/source/0000755000000000000000000000000011731700275010471 5ustar debian/source/format0000644000000000000000000000001411625123323011672 0ustar 3.0 (quilt)