diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 237fadd..b6f24dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-sound (12.10.2+14.10.20141001-0ubuntu2) utopic; urgency=medium + + * debian/control: adjusting libpulse-dev version deps + * Support for volumes per role covered by FFe LP: #1368827 + + -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Wed, 01 Oct 2014 23:57:15 -0300 + +indicator-sound (12.10.2+14.10.20141001-0ubuntu1) utopic; urgency=low + + [ Ricardo Salveti de Araujo ] + * Adding support to change volumes per active audio role. + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 01 Oct 2014 03:53:54 +0000 + indicator-sound (12.10.2+14.10.20140611-0ubuntu1) utopic; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index fedb664..d6c52bf 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 9.0), libglib2.0-dev (>= 2.22.3), libgtest-dev, liburl-dispatcher1-dev, - libpulse-dev (>= 0.9.18), + libpulse-dev (>= 1:4.0-0ubuntu21), libpulse-mainloop-glib0 (>= 0.9.18), libnotify-dev, libgee-dev, |