diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 274756f..8761b32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-session (0.2.0-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.0 + * Removing status support + * Merging the users service and the session service + * debian/control: Updating to depend on dbusmenu 0.2.0 or higher. + * debian/control: Dropping build depends for libtelepathy-glib-dev + + -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 09:33:15 -0600 + indicator-session (0.1.7+r58-0ubuntu1) lucid; urgency=low * New snapshot for libindicator 0.3.0 diff --git a/debian/control b/debian/control index 964bbbb..dc01976 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,10 @@ Build-Depends: debhelper (>= 5.0), libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.0), - libdbusmenu-glib-dev (>= 0.1.2), - libdbusmenu-gtk-dev (>= 0.1.2), + libdbusmenu-glib-dev (>= 0.2.0), + libdbusmenu-gtk-dev (>= 0.2.0), libpolkit-gobject-1-dev, - intltool, - libtelepathy-glib-dev (>= 0.9.0) + intltool Standards-Version: 3.8.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu |