[SCM] gsequencer/master: fixed weak library dependency and tweaked descriptions

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Wed Aug 31 02:37:33 UTC 2016


The following commit has been merged in the master branch:
commit 9ca010d2010a75372f80490e68156770e4d9e8a9
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Wed Aug 31 03:14:21 2016 +0200

    fixed weak library dependency and tweaked descriptions

diff --git a/debian/control b/debian/control
index b72c25a..cf59d34 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libags0
 Suggests: libags-audio-dev, libags-audio-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer audio processing library
- libags-audio is a tree based audio processing library built upon GObject and
+ 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:
@@ -82,13 +82,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libags-dev, libags-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer widget library
- libags is a widget library built upon Gtk+-2.0. It contains at the moment a
+ 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
 
-Package: libags-dev
+Package: libags0-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libags0
@@ -106,14 +106,14 @@ Description: Advanced Gtk+ Sequencer core library (Development files)
  This package includes the needed header files to develop with
  Advanced Gtk+ Sequencer base library.
 
-Package: libags-audio-dev
+Package: libags-audio0-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libags-dev, libags-audio0
 Suggests: libags-audio-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer audio processing engine (Development files)
- libags-audio is a tree based audio processing library built upon GObject and
+ libags_audio is a tree based audio processing library built upon GObject and
  libags.
  The header files of following library will be provided:
  .
@@ -122,14 +122,14 @@ Description: Advanced Gtk+ Sequencer audio processing engine (Development files)
  This package includes the needed header files to develop with
  Advanced Gtk+ Sequencer audio processing library.
 
-Package: libags-gui-dev
+Package: libags-gui0-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libags-gui0
 Suggests: libags-gui-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer widget library (Development files)
- libags is a widget library built upon Gtk+-2.0.
+ libags_dev is a widget library built upon Gtk+-2.0.
  The header files of following library will be provided:
  .
  • libags_gui

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list