diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-18 08:20:44 -0500 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2011-02-18 08:20:44 -0500 |
commit | a57cc53f85951ca2bde5a6c7a160256592a4deb8 (patch) | |
tree | 8db7ab8f11f2511c871fb25ee324231436f79006 /debian/control | |
parent | 1d60b533bd8f5e0e8d1db834c4bf94d6462e1e99 (diff) | |
parent | 4e7c1ace33165d7a658c1ee5f688ab1e4d8ca01a (diff) | |
download | ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.tar.gz ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.tar.bz2 ayatana-indicator-sound-a57cc53f85951ca2bde5a6c7a160256592a4deb8.zip |
* 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
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 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 |