diff options
author | David Robillard <d@drobilla.net> | 2008-01-19 06:54:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-19 06:54:15 +0000 |
commit | 0a8cb65a8205f5a359c57ba4299ce9d9455bf68b (patch) | |
tree | d092ad71867cd29593a6c4960e5bf214a510bd44 /debian | |
parent | 3441bf7323f19ffec336e2d910f017db40cdff4f (diff) | |
download | lilv-0a8cb65a8205f5a359c57ba4299ce9d9455bf68b.tar.gz lilv-0a8cb65a8205f5a359c57ba4299ce9d9455bf68b.tar.bz2 lilv-0a8cb65a8205f5a359c57ba4299ce9d9455bf68b.zip |
SLV2 0.5.0
git-svn-id: http://svn.drobilla.net/lad/slv2@1070 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 6 insertions, 6 deletions
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 <http://lv2plug.in> 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 <http://lv2plug.in> 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. |