debian/0000755000000000000000000000000012045715436007175 5ustar debian/compat0000644000000000000000000000000212045714376010375 0ustar 7 debian/rules0000755000000000000000000000245012045714364010255 0ustar #!/usr/bin/make -f upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p') dfsg_version = $(upstream_version)~dfsg0 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LDFLAGS+=-Wl,--as-needed WAF = ./waf %: dh $@ override_dh_auto_configure: $(WAF) configure \ --prefix=/usr \ --debug override_dh_auto_build: $(WAF) override_dh_auto_clean: $(WAF) clean || true find -name "*.pyc" -delete rm -rf build dh_auto_clean override_dh_auto_install: $(WAF) install --destdir=$(CURDIR)/debian/fomp override_dh_installchangelogs: dh_installchangelogs NEWS # get-orig-source to drop waf get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. tar -xf $(pkg)_$(upstream_version).orig.tar.bz2 mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) cd $(pkg)-$(dfsg_version) ; python waf --help > /dev/null mv $(pkg)-$(dfsg_version)/.waf-*/* $(pkg)-$(dfsg_version) sed -i '/^#==>$$/,$$d' $(pkg)-$(dfsg_version)/waf rmdir $(pkg)-$(dfsg_version)/.waf-* find $(pkg)-$(dfsg_version)/ -name '*.pyc' -delete tar cf $(pkg)_$(dfsg_version).orig.tar $(pkg)-$(dfsg_version) xz -9fz $(pkg)_$(dfsg_version).orig.tar rm -rf $(pkg)-$(dfsg_version) debian/control0000644000000000000000000000216612045715236010603 0ustar Source: fomp Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), lv2-dev, pkg-config, python Standards-Version: 3.9.3 Homepage: http://drobilla.net/software/fomp/ Vcs-Git: git://git.debian.org/pkg-multimedia/fomp.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fomp.git Package: fomp Architecture: any Provides: lv2-plugin Depends: ${misc:Depends}, ${shlibs:Depends} Description: collection of LV2 audio plugins Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins originally written by Fons Adriaensen. . There are 13 plugins in total: 1 auto-wah, 1 EQ, 3 chorus, 5 filters, and 3 oscillators. . The plugin implementations are identical to their LADSPA forebears, except the primary frequency port of oscillators and filters has been converted to Hz to facilitate use in any host without assuming the hidden tuning frequency of AlsaModularSynth. All other frequency ports remain as they were, using octaves for faithful Moog-like modulation. debian/changelog0000644000000000000000000000023612045714773011053 0ustar fomp (1.0.0~dfsg0-1) unstable; urgency=low * Initial release. (Closes: #692354) -- Alessio Treglia Mon, 05 Nov 2012 10:49:59 +0000 debian/gbp.conf0000644000000000000000000000005712045714710010610 0ustar [DEFAULT] pristine-tar = True compression = xz debian/copyright0000644000000000000000000000510612045714672011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Fomp Upstream-Contact: Dave Robillard Source: http://download.drobilla.net/ Files: * Copyright: 2012 David Robillard 2003-2009 Fons Adriaensen License: GPL-2+ Files: waf Copyright: 2005-2012 Thomas Nagy License: BSD-3-clause Files: debian/* Copyright: 2010-2012 Alessio Treglia License: GPL-2+ License: GPL-2+ 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 2 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . License: BSD-3-clause 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. debian/source/0000755000000000000000000000000012045715022010464 5ustar debian/source/format0000644000000000000000000000001412045715022011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016512045713343010223 0ustar version=3 opts="uversionmangle=s/-/./,dversionmangle=s/~dfsg.*//" \ http://download.drobilla.net/fomp-(.*)\.tar\.bz2