diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:13:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 13:13:28 -0500 |
commit | 1e460db90b903c62e8e9c31047e2c675ad432d55 (patch) | |
tree | bdf19812540ce5cbe54ddc44ae2a2786c1efa966 /debian/control | |
parent | d96e16ad7ffdea4807f942ac4b452a6dc607a1fa (diff) | |
parent | e012a31aa9a8420873a4b36ba64afeed6202e18f (diff) | |
download | ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.tar.gz ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.tar.bz2 ayatana-indicator-session-1e460db90b903c62e8e9c31047e2c675ad432d55.zip |
* 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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 3 insertions, 4 deletions
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 |