diff options
author | Unit193 <unit193@Vanir> | 2014-01-28 01:00:38 -0500 |
---|---|---|
committer | Unit193 <unit193@Vanir> | 2014-01-28 01:00:38 -0500 |
commit | b1f2e733c521b83d4417c8d354aac8fcd0c4f126 (patch) | |
tree | c4a0c5b30113027671943ada77c593368ecdc1ef /debian/control | |
parent | 61c6ebe13c20c87711276541d29c20f39cf33ecf (diff) | |
download | ayatana-indicator-sound-b1f2e733c521b83d4417c8d354aac8fcd0c4f126.tar.gz ayatana-indicator-sound-b1f2e733c521b83d4417c8d354aac8fcd0c4f126.tar.bz2 ayatana-indicator-sound-b1f2e733c521b83d4417c8d354aac8fcd0c4f126.zip |
Dropped Recommends to Suggests, indicator-sound isn't used to install those packages anyway, and it's highly irritating having to 'manually' update indicator-sound with --no-install-recommends on the other flavors.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 55aae86..8235ac9 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio, -Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings, +Suggests: unity-control-center | gnome-control-center | ubuntu-system-settings, Description: System sound indicator. System sound indicator which provides easy control of the PulseAudio sound daemon. |