diff options
author | Ted Gould <ted@canonical.com> | 2009-08-26 20:32:17 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-26 20:32:17 -0500 |
commit | a389ed216573aab0b143773f3b0d1bf994fe5a80 (patch) | |
tree | 74d11ee7492346a7d02ed0f3efe2c22a7e023629 /debian/control | |
parent | 442d69cb4a309e47bb37b857b28a3ea3b9f75331 (diff) | |
download | ayatana-indicator-messages-a389ed216573aab0b143773f3b0d1bf994fe5a80.tar.gz ayatana-indicator-messages-a389ed216573aab0b143773f3b0d1bf994fe5a80.tar.bz2 ayatana-indicator-messages-a389ed216573aab0b143773f3b0d1bf994fe5a80.zip |
debian/control: Adding dependency information for libdbusmenu
to say >= 0.0.2 to match upstream build system.
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 32b0ae9..53a3456 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, - libdbusmenu-glib-dev + libdbusmenu-gtk-dev (>= 0.0.2), + libdbusmenu-glib-dev (>= 0.0.2) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |