diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 1dfdc32..f1bbbfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ indicator-application (0.4.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Fixing variant usage * Adding support for the Title property * Fixing to work with Dbusmenu 0.5.90 + * debian/control: Dbusmenu bump to 0.5.90 - -- Ted Gould <ted@ubuntu.com> Wed, 08 Feb 2012 11:31:13 -0600 + -- Ted Gould <ted@ubuntu.com> Wed, 08 Feb 2012 11:32:34 -0600 indicator-application (0.4.0-0ubuntu2) precise; urgency=low diff --git a/debian/control b/debian/control index c83899d..b25bb5a 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 5.0), libappindicator3-dev (>= 0.2.91), libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.94), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94) + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu |