summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-07 02:18:00 +0000
committerDavid Robillard <d@drobilla.net>2008-01-07 02:18:00 +0000
commit25a1030fe4bdc1f5fb0ba54018175d8254ee1fcf (patch)
tree10a89fab03a7c496131fd406ca08a564d02b446f /debian/control
parent555f78be62d54a9268201523c4baebdec4e705b9 (diff)
downloadlilv-25a1030fe4bdc1f5fb0ba54018175d8254ee1fcf.tar.gz
lilv-25a1030fe4bdc1f5fb0ba54018175d8254ee1fcf.tar.bz2
lilv-25a1030fe4bdc1f5fb0ba54018175d8254ee1fcf.zip
SLV2 0.4.1.
git-svn-id: http://svn.drobilla.net/lad/slv2@1027 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 25 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 7780719..5e35a7f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,37 @@ Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.3
Section: libs
+Package: slv2
+Depends: slv2-6
+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
-Section: libdevel
+Depends: slv2-6-dev
Architecture: any
-Depends: slv2 (= ${binary:Version}), librdf0-dev
Description: Development files (headers) for SLV2
- Files required for compiling programs which use SLV2.
+ Files required for compiling programs which use SLV2, and developer
+ documentation.
-Package: slv2
+Package: slv2-6
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, librdf0
+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-6-dev
+Provides: slv2-dev
+Conflicts: slv2-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.
+