debian/0000755000000000000000000000000012013176613007166 5ustar debian/rules0000755000000000000000000000010612013176613010243 0ustar #!/usr/bin/make -f export PYTHONWARNINGS=d %: dh $@ --with python2 debian/source/0000755000000000000000000000000012013176613010466 5ustar debian/source/format0000644000000000000000000000001412013176613011674 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000321512013176613011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MIDIUtil Upstream-Contact: Mark Conway Wirt Source: http://code.google.com/p/midiutil/ Files: * Copyright: Copyright (c) 2009, Mark Conway Wirt License: MIT -------------------------------------------------------------------------- MIDUTIL, Copyright (c) 2009, Mark Conway Wirt . This software is distributed under an Open Source license, the details of which follow. . 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. -------------------------------------------------------------------------- debian/python-midiutil.docs0000644000000000000000000000007512013176613013201 0ustar documentation/ClassReference.txt documentation/Extending.txt debian/python-midiutil.examples0000644000000000000000000000004012013176613014057 0ustar examples/single-note-example.py debian/control0000644000000000000000000000170712013176613010576 0ustar Source: python-midiutil Section: python Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Tiago Bortoletto Vaz DM-Upload-Allowed: yes Build-Depends: debhelper (>=7.0.50~), python | python-all | python-all-dev (>= 2.6.6-3~) Standards-Version: 3.9.3 XS-Python-Version: >= 2.5 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/python-midiutil.git Vcs-Git: git://git.debian.org/git/pkg-multimedia/python-midiutil.git Homepage: http://code.google.com/p/midiutil/ Package: python-midiutil Architecture: all Depends: python (>= 2.5), ${misc:Depends}, ${python:Depends} Description: Python library to write multi-track MIDI files MIDIUtil is a pure Python library that allows one to write multi-track Musical Instrument Digital Interface (MIDI) files from within Python programs. It is object-oriented and allows one to create and write these files with a minimum of fuss. debian/changelog0000644000000000000000000000146312013176613011044 0ustar python-midiutil (0.87-3) unstable; urgency=low * Update Vcs fields in control file. -- Tiago Bortoletto Vaz Mon, 26 Mar 2012 09:01:52 -0400 python-midiutil (0.87-2) unstable; urgency=low * Add --with python2 to dh sequencer. Thanks to Luca Falavigna. * Fix typo in package description. Thanks to Jonas Smedegaard. (Closes: #663676) * Switching to Debian Multimedia Maintainers :) * Adding debian/watch file. * Using the DEP-3 format for remove_sample_from_bin patch. * Adding myself in Uploaders field. * Updating Policy version. -- Tiago Bortoletto Vaz Sun, 25 Mar 2012 22:47:04 -0400 python-midiutil (0.87-1) unstable; urgency=low * Initial release. (Closes: #663583) -- Tiago Bortoletto Vaz Mon, 12 Mar 2012 09:50:46 -0400 debian/watch0000644000000000000000000000010612013176613010214 0ustar version=3 http://midiutil.googlecode.com/files/MIDIUtil-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000012013176613010615 5ustar debian/patches/series0000644000000000000000000000002712013176613012031 0ustar remove_sample_from_bin debian/patches/remove_sample_from_bin0000644000000000000000000000122112013176613015245 0ustar Description: Avoid .py sample file going to /usr/bin. It's already listed in python-midiutil.examples so it goes to /usr/share/doc/python-midiutil/examples/single-note-example.py Author: Tiago Bortoletto Vaz Forwarded: not-needed Last-Update: 2012-03-25 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ packages=["midiutil"], package_dir = {'midiutil': 'src/midiutil'}, package_data={'midiutil' : ['../../documentation/*']}, - scripts=['examples/single-note-example.py'], platforms='Platform Independent', long_description=''' This package provides a simple interface to allow Python programs to debian/compat0000644000000000000000000000000212013176613010364 0ustar 7