diff options
author | Ted Gould <ted@gould.cx> | 2010-01-11 09:08:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-11 09:08:32 -0600 |
commit | 6b1eb40c2c770d72b16c8e3531e2b65066983d32 (patch) | |
tree | bdf19812540ce5cbe54ddc44ae2a2786c1efa966 | |
parent | e012a31aa9a8420873a4b36ba64afeed6202e18f (diff) | |
parent | 1e460db90b903c62e8e9c31047e2c675ad432d55 (diff) | |
download | ayatana-indicator-session-6b1eb40c2c770d72b16c8e3531e2b65066983d32.tar.gz ayatana-indicator-session-6b1eb40c2c770d72b16c8e3531e2b65066983d32.tar.bz2 ayatana-indicator-session-6b1eb40c2c770d72b16c8e3531e2b65066983d32.zip |
Updates from desktop team
-rw-r--r-- | debian/changelog | 26 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 7 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog index ef4eb24..8761b32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,30 +1,12 @@ -indicator-session (0.2.0-0ubuntu1~ppa1) karmic; urgency=low +indicator-session (0.2.0-0ubuntu1) lucid; urgency=low * Upstream release 0.2.0 - - -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 09:33:15 -0600 - -indicator-session (0.2.0~dev-0ubuntu1~ppa5) karmic; urgency=low - - * Upstream merge - * Distcheck fixes - - -- Ted Gould <ted@ubuntu.com> Tue, 05 Jan 2010 23:39:06 -0600 - -indicator-session (0.2.0~dev-0ubuntu1~ppa4) karmic; urgency=low - - * Upstream merge * 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> Tue, 05 Jan 2010 22:44:55 -0600 - -indicator-session (0.2.0~dev-0ubuntu1~ppa3) karmic; urgency=low - - * Updating to use dbusmenu 0.2.0 - * debian/control: Updating to depend on dbusmenu 0.2.0~dev or higher. - - -- Ted Gould <ted@ubuntu.com> Tue, 22 Dec 2009 14:44:35 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 09:33:15 -0600 indicator-session (0.1.7+r58-0ubuntu1) lucid; urgency=low diff --git a/debian/control b/debian/control index 3e76061..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.2.0~dev), - libdbusmenu-gtk-dev (>= 0.2.0~dev), + 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 |