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 | |
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')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cf24890..7ff883d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-messages (0.2.0~bzr120~dbusmenu1-0ubuntu1) UNRELEASED; urgency=low * Merge in the dbusmenu changes from the dbusmenu branch + * debian/control: Adding in a build dependency on libdbusmenu-glib and + libdbusmenu-gtk to catch up with the merge. -- Ted Gould <ted@ubuntu.com> Wed, 27 May 2009 12:06:52 +0200 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 |