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 a48587e..bbd3c85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ indicator-session (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Upstream release 0.2.1 * Dbusmenu 0.2.2 support * GNOME Screensaver fix (LP: #484603) + * debian/control: Upping dbusmenu dependency to 0.2.2 -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 17:28:46 -0800 diff --git a/debian/control b/debian/control index dc01976..939784c 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.2.0), - libdbusmenu-gtk-dev (>= 0.2.0), + libdbusmenu-glib-dev (>= 0.2.2), + libdbusmenu-gtk-dev (>= 0.2.2), libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 |