[SCM] lv2dynparam1 packaging branch, master, updated. upstream/2-17-g4133d11

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 1 22:14:38 UTC 2009


The following commit has been merged in the master branch:
commit e1205a3637439d7890efb69691e3459fefc812c3
Author: miramikes <mira at debian.(none)>
Date:   Wed Sep 2 00:12:40 2009 +0200

    divide in two packages lib and lib-dev

diff --git a/debian/control b/debian/control
index 8026f2a..b8517be 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,11 @@ Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2dynparam1.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2dynparam1.git;a=summary
 Homepage: http://download.gna.org/lv2dynparam/
 
-Package: lv2dynparam1
+Package: liblv2dynparam1
+Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: lv2dynparam is a LV2 plugin interface extension
  that enables plugin parameters to appear and disappear
  (i.e. number of voices).
@@ -28,4 +30,25 @@ Description: lv2dynparam is a LV2 plugin interface extension
  to expose functionality in more usable,
  from programmer point of view, interface.
  .
+ This package contains the shared library for liblv2dynparam1.
 
+Package: liblv2dynparam1-dev
+Section: libdevel
+Architecture: any
+Depends: liblv2dynparam1 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: lv2dynparam is a LV2 plugin interface extension
+ that enables plugin parameters to appear and disappear
+ (i.e. number of voices).
+ It also allows nested grouping of parameters.
+ Groups can be used for things like ADSR abstraction,
+ i.e. group of 4 float parameters.
+ .
+ The extension consists of a header describing the extension
+ interface and libraries, one for plugins and one for hosts,
+ to expose functionality in more usable,
+ from programmer point of view, interface.
+ .
+ This package contains the headers used to build applications
+ that use liblv2dynparam1.

-- 
lv2dynparam1 packaging



More information about the pkg-multimedia-commits mailing list