diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 15:31:59 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 15:31:59 -0400 |
commit | 8560474e28215aabd0d1dfa99e6e93656af7b9e7 (patch) | |
tree | 5c32930cf0cd8a1ee0a69644dc71b9650f0813d1 /debian | |
parent | 1f2a83323b5fa9c46c581d5a08be9798691e6e71 (diff) | |
download | ayatana-indicator-session-8560474e28215aabd0d1dfa99e6e93656af7b9e7.tar.gz ayatana-indicator-session-8560474e28215aabd0d1dfa99e6e93656af7b9e7.tar.bz2 ayatana-indicator-session-8560474e28215aabd0d1dfa99e6e93656af7b9e7.zip |
releasing version 0.2.92-0ubuntu1
Diffstat (limited to 'debian')
-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), |