diff options
author | Ted Gould <ted@gould.cx> | 2012-02-07 21:16:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-07 21:16:40 -0600 |
commit | f4387695321cc9b7eebd05dba22a07820f2b74d9 (patch) | |
tree | ca18c0d598c841bdebe404b07639be7779adb339 /debian | |
parent | 42602a6b27c5e030d874b7e46e952dc38dd7aab8 (diff) | |
download | ayatana-indicator-session-f4387695321cc9b7eebd05dba22a07820f2b74d9.tar.gz ayatana-indicator-session-f4387695321cc9b7eebd05dba22a07820f2b74d9.tar.bz2 ayatana-indicator-session-f4387695321cc9b7eebd05dba22a07820f2b74d9.zip |
debian/control: Updating dbusmenu dep to 0.5.90
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index d90319c..de83a7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ indicator-session (0.3.90-0ubuntu1~ppa1) UNRELEASED; urgency=low * Add name hints to the indicators * bump version for release * Drop debian/patches/01-remove-dead-gss-handling.patch: Upstream + * debian/control: Updating dbusmenu dep to 0.5.90 - -- Ted Gould <ted@ubuntu.com> Tue, 07 Feb 2012 21:15:00 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 07 Feb 2012 21:16:19 -0600 indicator-session (0.3.7.1-1ubuntu2) precise; urgency=low diff --git a/debian/control b/debian/control index a09befd..557ccf2 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, libindicator-dev (>= 0.3.90), libindicator3-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.4.92), - libdbusmenu-gtk-dev (>= 0.4.92), - libdbusmenu-gtk3-dev (>= 0.4.92), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), libpolkit-gobject-1-dev, intltool Standards-Version: 3.9.2 |