debian/0000755000000000000000000000000012012717126007165 5ustar debian/rules0000755000000000000000000000076712012717022010252 0ustar #!/usr/bin/make -f export PYTHONWARNINGS=d buildvers := $(shell pyversions -rv) %: dh $@ --with python2 override_dh_auto_build: cd docs && make html set -e; \ for i in $(buildvers); do \ python$$i setup.py build; \ done override_dh_auto_install: set -e; \ for i in $(buildvers); do \ python$$i ./setup.py install --skip-build --root $(CURDIR)/debian/python-pyknon --install-layout=deb; \ done override_dh_auto_clean: find . -name '*.pyc' -delete rm -rf build htmlcov docs/_build debian/source/0000755000000000000000000000000012012717022010460 5ustar debian/source/format0000644000000000000000000000001412012717022011666 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000637412012717022011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyknon Upstream-Contact: Pedro Kroger Source: https://github.com/kroger/pyknon Files: * Copyright: 2012 Pedro Kroger License: MIT 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. Files: pyknon/MidiFile.py Copyright: 2009 Mark Conway Wirt <(emergentmusics) at (gmail . com)> License: MIT 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. Files: debian/* Copyright: 2012 Tiago Bortoletto Vaz License: GPL-3+ 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 3 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, see . . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000002112012717022010024 0ustar docs/_build/html debian/control0000644000000000000000000000154012012717022010563 0ustar Source: python-pyknon Section: python Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Tiago Bortoletto Vaz DM-Upload-Allowed: yes Build-Depends: debhelper (>=7.0.50~), python-all (>= 2.6.6-3~), python-sphinx, python-pytest Standards-Version: 3.9.3 X-Python-Version: >= 2.7 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/python-pyknon.git Vcs-Git: git://git.debian.org/git/pkg-multimedia/python-pyknon.git Homepage: https://github.com/kroger/pyknon Package: python-pyknon Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Simple Python music library Pyknon helps to generate Midi files quickly and reason about musical proprieties. . It’s a library intended for teaching and demonstrating music for programmers. debian/changelog0000644000000000000000000000024212012717022011030 0ustar python-pyknon (1.0-1) unstable; urgency=low * Initial release. (Closes: #682920) -- Tiago Bortoletto Vaz Wed, 15 Aug 2012 09:02:44 -0400 debian/watch0000644000000000000000000000007712012717022010215 0ustar version=3 https://github.com/kroger/pyknon/tarball/version(.*) debian/compat0000644000000000000000000000000212012717022010356 0ustar 7 debian/examples0000644000000000000000000000001012012717022010710 0ustar demo.py