[Demudi-commits] r737 - in ladspa-vcf/trunk: . debian

Joost Damad andete-guest at costa.debian.org
Sun Apr 23 08:40:15 UTC 2006


Author: andete-guest
Date: 2006-04-23 08:40:14 +0000 (Sun, 23 Apr 2006)
New Revision: 737

Added:
   ladspa-vcf/trunk/debian/
   ladspa-vcf/trunk/debian/README.Debian
   ladspa-vcf/trunk/debian/changelog
   ladspa-vcf/trunk/debian/compat
   ladspa-vcf/trunk/debian/control
   ladspa-vcf/trunk/debian/copyright
   ladspa-vcf/trunk/debian/dirs
   ladspa-vcf/trunk/debian/rules
Log:
Load newtrunk into ladspa-vcf/trunk.


Added: ladspa-vcf/trunk/debian/README.Debian
===================================================================
--- ladspa-vcf/trunk/debian/README.Debian	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/README.Debian	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1,8 @@
+vcf for Debian
+--------------
+
+This is a LADSPA plugin. In order to use it you need a ladspa host.
+
+For more info see http://www.ladspa.org/
+
+ -- Joost Yervante Damad <joost at lumatec.be>, Mon, 17 Apr 2006 18:19:17 +0200

Added: ladspa-vcf/trunk/debian/changelog
===================================================================
--- ladspa-vcf/trunk/debian/changelog	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/changelog	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1,6 @@
+ladspa-vcf (0.0.5-1) unstable; urgency=low
+
+  * Initial release Closes: #363108
+
+ -- Joost Yervante Damad <joost at lumatec.be>  Mon, 17 Apr 2006 18:19:17 +0200
+

Added: ladspa-vcf/trunk/debian/compat
===================================================================
--- ladspa-vcf/trunk/debian/compat	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/compat	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1 @@
+5

Added: ladspa-vcf/trunk/debian/control
===================================================================
--- ladspa-vcf/trunk/debian/control	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/control	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1,14 @@
+Source: ladspa-vcf
+Section: sound
+Priority: optional
+Maintainer: Joost Yervante Damad <joost at lumatec.be>
+Build-Depends: debhelper (>= 5.0.0), ladspa-sdk
+Standards-Version: 3.6.2
+
+Package: ladspa-vcf
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: ladspa-plugin
+Description: audio EQ biquad filters for LADSPA
+ LADSPA plugins for audio EQ biquad filters based on
+ the cookbook formulae by Robert Bristow-Johnson.

Added: ladspa-vcf/trunk/debian/copyright
===================================================================
--- ladspa-vcf/trunk/debian/copyright	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/copyright	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1,12 @@
+This package was debianized by Joost Yervante Damad <joost at lumatec.be> on
+Mon, 17 Apr 2006 18:19:17 +0200.
+
+It was downloaded from http://www.suse.de/~mana/ladspa.html
+
+Copyright Holder: Matthias Nagorni <mn at matthias-nagorni.de>
+
+You are free to distribute this software under the terms of
+the GNU LGPL.
+
+On Debian systems, the complete text of the GNU Lesser General Public
+License can be found in the file `/usr/share/common-licenses/LGPL'.

Added: ladspa-vcf/trunk/debian/dirs
===================================================================
--- ladspa-vcf/trunk/debian/dirs	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/dirs	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1 @@
+usr/lib/ladspa

Added: ladspa-vcf/trunk/debian/rules
===================================================================
--- ladspa-vcf/trunk/debian/rules	2006-04-23 08:39:39 UTC (rev 736)
+++ ladspa-vcf/trunk/debian/rules	2006-04-23 08:40:14 UTC (rev 737)
@@ -0,0 +1,53 @@
+#!/usr/bin/make -f
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+build: build-stamp
+
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-rm *.so
+	-rm *.o
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	install -m 755 vcf.so $(CURDIR)/debian/ladspa-vcf/usr/lib/ladspa
+	install -m 755 vcf_cv_in.so $(CURDIR)/debian/ladspa-vcf/usr/lib/ladspa
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: ladspa-vcf/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Demudi-commits mailing list