diff options
author | David Robillard <d@drobilla.net> | 2008-09-07 17:06:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-07 17:06:59 +0000 |
commit | c3774716ef3ecdd31392f132de17ab0b35433756 (patch) | |
tree | 43163bf9545be29f4e47f33120732241632c7adc /debian-sid/control | |
parent | 118296c069eb477825126c879a10ebde00735be4 (diff) | |
download | lilv-c3774716ef3ecdd31392f132de17ab0b35433756.tar.gz lilv-c3774716ef3ecdd31392f132de17ab0b35433756.tar.bz2 lilv-c3774716ef3ecdd31392f132de17ab0b35433756.zip |
Move debian -> debian-sid.
git-svn-id: http://svn.drobilla.net/lad/slv2@1473 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian-sid/control')
-rw-r--r-- | debian-sid/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian-sid/control b/debian-sid/control new file mode 100644 index 0000000..61c506d --- /dev/null +++ b/debian-sid/control @@ -0,0 +1,45 @@ +Source: slv2 +Priority: extra +Maintainer: Dave Robillard <dave@drobilla.net> +Build-Depends: debhelper (>= 5), autotools-dev +Standards-Version: 3.7.3 +Section: libs + +Package: slv2 +Depends: slv2-9 +Recommends: lv2core +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-9-dev +Architecture: any +Description: Development files (headers) for SLV2 + Files required for compiling programs which use SLV2, and developer + documentation. + +Package: slv2-doc +Architecture: any +Description: Documentation for SLV2 + Man pages documenting the SLV2 API. + +Package: slv2-9 +Section: libs +Architecture: any +Pre-Depends: make +Depends: ${shlibs: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. + +Package: slv2-9-dev +Section: libdevel +Architecture: any +Pre-Depends: make +Depends: slv2 (= ${binary:Version}), librdf0-dev +Description: Development files (headers) for SLV2 + Files required for compiling programs which use SLV2, and developer + documentation. + |