diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 12:36:58 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 12:36:58 -0400 |
commit | aa4219ba4b09cfc6b71fba4879785560b4151b7c (patch) | |
tree | ec5248234cd76249ea896f7b6f3071b44240cc4b /debian/control | |
parent | 5d837327bdc2dbfdcd2b00e38a7317f4164a7e85 (diff) | |
download | ayatana-indicator-session-aa4219ba4b09cfc6b71fba4879785560b4151b7c.tar.gz ayatana-indicator-session-aa4219ba4b09cfc6b71fba4879785560b4151b7c.tar.bz2 ayatana-indicator-session-aa4219ba4b09cfc6b71fba4879785560b4151b7c.zip |
releasing version 0.2.90-0ubuntu1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 5099fe5..a4f557b 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,18 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), + libgtk-3-dev, libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, libindicator-dev (>= 0.3.19), - libdbusmenu-glib-dev (>= 0.3.91), - libdbusmenu-gtk-dev (>= 0.3.91), + libindicator3-dev (>= 0.3.19), + libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-gtk3-dev (>= 0.3.94), libpolkit-gobject-1-dev, intltool -Standards-Version: 3.8.2 +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-session Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu @@ -21,12 +24,31 @@ Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubunt Package: indicator-session Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower -Recommends: indicator-applet (>= 0.2) | indicator-renderer +Recommends: indicator-applet (>= 0.2) | indicator-renderer, + indicator-datetime-gtk2 Suggests: gdm Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus Replaces: indicator-sus -Description: An indicator showing session management, status and user switching. +Description: Indicator showing session management, status and user switching. + This indicator is designed to be placed on the right side of a panel and + give the user easy control for changing their instant message status. + Switching to another user. Starting a guest session. Or controlling the + status of their own session. . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. + +Package: indicator-session-gtk2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + indicator-session (= ${binary:Version}) +Recommends: indicator-applet (>= 0.2) | indicator-renderer +Suggests: gdm +Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus +Replaces: indicator-session (<< 0.2.90) +Description: Indicator showing session management, status and user switching. This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the |