--- fil-plugins-0.3.0.orig/debian/README.source +++ fil-plugins-0.3.0/debian/README.source @@ -0,0 +1,11 @@ +fil-plugins for Debian +=============== + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To learn how to use quilt, please refer to the official documentation, +usually available in /usr/share/doc/quilt/README.source. + + -- Alessio Treglia Sat, 09 Jan 2010 01:53:21 +0100 --- fil-plugins-0.3.0.orig/debian/changelog +++ fil-plugins-0.3.0/debian/changelog @@ -0,0 +1,48 @@ +fil-plugins (0.3.0-1) unstable; urgency=low + + * New upstream release. + * Switch to debhelper 7. + * Switch to quilt patch system. + * Refresh and convert all patches to quilt format. + * debian/control: + - Bump Standards. + - Set Debian Multimedia Maintainers as Maintainer. + - Add myself as uploader. + - Allow uploads by DM. + - Add Vcs-* tags. + - Add Homepage field. + - Build-depend on ladspa-sdk. + * Bump debian/watch version to 3. + * Update debian/copyright. + + -- Alessio Treglia Sat, 09 Jan 2010 01:53:21 +0100 + +fil-plugins (0.1.0-2) unstable; urgency=low + + * Fixed watch filed + * FTBFS if built twice in a row (Closes: #424264) + + -- Free Ekanayaka Mon, 28 May 2007 13:32:10 +0200 + +fil-plugins (0.1.0-1) unstable; urgency=low + + * New upstream release + * New package maintainer Debian Multimedia Team + * Updated policy standard + * Bug fix: "Spelling mistake in package description", thanks to Simon + Waters (Closes: #363412). + + -- Free Ekanayaka Tue, 23 May 2006 07:54:50 +0200 + +fil-plugins (0.0.1-2) unstable; urgency=low + + * Rebuilt against libstdc++6 + + -- Free Ekanayaka Wed, 16 Nov 2005 01:44:00 +0000 + +fil-plugins (0.0.1-1) unstable; urgency=low + + * First upload to Debian (closes: #276495) + + -- Free Ekanayaka Tue, 25 Jan 2005 11:06:21 +0100 + --- fil-plugins-0.3.0.orig/debian/compat +++ fil-plugins-0.3.0/debian/compat @@ -0,0 +1 @@ +7 --- fil-plugins-0.3.0.orig/debian/control +++ fil-plugins-0.3.0/debian/control @@ -0,0 +1,33 @@ +Source: fil-plugins +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Free Ekanayaka , + Alessio Treglia +Build-Depends: debhelper (>= 7.0.50~), + ladspa-sdk, + quilt (>= 0.46-7~) +DM-Upload-Allowed: yes +Homepage: http://www.kokkinizita.net/linuxaudio/index.html +Vcs-Git: git://git.debian.org/git/pkg-multimedia/fil-plugins.git +Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fil-plugins.git;a=summary +Standards-Version: 3.8.3 + +Package: fil-plugins +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: parametric equalizer LADSPA plugin + Four-band parametric equaliser. Each section has an active/bypass switch, + frequency, bandwidth and gain controls. There is also a global bypass + switch and gain control. + . + The 2nd order resonant filters are implemented using a Mitra-Regalia + style lattice filter, which has the nice property of being stable + even while parameters are being changed. + . + All switches and controls are internally smoothed, so they can + be used 'live' without any clicks or zipper noises. This should + make this plugin a good candidate for use in systems that allow + automation of plugin control ports, such as Ardour, or for + stage use. --- fil-plugins-0.3.0.orig/debian/copyright +++ fil-plugins-0.3.0/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Free Ekanayaka on +Thu, 14 Oct 2004 16:00:59 +0200. + +It was downloaded from http://www.kokkinizita.net/linuxaudio/downloads/index.html + +Upstream Author: Fons Adriaensen + +Copyright: © 2004-2009 Fons Adriaensen + +License: + + 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; version 2 dated June, 1991. + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- fil-plugins-0.3.0.orig/debian/dirs +++ fil-plugins-0.3.0/debian/dirs @@ -0,0 +1,2 @@ +usr/lib/ladspa + --- fil-plugins-0.3.0.orig/debian/rules +++ fil-plugins-0.3.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_installchangelogs: + dh_installchangelogs README --- fil-plugins-0.3.0.orig/debian/watch +++ fil-plugins-0.3.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.kokkinizita.net/linuxaudio/downloads/index.html FIL-plugins-(.*)\.tar\.bz2 debian uupdate --- fil-plugins-0.3.0.orig/debian/patches/01-destdir.patch +++ fil-plugins-0.3.0/debian/patches/01-destdir.patch @@ -0,0 +1,25 @@ +Origin: Debian +Description: Pass DESTDIR path to make install. +--- + Makefile | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- fil-plugins.orig/Makefile ++++ fil-plugins/Makefile +@@ -14,6 +14,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + ++DESTDIR = + + CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3 + +@@ -28,7 +29,7 @@ filters.o: ladspaplugin.h filters.h + filters_if.o: ladspaplugin.h filters.h + + install: all +- cp *.so /usr/lib/ladspa ++ cp *.so $(DESTDIR)/usr/lib/ladspa + + clean: + /bin/rm -f *~ *.o *.so --- fil-plugins-0.3.0.orig/debian/patches/series +++ fil-plugins-0.3.0/debian/patches/series @@ -0,0 +1 @@ +01-destdir.patch