diff options
author | David Robillard <d@drobilla.net> | 2007-11-15 04:10:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-15 04:10:33 +0000 |
commit | f509434f4d87337243865d928e4fb2c6124c9cd3 (patch) | |
tree | bd06e3b71672279ed67a6302ed4e8f6869c1fe88 /debian/control | |
parent | 85bb5ef9bf1a44fa58f64e16e955d980a64799f6 (diff) | |
download | lilv-f509434f4d87337243865d928e4fb2c6124c9cd3.tar.gz lilv-f509434f4d87337243865d928e4fb2c6124c9cd3.tar.bz2 lilv-f509434f4d87337243865d928e4fb2c6124c9cd3.zip |
Add Debian packaging stuff.
Rename pkg-config file libslv2 -> slv2 (conventional).
git-svn-id: http://svn.drobilla.net/lad/slv2@916 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bcdec15 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: slv2 +Priority: extra +Maintainer: Dave Robillard <dave@drobilla.net> +Build-Depends: debhelper (>= 5), autotools-dev +Standards-Version: 3.7.2 +Section: libs + +Package: slv2-dev +Section: libdevel +Architecture: any +Depends: slv2 (= ${binary:Version}) +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} +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. |