diff options
author | Ted Gould <ted@gould.cx> | 2014-02-25 15:39:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-25 15:39:14 -0600 |
commit | c8be4ce65b4aeccfa6e2d74850f32aa647efdb40 (patch) | |
tree | ddd6a8edf71b9261e60b606fb38418203af1db18 /debian | |
parent | c5dd9403344fdab2e8db6dd794f56a679d063bf9 (diff) | |
parent | 1bbfa7f3988d67f1086eb79368a47fb44ce998a9 (diff) | |
download | ayatana-indicator-sound-c8be4ce65b4aeccfa6e2d74850f32aa647efdb40.tar.gz ayatana-indicator-sound-c8be4ce65b4aeccfa6e2d74850f32aa647efdb40.tar.bz2 ayatana-indicator-sound-c8be4ce65b4aeccfa6e2d74850f32aa647efdb40.zip |
Update to trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 34 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 36 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eb3fedf..818a735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +indicator-sound (12.10.2+14.04.20140224-0ubuntu1) trusty; urgency=low + + [ Sebastien Bacher ] + * Remove the new added allow-applified key, it's moved to shared + schemas, that way the other desktop components don't need to depends + on indicator-sound only to read that settings + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 24 Feb 2014 14:33:07 +0000 + +indicator-sound (12.10.2+14.04.20140220-0ubuntu1) trusty; urgency=low + + [ Lars Uebernickel ] + * Add support for amplified volumes Add a settings key "allow- + amplified-volume" which controls whether the volume slider stops at + 100% or PA_VOLUME_UI_MAX. unity-control-center will provide a ui for + this key. + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 20 Feb 2014 18:13:42 +0000 + +indicator-sound (12.10.2+14.04.20140207-0ubuntu1) trusty; urgency=low + + [ Unit193 ] + * Drop the recommends to suggests for the control centers and system + settings so that flavors that don't seed those packages aren't stuck + with them. + + [ Ted Gould ] + * Adding acceptance tests and merge review policies. + + [ CI bot ] + * Adding acceptance tests and merge review policies + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 07 Feb 2014 16:26:07 +0000 + indicator-sound (12.10.2+14.04.20140124-0ubuntu1) trusty; urgency=low [ Robert Ancell ] diff --git a/debian/control b/debian/control index 84d3727..f026240 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,8 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pulseaudio, -Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings, + gsettings-ubuntu-schemas (>= 0.0.1+14.04.20140224), +Recommends: unity-control-center | gnome-control-center | ubuntu-system-settings | pavucontrol, Description: System sound indicator. System sound indicator which provides easy control of the PulseAudio sound daemon. |