From 25a1030fe4bdc1f5fb0ba54018175d8254ee1fcf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Jan 2008 02:18:00 +0000 Subject: SLV2 0.4.1. git-svn-id: http://svn.drobilla.net/lad/slv2@1027 a436a847-0d15-0410-975c-d299462d15a1 --- debian/control | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 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 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. + -- cgit v1.2.1