diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 11:09:26 -0600 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 11:09:26 -0600 |
commit | 603ecf78d1f2e897ac60ecf585569c8758fe5d1e (patch) | |
tree | 9167ca38ac270c15ebf7be5d51ed56d714c1fdc6 /debian | |
parent | f4f168553cc7fc9ed09f76c805694abfcad70870 (diff) | |
parent | 500000a82b6785e2bf7732ee87f36c6a44d2767c (diff) | |
download | ayatana-indicator-sound-603ecf78d1f2e897ac60ecf585569c8758fe5d1e.tar.gz ayatana-indicator-sound-603ecf78d1f2e897ac60ecf585569c8758fe5d1e.tar.bz2 ayatana-indicator-sound-603ecf78d1f2e897ac60ecf585569c8758fe5d1e.zip |
releasing version 0.5.6-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 4b4666d..d756365 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-sound (0.5.6-0ubuntu1) natty; urgency=low + + * New upstream release. + - Port the sound indicator to the new dbusmenu (LP: #701145) + * debian/control + - Bumped build depends for dbusmenu to >= 0.3.91 + - Dropped unneeded build depends for libindicate-dev and dh-autoreconf + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 14 Jan 2011 10:53:50 -0600 + indicator-sound (0.5.5-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index b6a62ad..e737ac3 100644 --- a/debian/control +++ b/debian/control @@ -8,18 +8,15 @@ Build-Depends: debhelper (>= 7), autotools-dev, libglib2.0-dev (>= 2.22.3), libgtk2.0-dev (>= 2.12.0), - libdbus-glib-1-dev, - libdbusmenu-glib-dev (>= 0.3.90), - libdbusmenu-gtk-dev (>= 0.3.90) , + libdbusmenu-glib-dev (>= 0.3.91), + libdbusmenu-gtk-dev (>= 0.3.91) , libindicator-dev (>= 0.3.14), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), libido-0.1-dev (>= 0.1.11), libgconf2-dev, libgee-dev, - libindicate-dev (>= 0.4.1), libxml2-dev, - dh-autoreconf, valac-0.12 Standards-Version: 3.9.1 Homepage: https://launchpad.net/indicator-sound |