diff options
author | Ted Gould <ted@canonical.com> | 2009-05-27 12:09:42 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-27 12:09:42 +0200 |
commit | f0729c3e47a7d6455940b4d238d95268b58fc58a (patch) | |
tree | 5d25087732cc001b9b6a3c293245ffc5198bb2cf /debian/control | |
parent | 7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed (diff) | |
download | ayatana-indicator-messages-f0729c3e47a7d6455940b4d238d95268b58fc58a.tar.gz ayatana-indicator-messages-f0729c3e47a7d6455940b4d238d95268b58fc58a.tar.bz2 ayatana-indicator-messages-f0729c3e47a7d6455940b4d238d95268b58fc58a.zip |
debian/control: Adding in a build dependency on libdbusmenu-glib and
libdbusmenu-gtk to catch up with the merge.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b53e505..95abc00 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 5.0), scrollkeeper, intltool, libindicate-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301) + libindicator-dev (>= 0.2.0~bzr301), + libdbumenu-gtk-dev, + libdbumenu-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 |