summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-11-15 09:15:33 +0000
committerDavid Robillard <d@drobilla.net>2007-11-15 09:15:33 +0000
commitdb565e6ca775772d806f7a8c1c20a46af4e52385 (patch)
treef12dc0efa53d9358bcbb276d61095fa57137ac41 /debian/control
parentf509434f4d87337243865d928e4fb2c6124c9cd3 (diff)
downloadlilv-db565e6ca775772d806f7a8c1c20a46af4e52385.tar.gz
lilv-db565e6ca775772d806f7a8c1c20a46af4e52385.tar.bz2
lilv-db565e6ca775772d806f7a8c1c20a46af4e52385.zip
0.3.1 release.
Debian package building via 'make deb'. Idiomatic Python iteration. git-svn-id: http://svn.drobilla.net/lad/slv2@917 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index bcdec15..82651d8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Section: libs
Package: slv2-dev
Section: libdevel
Architecture: any
-Depends: slv2 (= ${binary:Version})
+Depends: slv2 (= ${binary:Version}), librdf0-dev
Description: Development files (headers) for SLV2
Files required for compiling programs which use SLV2.
Package: slv2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, librdf0
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.