diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 13:39:56 -0500 |
commit | 4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (patch) | |
tree | 30a3542b051d6bf1f1622b78d94d1a8ef3ce6b18 /debian | |
parent | ec6b5962ff35174b341621edc7728b5ce1eaf7fd (diff) | |
parent | 088e938b68d4993f6c472cd4a9c7c7b5a52fbdb7 (diff) | |
download | ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.gz ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.tar.bz2 ayatana-indicator-sound-4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a.zip |
releasing version 0.6.0-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 284a61c..0c579e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +indicator-sound (0.6.0-0ubuntu1) natty; urgency=low + + * New upstream release. + - New voip slider will be displayed in the sound menu while in a call + - [Conexant CX20561(Hermosa)] No indicator that input is muted (LP: #683689) + - Ctrl+arrow jumps sound to max volume in indicator (LP: #669167) + - Fixed build with latest dbusmenu (LP: #717340) + - Ported to libnotify >= 0.7.0 + * debian/control + - Changed build depends for libnotify-dev to libnotify4-dev + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 18 Feb 2011 13:20:44 -0500 + indicator-sound (0.5.9-0ubuntu2) natty; urgency=low * debian/control diff --git a/debian/control b/debian/control index dd27d1c..96132b3 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 7), libgconf2-dev, libgee-dev, libxml2-dev, - libnotify-dev, + libnotify4-dev, valac-0.12, dh-autoreconf Standards-Version: 3.9.1 |