Codebase list blepvco / fresh-snapshots/upstream
Import upstream version 0.1.0+git20180416.1.e5a683b Debian Janitor 2 years ago
15 changed file(s) with 144 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 /.pc
0 blepvco (0.1.0-3) unstable; urgency=low
1
2 * Team upload.
3 * Switch packaging to 3.0 (quilt) format.
4 * Remove DM-Upload-Allowed: yes, now unnecessary.
5 * Remove myself from the uploaders list.
6 * Bump Standards.
7 * Add gbp config file.
8
9 -- Alessio Treglia <alessio@debian.org> Thu, 28 Apr 2011 13:08:27 +0200
10
11 blepvco (0.1.0-2) unstable; urgency=low
12
13 * Switch to debhelper.
14 * Drop cdbs and add quilt support.
15 * Rename (and refresh) destdir.patch to 01-destdir.patch.
16 * Add debian/README.source to document how to patch the sources.
17 * Fix debian/watch, thanks to Yan Morin for the patch (Closes: #551408).
18 * debian/control:
19 - Fix description to make lines shorter than 80 characters.
20 - Bump Standards.
21 - Set Maintainer to Debian Multimedia Maintainers team.
22 - Add myself to Uploaders and set DM-Upload-Allowed to yes.
23 - Add Homepage field.
24 * debian/copyright:
25 - Replace (c) with © to fix copyright-with-old-dh-make-debian-copyright
26 lintian warning.
27 - Update.
28 - Fix copyright-refers-to-symlink-license lintian warning.
29
30 -- Alessio Treglia <quadrispro@ubuntu.com> Fri, 18 Dec 2009 20:21:38 +0100
31
32 blepvco (0.1.0-1) unstable; urgency=low
33
34 * Initial release (Closes: #455968)
35
36 -- Free Ekanayaka <freee@debian.org> Wed, 12 Dec 2007 17:12:37 +0000
37
0 Source: blepvco
1 Section: sound
2 Priority: optional
3 Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
4 Uploaders: Free Ekanayaka <freee@debian.org>
5 Build-Depends: debhelper (>= 7),
6 ladspa-sdk
7 Standards-Version: 3.9.2
8 Vcs-Git: https://salsa.debian.org/multimedia-team/blepvco.git
9 Vcs-Browser: https://salsa.debian.org/multimedia-team/blepvco
10 Homepage: http://www.smbolton.com/linux.html
11
12 Package: blepvco
13 Architecture: any
14 Depends: ${shlibs:Depends},
15 ${misc:Depends}
16 Provides: ladspa-plugin
17 Description: LADSPA, minBLEP-based, hard-sync-capable oscillator plugins
18 A collection of LADSPA plugins containing three anti-aliased,
19 minBLEP-based, hard-sync-capable oscillator plugins. The oscillators are
20 intended to be used with modular synthesis systems, such as Alsa Modular
21 Synth.
0 This package was debianized by Free Ekanayaka <freee@debian.org> on
1 Wed, 12 Dec 2007 17:12:37 +0000.
2
3 It was downloaded from http://home.jps.net/~musound/
4
5 Upstream Author: Sean Bolton <musound AT jps DOT net>
6
7 Copyright: Copyright © 2004-2005 Sean Bolton
8
9 License:
10
11 This package is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; either version 2 of the License, or
14 (at your option) any later version.
15
16 This package is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this package; if not, write to the Free Software
23 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
25 On Debian systems, the complete text of the GNU General
26 Public License can be found in `/usr/share/common-licenses/GPL-2'.
27
28 The Debian packaging is
29 © 2009, Alessio Treglia <quadrispro@ubuntu.com>,
30 © 2007, Free Ekanayaka <freee@debian.org>
31 and is licensed under the GPL, see above.
32
33 Much of the LADSPA framework used here comes from VCO-plugins
34 0.3.0, copyright © 2003-2004 Fons Adriaensen. See the files:
35
36 blepvco.cc
37 blepvco.h
38 blepvco_if.cc
39 exp2ap.cc
40 ladspaplugin.h:
41
42 in the source package.
0 usr/lib/ladspa
0 README
0 [DEFAULT]
1 pristine-tar = True
2 sign-tags = True
0 extras/*.ams /usr/share/doc/ams/demos
0 Description: Pass the DESTDIR variable to make.
1 Author: Free Ekanayaka <freee@debian.org>
2 ---
3 Makefile | 3 ++-
4 1 file changed, 2 insertions(+), 1 deletion(-)
5
6 --- blepvco-0.1.0.orig/Makefile
7 +++ blepvco-0.1.0/Makefile
8 @@ -1,4 +1,5 @@
9
10 +DESTDIR =
11 CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
12
13
14 @@ -10,7 +11,7 @@ blepvco_if.o: ladspaplugin.h blepvco.h
15
16
17 install:
18 - /bin/cp blepvco.so /usr/lib/ladspa
19 + /bin/cp blepvco.so $(DESTDIR)/usr/lib/ladspa
20
21
22 DIR := $(shell basename `pwd`)
0 01-destdir.patch
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 unapply-patches
1 abort-on-upstream-changes
0 version=3
1 http://www.smbolton.com/linux.html linux/blepvco-(.*)\.tar\.gz debian uupdate