diff options
-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 2502484..5dde41e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-session (0.2.0~dev-0ubuntu1~ppa3~dm1) UNRELEASED; urgency=low * Updating to use dbusmenu 0.2.0 + * debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher. -- Ted Gould <ted@ubuntu.com> Fri, 18 Dec 2009 21:13:35 -0600 diff --git a/debian/control b/debian/control index 964bbbb..3e76061 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.2), - libdbusmenu-gtk-dev (>= 0.1.2), + libdbusmenu-glib-dev (>= 0.2.0~dev), + libdbusmenu-gtk-dev (>= 0.2.0~dev), libpolkit-gobject-1-dev, intltool, libtelepathy-glib-dev (>= 0.9.0) |