diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 11:40:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 11:40:57 -0600 |
commit | 0bf3d06e9607b38285cd459749086b073bfcc5d9 (patch) | |
tree | 976cc49dcda7fe8be01a0aa51f599ca688322748 | |
parent | 44cc6e756788f6ec37343c93c178227b2b6d3ba1 (diff) | |
download | ayatana-indicator-application-0bf3d06e9607b38285cd459749086b073bfcc5d9.tar.gz ayatana-indicator-application-0bf3d06e9607b38285cd459749086b073bfcc5d9.tar.bz2 ayatana-indicator-application-0bf3d06e9607b38285cd459749086b073bfcc5d9.zip |
debian/control: Dbusmenu bump to 0.5.90
-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 |