debian/0000755000000000000000000000000011623762277007203 5ustar debian/compat0000644000000000000000000000000211476362040010367 0ustar 5 debian/rules0000755000000000000000000000117611476362040010256 0ustar #!/usr/bin/make -f # See http://svn.debian.org/viewsvn/collab-maint/deb-maint/python-support/trunk/README PYVERS=$(shell pyversions -vs) # those takes care of default rules DEB_PYTHON_SYSTEM= pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk build: $(PYVERS:%=build-python%) touch $@ build-python%: python$* setup.py build touch $@ install: build $(PYVERS:%=install-python%) install-python%: python$* setup.py install --root $(CURDIR)/debian/python-pypm binary-arch/python-pypm:: dh_pysupport cleanbuilddir/python-pypm:: - rm -f pypm.c build-stamp configure-stamp debian/control0000755000000000000000000000220111604074354010573 0ustar Source: python-pypm Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Matthew Grant Build-Depends: cdbs, debhelper (>= 5.0.38), python-support, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev Standards-Version: 3.9.1 Homepage: http://bitbucket.org/aalex/pyportmidi/ Package: python-pypm Architecture: any Replaces: python-portmidi Provides: python-portmidi Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), python-support, libportmidi0 Suggests: timidity, freepats Description: Python interface to libportmidi pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C library for realtime MIDI control. Using pyPortMidi, you can send and receive MIDI data in realtime from Python. . Besides using pyPortMidi to communicate to synthesizers and the like, it is possible to use pyPortMidi as a way to send MIDI messages between software packages on the same computer. . The original code is from John Harrison. See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html debian/pyversions0000644000000000000000000000000511604074354011331 0ustar 2.4- debian/watch0000644000000000000000000000012411476362040010217 0ustar version=3 http://alexandre.quessy.net/static/tarballs/python-portmidi-(.*)\.tar\.gz debian/copyright0000644000000000000000000000357411604074354011136 0ustar This package was debianized by Alexandre Quessy on Mon, 15 Mar 2010 12:32:10 -0400 It was downloaded from http://alumni.media.mit.edu/~harrison/code.html Copyright Holders: Copyright (c) 2005-2009 John Harrison License: 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. Any person wishing to distribute modifications to the Software is requested to send the modifications to the original developer so that they can be incorporated into the canonical version. 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. The text above constitutes the entire PortMidi license; however, the PortMusic community also makes the following non-binding requests: Any person wishing to distribute modifications to the Software is requested to send the modifications to the original developer so that they can be incorporated into the canonical version. It is also requested that these non-binding requests be included along with the license above. debian/source/0000755000000000000000000000000011623762277010503 5ustar debian/source/format0000644000000000000000000000001411476362040011677 0ustar 3.0 (quilt) debian/changelog0000755000000000000000000000317411623762257011063 0ustar python-pypm (0.0.7-7) unstable; urgency=low * Team upload. * Remove restriction on Python2.7 from pyversions (Closes: #629090) * Rename erroneously named package.docs -> docs (Closes: #620483) * Remove unnecessary ${python:Provides} -- Stefano Rivera Sat, 20 Aug 2011 18:44:23 +0200 python-pypm (0.0.7-6) unstable; urgency=low * Add myself to the Uploaders field. Don't know what to do about Alexandre Quessy <, as he is not a Debian Developer. -- Matthew Grant Sun, 30 Jan 2011 15:28:35 +1300 python-pypm (0.0.7-5) unstable; urgency=low * Make Python Moules Team the maintainer. * Update Debian Standards-Version to 3.9.1 -- Matthew Grant Sun, 30 Jan 2011 14:47:53 +1300 python-pypm (0.0.7-4) unstable; urgency=low * Fix clean - pypm.c an autogenerated file was not being deleted, making quilt create patch a patch... -- Matthew Grant Sat, 04 Dec 2010 19:32:53 +1300 python-pypm (0.0.7-3) unstable; urgency=low * Renaming to reflect module name in python, to bring it into line with Debian python policy. -- Matthew Grant Sat, 04 Dec 2010 11:24:55 +1300 python-portmidi (0.0.7-2) unstable; urgency=low * Sponsored package. Made Aexandre Quessy the maintainer. -- Matthew Grant Tue, 05 Oct 2010 22:10:33 +1300 python-portmidi (0.0.7-1) unstable; urgency=low [ Alexandre Quessy ] * Initial packaging. (Closes: #584630) [ Matthew Grant ] -- Matthew Grant Tue, 05 Oct 2010 22:08:06 +1300 debian/docs0000644000000000000000000000004611604074354010045 0ustar COPYING README.txt test_pyportmidi.py