diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index da83a06..35cdf8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-session (0.3.3-0ubuntu1) UNRELEASED; urgency=low +indicator-session (0.3.3-0ubuntu1) oneiric; urgency=low * New upstream release. - User menu should still show even if there is only 1 user (LP: #831758) @@ -8,6 +8,8 @@ indicator-session (0.3.3-0ubuntu1) UNRELEASED; urgency=low - Users list in shutdown menu is not updated on user deletion (LP: #557608) - should use gsettings rather than gconf (LP: #656323) + * debian/control + - Bump dbusmenu build dep to >= 0.4.92 -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Aug 2011 08:58:56 -0400 diff --git a/debian/control b/debian/control index af1db07..b7b19de 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.90), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), + libdbusmenu-glib-dev (>= 0.4.92), + libdbusmenu-gtk-dev (>= 0.4.92), + libdbusmenu-gtk3-dev (>= 0.4.92), libpolkit-gobject-1-dev, intltool Standards-Version: 3.9.2 |