diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 11:43:58 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-08-27 11:43:58 -0400 |
commit | 5a36e5793ba422d5bff4cfaaea377be2d11f3874 (patch) | |
tree | e32033c4bc6d6b614871f9855b91efe383ddd578 /debian/control | |
parent | b60635ec5fe8d9f3ee4bc355c506c0d0f8c59e88 (diff) | |
download | ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.tar.gz ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.tar.bz2 ayatana-indicator-messages-5a36e5793ba422d5bff4cfaaea377be2d11f3874.zip |
* Update to fix build issue
* Fix to dereference the application menu items correctly so that
the signal handlers are dropped as well. (lp: #410251)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 53a3456..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0~bzr298), libindicate-gtk-dev (>= 0.2.0~bzr298), libindicator-dev (>= 0.2.0~bzr301), - libdbusmenu-gtk-dev (>= 0.0.2), - libdbusmenu-glib-dev (>= 0.0.2) + libdbusmenu-gtk-dev, + libdbusmenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |