diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 790a3c6..85ef594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-session (0.2.92-0ubuntu1) UNRELEASED; urgency=low +indicator-session (0.2.92-0ubuntu1) oneiric; urgency=low + [ Ted Gould ] * New upstream release. (0.2.91) * Integrates with LightDM now * Moved to libindicator 0.4 @@ -7,7 +8,11 @@ indicator-session (0.2.92-0ubuntu1) UNRELEASED; urgency=low * Fixed dist'ing the XML files * debian/control: Move suggests from gdm to lightdm - -- Ted Gould <ted@ubuntu.com> Thu, 07 Jul 2011 11:29:48 -0500 + [ Ken VanDine ] + * debian/control + - bumped build depends for libindicator to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Jul 2011 14:59:44 -0400 indicator-session (0.2.90-0ubuntu3) oneiric; urgency=low diff --git a/debian/control b/debian/control index a5cb161..4f2d296 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.19), - libindicator3-dev (>= 0.3.19), + libindicator-dev (>= 0.3.90), + libindicator3-dev (>= 0.3.90), libdbusmenu-glib-dev (>= 0.3.90), libdbusmenu-gtk-dev (>= 0.3.94), libdbusmenu-gtk3-dev (>= 0.3.94), |