From 0a8cb65a8205f5a359c57ba4299ce9d9455bf68b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Jan 2008 06:54:15 +0000 Subject: SLV2 0.5.0 git-svn-id: http://svn.drobilla.net/lad/slv2@1070 a436a847-0d15-0410-975c-d299462d15a1 --- debian/control | 8 ++++---- debian/rules | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 9418b51..52dc4f6 100644 --- a/debian/control +++ b/debian/control @@ -6,20 +6,20 @@ Standards-Version: 3.7.3 Section: libs Package: slv2 -Depends: slv2-6 +Depends: slv2-8 Architecture: any Description: A library for simple use of LV2 plugins SLV2 is a library geared towards music and audio applications which makes the use of LV2 plugins as simple as possible. Package: slv2-dev -Depends: slv2-6-dev +Depends: slv2-8-dev Architecture: any Description: Development files (headers) for SLV2 Files required for compiling programs which use SLV2, and developer documentation. -Package: slv2-6 +Package: slv2-8 Section: libs Architecture: any Pre-Depends: make @@ -28,7 +28,7 @@ Description: A library for simple use of LV2 plugins SLV2 is a library geared towards music and audio applications which makes the use of LV2 plugins as simple as possible. -Package: slv2-6-dev +Package: slv2-8-dev Section: libdevel Architecture: any Pre-Depends: make diff --git a/debian/rules b/debian/rules index 9f3eca8..7ac2503 100755 --- a/debian/rules +++ b/debian/rules @@ -63,8 +63,8 @@ install: build dh_clean -k dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6 install-exec - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6-dev install-data install-man + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-8 install-exec + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-8-dev install-data install-man # Build architecture-independent files here. -- cgit v1.2.1