diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-03-18 15:51:22 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-03-18 15:51:22 -0400 |
commit | c9f8825069f3c7c26ba332b8b8a9b97ea18bc682 (patch) | |
tree | 89367a2efb429987edcc6bac096ff7160c520c51 /debian | |
parent | 65e9d7ec10a2fa57c7e123f3733d2bd385f4d657 (diff) | |
parent | d51bf7d31390a50eb79beaf20a10bdcfed28f67b (diff) | |
download | ayatana-indicator-sound-c9f8825069f3c7c26ba332b8b8a9b97ea18bc682.tar.gz ayatana-indicator-sound-c9f8825069f3c7c26ba332b8b8a9b97ea18bc682.tar.bz2 ayatana-indicator-sound-c9f8825069f3c7c26ba332b8b8a9b97ea18bc682.zip |
* New upstream release.
- can't change audio using mouse wheel (LP: #521046)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ddd38fb..a890502 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (0.2.1-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + - can't change audio using mouse wheel (LP: #521046) + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 18 Mar 2010 15:07:24 -0400 + indicator-sound (0.1.3.1-0ubuntu2) lucid; urgency=low * Backport upstream changes to fix those issues: diff --git a/debian/control b/debian/control index fd71773..1d81a25 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7), libdbus-glib-1-dev, libdbusmenu-glib-dev (>= 0.2.3), libdbusmenu-gtk-dev (>= 0.2.3) , - libindicator-dev (>= 0.3.5), + libindicator-dev (>= 0.3.6), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), libido-0.1-dev (>= 0.1.2), |