[SCM] qjackctl/master: Move pulseaudio-utils into the

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 11 12:06:31 UTC 2011


The following commit has been merged in the master branch:
commit ad5991aadc2f74d84e4c8bafe60e2ffbd72579e2
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 11 14:00:09 2011 +0200

    Move pulseaudio-utils into the
    
    - Suggests field for Debian, since many users rely on PulseAudio,
      especially GNOME's ones.
    - Recommends field for Ubuntu in order to allow users to replace
      PulseAudio with JACK.

diff --git a/debian/control b/debian/control
index c4ff9c3..53d2ba2 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,9 @@ Package: qjackctl
 Architecture: any
 Depends: ${shlibs:Depends},
  jackd,
- ${dist:Depends},
  ${misc:Depends}
+Recommends: ${dist:Recommends}
+Suggests: pulseaudio-utils
 Description: User interface for controlling the JACK sound server
  Qjackctl offers a user interface for controlling the JACK sound server
  daemon. At the same time it figures as a JACK patch bay and monitoring
diff --git a/debian/rules b/debian/rules
index 75c7ac3..2d47fac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
-	DEB_DH_GENCONTROL_ARGS_qjackctl = -- -Vdist:Depends="pulseaudio-utils"
+	DEB_DH_GENCONTROL_ARGS_qjackctl = -- -Vdist:Recommends="pulseaudio-utils"
 else
-	DEB_DH_GENCONTROL_ARGS_qjackctl = -- -Vdist:Depends=""
+	DEB_DH_GENCONTROL_ARGS_qjackctl = -- -Vdist:Recommends=""
 endif
 
 DEB_MAKE_CLEAN_TARGET   := clean

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list