summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-12 17:58:12 +0000
committerDavid Robillard <d@drobilla.net>2008-01-12 17:58:12 +0000
commit98cc3bd853c47f6cd1cf02cf14e00413993fd6f5 (patch)
treefc31d4304b5a9bb4ba5df30704c3b773558359b1 /debian
parent2ea341ef3313b189315367ad6beadc23eec227e3 (diff)
downloadlilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.gz
lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.bz2
lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.zip
Add plugin template interface (fast discovery of plugins with certain I/O
characteristics). git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian')
-rw-r--r--debian/Makefile.am4
-rw-r--r--debian/changelog16
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/shlibs.local4
5 files changed, 22 insertions, 8 deletions
diff --git a/debian/Makefile.am b/debian/Makefile.am
index babeea5..e354d9f 100644
--- a/debian/Makefile.am
+++ b/debian/Makefile.am
@@ -5,8 +5,8 @@ EXTRA_DIST = \
control \
copyright \
docs \
- postinst \
- postrm \
+ postinst.ex \
+ postrm.ex \
rules \
shlibs.local \
shlibs
diff --git a/debian/changelog b/debian/changelog
index 16c1927..8eb91c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+slv2 (0.4.4) unstable; urgency=low
+
+ * Add slv2_port_has_property
+ * Add plugin template and port signature interface for much faster plugin
+ discovery with port input/output/type inspection.
+
+ -- Dave Robillard <dave@drobilla.net> Sat, 12 Jan 2008 12:52:35 -0500
+
+slv2 (0.4.3) unstable; urgency=low
+
+ * Fix lv2_inspect command line handling bug (always prints help)
+ * Fix case where multiple plugins are described in the same file
+ (avoid port symbol clashing).
+
+ -- Dave Robillard <dave@drobilla.net> Thu, 10 Jan 2008 20:03:19 -0500
+
slv2 (0.4.2) unstable; urgency=low
* Update for LV2 specification release 1
diff --git a/debian/control b/debian/control
index 5e35a7f..9418b51 100644
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,6 @@ Description: A library for simple use of LV2 plugins
the use of LV2 plugins <http://lv2plug.in> as simple as possible.
Package: slv2-6-dev
-Provides: slv2-dev
-Conflicts: slv2-dev
Section: libdevel
Architecture: any
Pre-Depends: make
diff --git a/debian/rules b/debian/rules
index d02b169..9f3eca8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ install: build
dh_installdirs
$(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6 install-exec
- $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-dev install-data install-man
+ $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-6-dev install-data install-man
# Build architecture-independent files here.
@@ -95,7 +95,7 @@ binary-arch: build install
dh_fixperms
# dh_perl
# dh_python
-# dh_makeshlibs
+ dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
diff --git a/debian/shlibs.local b/debian/shlibs.local
index e79a7b7..716fd14 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1,2 +1,2 @@
-libslv2 0.3.0 slv2 (>> 0.3.0-0), slv2 (<< 0.3.0-99)
-libjack 0 jack0 (>= 0.107.0)
+libslv2 0.4.3 slv2 (>> 0.4.3-0), slv2 (<< 0.4.3-99)
+libjack 0 jackd (>= 0.107.0)