[SCM] lv2dynparam1 packaging branch, master, updated. upstream/2-32-g60139b7

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Sep 12 01:05:06 UTC 2009


The following commit has been merged in the master branch:
commit db089c0c1e1e68bd140c450de8b829473f7e1bde
Author: miramikes <mira at debian.(none)>
Date:   Sat Sep 12 03:03:02 2009 +0200

    Improved "Descriptions" fields in control file

diff --git a/debian/control b/debian/control
index 796ea44..e306320 100644
--- a/debian/control
+++ b/debian/control
@@ -18,43 +18,34 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: lv2dynparam is a LV2 plugin interface extension
+Description: LV2 plugin interface extension - host
  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 shared library for liblv2dynparam1.
+ This package contains the shared library for liblv2dynparamhost1-1.
 
 Package: liblv2dynparamplugin1-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: lv2dynparam is a LV2 plugin interface extension
+Description: LV2 plugin interface extension - plugin
  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 shared library for liblv2dynparam1.
+ This package contains the shared library for liblv2dynparamplugin1-0.
 
 Package: liblv2dynparam1-dev
 Section: libdevel
 Architecture: any
-Depends: liblv2dynparam1 (= ${binary:Version}),
+Depends: liblv2dynparamhost1-1   (= ${binary:Version}),
+         liblv2dynparamplugin1-0 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Description: lv2dynparam is a LV2 plugin interface extension
@@ -70,4 +61,4 @@ Description: lv2dynparam is a LV2 plugin interface extension
  from programmer point of view, interface.
  .
  This package contains the headers used to build applications
- that use liblv2dynparam1.
+ that use liblv2dynparamhost1-1 and liblv2dynparamplugin1-0.

-- 
lv2dynparam1 packaging



More information about the pkg-multimedia-commits mailing list