diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a49266f..a762724 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-sound (0.5.2-0ubuntu2) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:44:02 -0500 + indicator-sound (0.5.2-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 6429cfc..dab145b 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 7), libglib2.0-dev (>= 2.22.3), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, - libdbusmenu-glib-dev (>= 0.3.1), - libdbusmenu-gtk-dev (>= 0.2.3) , + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90) , libindicator-dev (>= 0.3.14), libpulse-dev (>= 0.9.18), libpulse-mainloop-glib0 (>= 0.9.18), |