diff options
author | David Robillard <d@drobilla.net> | 2008-01-27 07:49:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-27 07:49:37 +0000 |
commit | 6de587b04154f2efdc2a94c0a78225f7adc88ff9 (patch) | |
tree | a25b1b2e1e80fe8d7fe9a16336d9077d3b0d64b2 /debian | |
parent | 6f4460aee9962a49ae872eef42ba75a439ea6e59 (diff) | |
download | lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.gz lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.tar.bz2 lilv-6de587b04154f2efdc2a94c0a78225f7adc88ff9.zip |
Packaging stuff.
Add scale points API.
Display scale points in lv2_inspect.
Fix bugs resulting in returning empty collections.
git-svn-id: http://svn.drobilla.net/lad/slv2@1114 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Makefile.am | 6 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/shlibs.local | 2 |
4 files changed, 7 insertions, 13 deletions
diff --git a/debian/Makefile.am b/debian/Makefile.am index e354d9f..757249d 100644 --- a/debian/Makefile.am +++ b/debian/Makefile.am @@ -5,8 +5,4 @@ EXTRA_DIST = \ control \ copyright \ docs \ - postinst.ex \ - postrm.ex \ - rules \ - shlibs.local \ - shlibs + rules diff --git a/debian/control b/debian/control index 52dc4f6..6b78714 100644 --- a/debian/control +++ b/debian/control @@ -6,20 +6,20 @@ Standards-Version: 3.7.3 Section: libs Package: slv2 -Depends: slv2-8 +Depends: slv2-9 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-8-dev +Depends: slv2-9-dev Architecture: any Description: Development files (headers) for SLV2 Files required for compiling programs which use SLV2, and developer documentation. -Package: slv2-8 +Package: slv2-9 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-8-dev +Package: slv2-9-dev Section: libdevel Architecture: any Pre-Depends: make diff --git a/debian/rules b/debian/rules index 7ac2503..3818d13 100755 --- a/debian/rules +++ b/debian/rules @@ -63,8 +63,8 @@ install: build dh_clean -k dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-8 install-exec - $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-8-dev install-data install-man + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9 install-exec + $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9-dev install-data install-man # Build architecture-independent files here. diff --git a/debian/shlibs.local b/debian/shlibs.local deleted file mode 100644 index 716fd14..0000000 --- a/debian/shlibs.local +++ /dev/null @@ -1,2 +0,0 @@ -libslv2 0.4.3 slv2 (>> 0.4.3-0), slv2 (<< 0.4.3-99) -libjack 0 jackd (>= 0.107.0) |