diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 11:15:18 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 11:15:18 -0500 |
commit | 1bfebb7910321dbbd16778d58c553e3f47e46220 (patch) | |
tree | c54428e525ee4b2640d22a44475ccfbc92a3ed5c /debian/control | |
parent | 81976a21a0cf3e0035896d9e3c9548773d58e65c (diff) | |
parent | 31c18f6eda48e5ce6f28231585c53a53bd971e04 (diff) | |
download | ayatana-indicator-session-1bfebb7910321dbbd16778d58c553e3f47e46220.tar.gz ayatana-indicator-session-1bfebb7910321dbbd16778d58c553e3f47e46220.tar.bz2 ayatana-indicator-session-1bfebb7910321dbbd16778d58c553e3f47e46220.zip |
Sync to U. Desktop
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 5099fe5..cd7d6f2 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 @@ -25,8 +28,26 @@ Recommends: indicator-applet (>= 0.2) | indicator-renderer 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 |