[SCM] gsequencer/master: Consistent package descriptions

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Aug 31 08:22:58 UTC 2016


The following commit has been merged in the master branch:
commit 02ea4ef8d9b8eea67a5debee0bcbd509333a639f
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Aug 31 10:15:49 2016 +0200

    Consistent package descriptions
    
    and removed the "following libraries are provided" stanzas:
    when installing the libags-audio package, i do expect that it provides
    the libags-audio library...

diff --git a/debian/control b/debian/control
index c6be642..8006f27 100644
--- a/debian/control
+++ b/debian/control
@@ -54,11 +54,6 @@ Description: Advanced Gtk+ Sequencer core library
  a tree hierarchy that is synced 1000 times per second per default. Since it is
  written in a object orientated manner you might want to override its default
  behaviour.
- The following libraries will be provided:
- .
- • libags
- • libags_thread
- • libags_server
 
 Package: libags-audio0
 Section: libs
@@ -69,9 +64,6 @@ Description: Advanced Gtk+ Sequencer audio processing library
  libags_audio is a tree based audio processing library built upon GObject and
  libags. It allows  you to do audio processing supporting LADSPA, DSSI and Lv2
  plugin support. Audio data is processed multi-threaded.
- The following libraries will be provided:
- .
- • libags_audio
 
 Package: libags-gui0
 Section: libs
@@ -79,11 +71,11 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libags-dev, libags-doc
 Description: Advanced Gtk+ Sequencer widget library
- libags_gui is a widget library built upon Gtk+-2.0. It contains at the moment a
- led, dial and indicator widget.
- The following libraries will be provided:
- .
- • libags_gui
+ libags_gui is a widget library built upon Gtk+-2.0.
+ It contains widgets like
+  - LED
+  - dial
+  - indicator
 
 Package: libags0-dev
 Section: libdevel
@@ -92,12 +84,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libags0
 Suggests: libags-doc
 Description: Advanced Gtk+ Sequencer core library (Development files)
  libags is a general purpose application context library built upon GObject
- providing persistence and configuration.
- The header files of following libraries will be provided:
- .
- • libags
- • libags_thread
- • libags_server
+ providing persistence and configuration. It allows you to organize threads in
+ a tree hierarchy that is synced 1000 times per second per default. Since it is
+ written in a object orientated manner you might want to override its default
+ behaviour.
  .
  This package includes the needed header files to develop with
  Advanced Gtk+ Sequencer base library.
@@ -109,10 +99,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libags-dev, libags-audio0
 Suggests: libags-audio-doc
 Description: Advanced Gtk+ Sequencer audio processing engine (Development files)
  libags_audio is a tree based audio processing library built upon GObject and
- libags.
- The header files of following library will be provided:
- .
- • libags_audio
+ libags. It allows  you to do audio processing supporting LADSPA, DSSI and Lv2
+ plugin support. Audio data is processed multi-threaded.
  .
  This package includes the needed header files to develop with
  Advanced Gtk+ Sequencer audio processing library.
@@ -123,10 +111,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libags-gui0
 Suggests: libags-gui-doc
 Description: Advanced Gtk+ Sequencer widget library (Development files)
- libags_dev is a widget library built upon Gtk+-2.0.
- The header files of following library will be provided:
- .
- • libags_gui
+ libags_gui is a widget library built upon Gtk+-2.0.
  .
  This package includes the needed header files to develop with
  Advanced Gtk+ Sequencer UI widget library.
@@ -147,9 +132,12 @@ Section: doc
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libags-dev
-Description: API documentation for Advanced Gtk+ Sequencer
+Description: Advanced Gtk+ Sequencer core library (API documentation)
  libags is a general purpose application context library built upon GObject
- providing persistence and configuration.
+ providing persistence and configuration. It allows you to organize threads in
+ a tree hierarchy that is synced 1000 times per second per default. Since it is
+ written in a object orientated manner you might want to override its default
+ behaviour.
  .
  This package contains the API reference in html format of
  Advanced Gtk+ Sequencer base library.
@@ -159,9 +147,10 @@ Section: doc
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libags-audio-dev
-Description: API documentation for Advanced Gtk+ Sequencer
- libags-audio is a tree based audio processing library built upon GObject and
- libags.
+Description: Advanced Gtk+ Sequencer audio processing engine (API documentation)
+ libags_audio is a tree based audio processing library built upon GObject and
+ libags. It allows  you to do audio processing supporting LADSPA, DSSI and Lv2
+ plugin support. Audio data is processed multi-threaded.
  .
  This package contains the API reference in html format of
  Advanced Gtk+ Sequencer audio processing library.
@@ -171,8 +160,8 @@ Section: doc
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libags-gui-dev
-Description: API documentation for Advanced Gtk+ Sequencer
- libags is a widget library built upon Gtk+-2.0.
+Description: Advanced Gtk+ Sequencer widget library (API documentation)
+ libags_gui is a widget library built upon Gtk+-2.0.
  .
  This package contains the API reference in html format of
  Advanced Gtk+ Sequencer UI widget library.

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list