[SCM] soundscaperenderer/master: inter-package dependencies

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Mar 5 15:43:33 UTC 2014


The following commit has been merged in the master branch:
commit c7b62cd01b16d963a6d0570b16b99b00e629e745
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 5 16:41:05 2014 +0100

    inter-package dependencies

diff --git a/debian/control.in b/debian/control.in
index 52efe2d..8dd758c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -25,7 +25,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/soundscaperender
 
 Package: soundscaperenderer-nox
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: soundscaperenderer-common,
+ ${shlibs:Depends},
  ${misc:Depends}
 Description: tool for real-time spatial audio reproduction (without X support)
  The SoundScape Renderer (SSR) is a tool for real-time spatial audio
@@ -36,19 +37,22 @@ Description: tool for real-time spatial audio reproduction (without X support)
 
 Package: soundscaperenderer
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: soundscaperenderer-common,
+ ${shlibs:Depends},
  ${misc:Depends}
 Description: tool for real-time spatial audio reproduction
  The SoundScape Renderer (SSR) is a tool for real-time spatial audio
  reproduction providing a variety of rendering algorithms, e.g. Wave Field
  Synthesis, Higher-Order Ambisonics and binaural techniques.
  .
- This package contains a version of SSR compiled with Qt.
+ This package contains a version of SSR compiled with graphical interface using
+ Qt.
 
 Package: soundscaperenderer-common
 Architecture: all
 Depends: ${shlibs:Depends},
  ${misc:Depends}
+Recommends: soundscaperenderer | soundscaperenderer-nox
 Description: tool for real-time spatial audio reproduction (common-files)
  The SoundScape Renderer (SSR) is a tool for real-time spatial audio
  reproduction providing a variety of rendering algorithms, e.g. Wave Field

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list