debian/0000755000000000000000000000000012176253040007166 5ustar debian/source/0000755000000000000000000000000012176253040010466 5ustar debian/source/format0000644000000000000000000000001412166316614011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212166316614010372 0ustar 9 debian/docs0000644000000000000000000000001312166316614010041 0ustar README.rst debian/rules0000755000000000000000000000034012166316614010251 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_test: dh_auto_test ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -e; \ for py in $(shell pyversions -r); do \ $$py -m pytest txzmq/test; \ done endif debian/control0000644000000000000000000000176512176247331010610 0ustar Source: txzmq Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Simon Chopin Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-pytest, python-twisted-core, python-zmq, python-zope.interface Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/smira/txZMQ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txzmq/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txzmq/trunk/ Package: python-txzmq Architecture: all Depends: python-twisted-core, python-zmq, python-zope.interface, ${misc:Depends}, ${python:Depends} Description: Python module providing ZeroMQ binding for the Twisted framework txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop (reactor). . 0MQ is a high performance asynchronous brokerless messaging library. . Twisted is an event-based framework for internet applications. debian/changelog0000644000000000000000000000035012176247321011043 0ustar txzmq (0.6.2-1) unstable; urgency=low [ Simon Chopin ] * Initial release. (Closes: #705943) [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- Simon Chopin Sat, 22 Jun 2013 15:30:48 -0400 debian/watch0000644000000000000000000000011512166316614010222 0ustar version=3 https://pypi.python.org/packages/source/t/txZMQ/txZMQ-(.+).tar.gz debian/copyright0000644000000000000000000000265712176252735011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: txZMQ Source: https://github.com/smira/txZMQ Files: * Copyright: 2011-2013 Andrey Smirnov 2012-2013 Duncan McGreggor 2012-2013 Erik Allik 2012-2013 Guillermo Gonzalez 2012-2013 Jan Dvořák 2012-2013 Aleks Clark 2012-2013 Ralph Bean 2012-2013 Alexander Else License: GPL-2+ Files: debian/* Copyright: 2013 Simon Chopin License: GPL-2+ 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, you can find a copy of the GPLv2 at `/usr/share/common-licenses/GPL-2`