diff options
author | Ted Gould <ted@gould.cx> | 2011-01-28 11:17:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-28 11:17:07 -0600 |
commit | 7084edf414c54d5b4855bab7b1356b34f5092819 (patch) | |
tree | f276c9b66f1032acd42b5447a95eb839402ac138 /debian | |
parent | e2f2f727c261b935108ba24f5caef193807394e6 (diff) | |
parent | 0aa7d57884dce1cf348398b70c6f550381ed7397 (diff) | |
download | ayatana-indicator-session-7084edf414c54d5b4855bab7b1356b34f5092819.tar.gz ayatana-indicator-session-7084edf414c54d5b4855bab7b1356b34f5092819.tar.bz2 ayatana-indicator-session-7084edf414c54d5b4855bab7b1356b34f5092819.zip |
Sync to U. Desktop
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 28 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7f5c53d..f4e8088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +indicator-session (0.2.11-0ubuntu1) natty; urgency=low + + * New upstream release. + - Ported to gdbus and dbusmenu 0.4 + - indicator-session-service crashed with signal 5 in + g_type_create_instance() (LP: #611257) + * debian/control + - Bumped build depends for dbusmenu to >= 0.3.91 + - Bumped build depends libindicator-dev >= 0.3.16 + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 14 Jan 2011 13:20:16 -0600 + +indicator-session (0.2.10-0ubuntu4) natty; urgency=low + + * debian/control + - Bump build depends for libdbusmenu-* to >= 0.3.90 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:38:49 -0500 + +indicator-session (0.2.10-0ubuntu3) maverick; urgency=low + + * Backport upstream revision 129 to fix a crasher (lp: #611257) + + -- Sebastien Bacher <seb128@ubuntu.com> Wed, 29 Sep 2010 15:16:28 +0200 + indicator-session (0.2.10-0ubuntu2) maverick; urgency=low * Rebuild for libindicator ABI change (LP: #637692) diff --git a/debian/control b/debian/control index 2bd3295..aea621f 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - libindicator-dev (>= 0.3.14), - libdbusmenu-glib-dev (>= 0.2.2), - libdbusmenu-gtk-dev (>= 0.2.2), + libindicator-dev (>= 0.3.16), + libdbusmenu-glib-dev (>= 0.3.91), + libdbusmenu-gtk-dev (>= 0.3.91), libpolkit-gobject-1-dev, intltool Standards-Version: 3.8.2 |