diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8a6c26f..500d1b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.0-0ubuntu1~ppa3) UNRELEASED; urgency=low * Upstream usage of new Dbusmenu 0.1.1 defines. + * debian/control: Increasing Dbusmenu dependencies. -- Ted Gould <ted@ubuntu.com> Fri, 04 Sep 2009 13:48:49 -0500 diff --git a/debian/control b/debian/control index 751c3aa..698314a 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.1.0), - libdbusmenu-glib-dev (>= 0.1.0) + libdbusmenu-gtk-dev (>= 0.1.1), + libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |