debian/0000755000000000000000000000000011677467436007213 5ustar debian/changelog0000644000000000000000000000077411677467436011075 0ustar python-iowait (0.1-1.1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:10:38 +0000 python-iowait (0.1-1.1) unstable; urgency=low * Non-maintainer upload. * Rebuild to add Python 2.7 support -- Piotr Ożarowski Sun, 08 May 2011 16:46:00 +0200 python-iowait (0.1-1) unstable; urgency=low * Initial release. -- Andrea Corbellini Mon, 24 Jan 2011 17:04:35 +0100 debian/rules0000755000000000000000000000071111532754744010261 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_install: for pyver in $(shell pyversions -vr); do \ python$$pyver setup.py install \ --install-layout=deb --root "$(CURDIR)/debian/python-iowait"; \ done for pyver in $(shell py3versions -sv); do \ python$$pyver setup.py install \ --install-layout=deb --root "$(CURDIR)/debian/python3-iowait"; \ done override_dh_python2: dh_python2 -ppython-iowait dh_python3 -ppython3-iowait debian/control0000644000000000000000000000365111532754201010576 0ustar Source: python-iowait Section: python Priority: optional Maintainer: Andrea Corbellini Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-1~) Standards-Version: 3.9.1 XS-Python-Version: >= 2.6 XS-Python3-Version: >= 3.1 Homepage: https://launchpad.net/python-iowait Vcs-Bzr: http://bazaar.launchpad.net/+branch/python-iowait/0.1 Vcs-Browser: http://bazaar.launchpad.net/+branch/python-iowait/0.1/files Package: python-iowait Architecture: all Depends: ${misc:Depends}, ${python:Depends} Breaks: ${python:Breaks} XB-Python-Version: ${python:Versions} Description: Platform-independent module for I/O completion events Different operating systems provide different ways to wait for I/O completion events: there's select(), poll(), epoll() and kqueue(). For cross-platform applications it can be a pain to support all this system functions, especially because each one provides a different interface. . IOWait solves this problem by providing a unified interface and using always the best and faster function available in the platform. Its only limitation is that, on Windows, it only works for sockets. Package: python3-iowait Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Breaks: ${python3:Breaks} XB-Python3-Version: ${python3:Versions} Description: Platform-independent module for I/O completion events Different operating systems provide different ways to wait for I/O completion events: there's select(), poll(), epoll() and kqueue(). For cross-platform applications it can be a pain to support all this system functions, especially because each one provides a different interface. . IOWait solves this problem by providing a unified interface and using always the best and faster function available in the platform. Its only limitation is that, on Windows, it only works for sockets. . This package provides the module for Python 3. debian/copyright0000644000000000000000000000263311532754320011127 0ustar This work was packaged for Debian by: Andrea Corbellini on Mon, 24 Jan 2011 17:04:35 +0100 It was downloaded from: http://pypi.python.org/pypi/iowait Upstream Author(s): Andrea Corbellini Copyright: Copyright © 2011 Andrea Corbellini License: 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 3 of the License, or (at your option) any later version. This package 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. The Debian packaging is: Copyright © 2011 Andrea Corbellini and is licensed under the GPL version 3, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000011532754067010500 5ustar debian/source/format0000644000000000000000000000001411532754067011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011711532754340010222 0ustar version=3 http://pypi.python.org/packages/source/i/iowait/iowait-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211532754067010376 0ustar 7 debian/docs0000644000000000000000000000000711532754067010050 0ustar README