[SCM] gsequencer/master: fixed too long lines, package names and Depends field

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 78e54a6c40f249babd5f0e77229a9dd917e5588b
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Wed Aug 31 02:57:47 2016 +0200

    fixed too long lines, package names and Depends field

diff --git a/debian/control b/debian/control
index 8b574cc..b72c25a 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/gsequencer.git
 
 Package: gsequencer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libags, libags-audio, libags-gui
+Depends: ${shlibs:Depends}, ${misc:Depends}, libags0, libags-audio0, libags-gui0
 Suggests: hydrogen, hydrogen-drumkits, fluid-soundfont-gm, fluid-soundfont-gs, musescore-soundfont-gm
 Description: Advanced Gtk+ Sequencer audio processing engine
  Advanced GTK+ Sequencer is intended to be used for music composition.
@@ -43,46 +43,47 @@ Description: Advanced Gtk+ Sequencer audio processing engine
  add or remove audio channels/pads. You may set up a fully functional
  network of engines, thus there is a link editor for linking audio lines.
 
-Package: libags
-Section: lib
+Package: libags0
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libags-dev, libags-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer core library
- libags is a general purpose application context library built upon GObject 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.
+ libags is a general purpose application context library built upon GObject
+ 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.
  The following libraries will be provided:
  .
  • libags
  • libags_thread
  • libags_server
 
-Package: libags-audio
-Section: lib
+Package: libags-audio0
+Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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. It
- allows  you to do audio processing supporting LADSPA, DSSI and Lv2 plugin support. Audio
- data is processed multi-threaded.
+ 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-gui
-Section: lib
+Package: libags-gui0
+Section: libs
 Architecture: any
 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 led, dial and
- indicator widget.
+ libags 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
@@ -90,12 +91,12 @@ Description: Advanced Gtk+ Sequencer widget library
 Package: libags-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libags0
 Suggests: libags-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer core library (Development files)
- libags is a general purpose application context library built upon GObject providing
- persistence and configuration.
+ 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
@@ -108,11 +109,12 @@ Description: Advanced Gtk+ Sequencer core library (Development files)
 Package: libags-audio-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libags-dev
+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.
+ 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
@@ -123,7 +125,7 @@ Description: Advanced Gtk+ Sequencer audio processing engine (Development files)
 Package: libags-gui-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libags-gui0
 Suggests: libags-gui-doc
 Recommends: gsequencer
 Description: Advanced Gtk+ Sequencer widget library (Development files)
@@ -152,8 +154,8 @@ Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: libags-dev
 Description: API documentation for Advanced Gtk+ Sequencer
- libags is a general purpose application context library built upon GObject providing
- persistence and configuration.
+ libags is a general purpose application context library built upon GObject
+ providing persistence and configuration.
  .
  This package contains the API reference in html format of
  Advanced Gtk+ Sequencer base library.
@@ -164,7 +166,8 @@ 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.
+ libags-audio is a tree based audio processing library built upon GObject and
+ libags.
  .
  This package contains the API reference in html format of
  Advanced Gtk+ Sequencer audio processing library.

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list