diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 274756f..e0c1e17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.2.0~dev-0ubuntu1~ppa3) 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> Tue, 22 Dec 2009 14:41:52 -0600 + indicator-session (0.1.7+r58-0ubuntu1) lucid; urgency=low * New snapshot for libindicator 0.3.0 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) |