From db565e6ca775772d806f7a8c1c20a46af4e52385 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Nov 2007 09:15:33 +0000 Subject: 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 --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1686531..7a3fbca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -slv2 (0.3.0) unstable; urgency=low +slv2 (0.3.1) unstable; urgency=low * Initial Debian Release. 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 as simple as possible. -- cgit v1.2.1