diff options
author | Ted Gould <ted@canonical.com> | 2009-09-03 14:44:58 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-03 14:44:58 -0500 |
commit | 847d6955a4c8bb7275d89a5d70c6a4589f1eb07e (patch) | |
tree | ffe37c77a92b153ac84fcc9ff5855e732cda2af1 /debian | |
parent | ac5142a12db46ccde2ebd8f0421885da4fda57b7 (diff) | |
download | ayatana-indicator-session-847d6955a4c8bb7275d89a5d70c6a4589f1eb07e.tar.gz ayatana-indicator-session-847d6955a4c8bb7275d89a5d70c6a4589f1eb07e.tar.bz2 ayatana-indicator-session-847d6955a4c8bb7275d89a5d70c6a4589f1eb07e.zip |
debian/control: Increasing dbusmenu dep to 0.1.1
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 3becd9b..90ffd45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-session (0.1-0ubuntu1~ppa2~dbusmenu011r1) UNRELEASED; urgency=low * Upstream update for dbusmenu 0.1.1 + * debian/control: Increasing dbusmenu dep to 0.1.1 -- Ted Gould <ted@ubuntu.com> Thu, 03 Sep 2009 14:34:48 -0500 diff --git a/debian/control b/debian/control index b9ad314..7e6e1a6 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, libindicator-dev, - libdbusmenu-glib-dev (>= 0.1.0), - libdbusmenu-gtk-dev (>= 0.1.0), + libdbusmenu-glib-dev (>= 0.1.1), + libdbusmenu-gtk-dev (>= 0.1.1), libpolkit-gnome-dev, intltool Standards-Version: 3.8.2 |