summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.
+