diff options
author | David Robillard <d@drobilla.net> | 2007-11-15 09:15:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-15 09:15:33 +0000 |
commit | db565e6ca775772d806f7a8c1c20a46af4e52385 (patch) | |
tree | f12dc0efa53d9358bcbb276d61095fa57137ac41 /debian | |
parent | f509434f4d87337243865d928e4fb2c6124c9cd3 (diff) | |
download | lilv-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')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 3 deletions
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 <http://lv2plug.in> as simple as possible. |