debian/0000755000000000000000000000000012230234353007163 5ustar debian/copyright0000644000000000000000000001024612207614512011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: avw.lv2 Upstream-Contact: Aurélien Leblond Source: https://sourceforge.net/projects/avwlv2/files/ Files: * Copyright: No copyright holders License: GPL-2+ Files: src/lv2gui.* src/lv2plugin.* Copyright: 2006-2008 Lars Luthman License: GPL-3+ Files: avw.lv2/*.ttl Copyright: No copyright holders License: ISC Files: waf Copyright: 2005-2011 Thomas Nagy License: BSD-3-clause Files: debian/* Copyright: 2011-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: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. . 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/gbp.conf0000644000000000000000000000005712207614046010611 0ustar [DEFAULT] pristine-tar = True compression = xz debian/changelog0000644000000000000000000000133212230227176011041 0ustar avw.lv2 (0.1.6~dfsg0-1) unstable; urgency=low * New upstream release. -- Alessio Treglia Fri, 18 Oct 2013 13:50:00 +0100 avw.lv2 (0.1.4~dfsg0-1) unstable; urgency=low * Upload to unstable. * New upstream release. -- Alessio Treglia Thu, 29 Aug 2013 10:50:11 +0100 avw.lv2 (0.1.3~dfsg0-1) experimental; urgency=low * New upstream release. * Build-depend on lvtk-dev. * Bump lv2-dev requirement to 1.2.0. * Fix get-orig-source. -- Alessio Treglia Sat, 02 Mar 2013 17:01:16 +0000 avw.lv2 (0.0.8~dfsg0-1) unstable; urgency=low * Initial release. (Closes: #694080) -- Alessio Treglia Fri, 23 Nov 2012 17:53:43 +0000 debian/watch0000644000000000000000000000015712207614046010224 0ustar version=3 opts="uversionmangle=s/-/./,dversionmangle=s/~dfsg.*//" \ http://sf.net/avwlv2/avw.lv2.(.*)\.tar\.gz debian/source/0000755000000000000000000000000012207614046010470 5ustar debian/source/format0000644000000000000000000000001412207614046011676 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000001612207614046010172 0ustar .lock-wscript debian/control0000644000000000000000000000157412207614512010600 0ustar Source: avw.lv2 Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 9), libcairo2-dev, libgtk2.0-dev, libgtkmm-2.4-dev, libjack-dev, lv2-dev (>= 1.2.0~), lvtk-dev, pkg-config, python Standards-Version: 3.9.4 Homepage: https://sourceforge.net/projects/avwlv2/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/avw.lv2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/avw.lv2.git Package: avw.lv2 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: lv2-plugin Description: collection of Voltage Controlled LV2 modules avw.lv2 consists in a subset of the AMS internal modules ported into LV2 plugins. It provides VCOs, LFOs, Filters and other modules controlled using Voltage Controls. debian/compat0000644000000000000000000000000212207614046010366 0ustar 9 debian/rules0000755000000000000000000000275012230234217010246 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 \ --mandir=/usr/share/man \ --strict \ --debug override_dh_auto_build: $(WAF) override_dh_auto_clean: $(WAF) clean || true find -name "*.pyc" -delete rm -rf build .waf* get-orig-source dh_auto_clean override_dh_auto_install: $(WAF) install --destdir=$(CURDIR)/debian/avw.lv2 # get-orig-source to drop waf get-orig-source: mkdir get-orig-source || exit 1 uscan --noconf --force-download --rename \ --download-current-version --destdir=./get-orig-source/ cd get-orig-source && tar -xf $(pkg)_$(upstream_version).orig.tar.gz # mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) mv get-orig-source/$(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 get-orig-source/$(pkg)_$(dfsg_version).orig.tar \ $(pkg)-$(dfsg_version) xz -9fz get-orig-source/$(pkg)_$(dfsg_version).orig.tar rm -rf $(pkg)-$(dfsg_version)