debian/0000755000000000000000000000000012260547565007202 5ustar debian/rules0000755000000000000000000000144012260141457010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 WAF_OPTIONS = --verbose --prefix=/usr --destdir=debian/pd-aubio WAF_CMD = ./waf --nocache %: dh $@ override_dh_auto_clean: $(WAF_CMD) distclean override_dh_auto_configure: $(WAF_CMD) configure $(WAF_OPTIONS) override_dh_auto_build-arch: $(WAF_CMD) build $(WAF_OPTIONS) override_dh_auto_install: $(WAF_CMD) install $(WAF_OPTIONS) override_dh_fixperms: dh_fixperms find debian -name '*.pd_linux' -exec \ chmod 0644 {} + override_dh_strip: dh_strip find debian -name "*.pd_linux" -exec \ strip --remove-section=.comment --remove-section=.note --strip-unneeded {} + override_dh_shlibdeps: find debian -name "*.pd_linux" -exec \ dpkg-shlibdeps -Tdebian/pd-aubio.substvars {} + debian/source/0000755000000000000000000000000012260125463010467 5ustar debian/source/format0000644000000000000000000000001412260101244011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000065312260543061011043 0ustar pd-aubio (0.4-1) unstable; urgency=medium * Initial release (closes: #733544) * Make sure aubio.pd_linux is not executable (closes: #715659) * debian/patches/move_to_lib: move everything to /usr/lib/pd/extra/aubio * debian/rules: add custom strip as in pdp * debian/rules: add custom shlibdeps as in pdp * debian/copyright: add waf, waflib -- Paul Brossier Tue, 31 Dec 2013 09:26:03 -0400 debian/clean0000644000000000000000000000005712260112011010157 0ustar waflib/*.pyc waflib/*/*.pyc build/ .lock-waf_* debian/watch0000644000000000000000000000010612260366736010227 0ustar version=2 http://aubio.org/pub/pd-aubio/ pd-aubio-([0-9.]*)\.tar\.bz2 debian/docs0000644000000000000000000000001412260101244010024 0ustar NEWS README debian/copyright0000644000000000000000000000624312260542615011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pd-aubio Source: http://aubio.org Files: * Copyright: 2003-2013 Paul Brossier License: GPL-3+ pd-aubio 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. . pd-aubio 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 aubio. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: waf waflib/* Copyright: 2005-2012 Thomas Nagy License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013 Paul Brossier License: GPL-2+ This package 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 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 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 complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000124212260111601010556 0ustar Source: pd-aubio Section: sound Priority: optional Maintainer: Paul Brossier Build-Depends: debhelper (>= 9.0.0), python, pkg-config, libaubio-dev (>= 0.4.0), puredata-dev Standards-Version: 3.9.5 Homepage: http://aubio.org Package: pd-aubio Section: sound Architecture: any Depends: pd, ${shlibs:Depends}, ${misc:Depends} Description: aubio external for PureData aubio gathers a set of functions for audio signal segmentation and labelling. The library contains a phase vocoder, onset and pitch detection functions, a beat tracking algorithm and other sound processing utilities. . This package provides PureData objects to use the aubio features. debian/compat0000644000000000000000000000000212260101244010354 0ustar 9