summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules4
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.