diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:20:13 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:20:13 -0500 |
commit | ed9bc739a7cea30c519141727bcb054d50686701 (patch) | |
tree | 7c84fe57321b8763368bac37edc1d88408e61b43 /debian/control | |
parent | a7b8ed9c8c18e48c51d08ca1b0ef0ab3de485461 (diff) | |
parent | 5865612f42611c02aadc4f5bd14dc728d10f05bb (diff) | |
download | ayatana-indicator-session-ed9bc739a7cea30c519141727bcb054d50686701.tar.gz ayatana-indicator-session-ed9bc739a7cea30c519141727bcb054d50686701.tar.bz2 ayatana-indicator-session-ed9bc739a7cea30c519141727bcb054d50686701.zip |
Import debian/ from lp:~ubuntu-desktop/indicator-session/ubuntu.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..232148f --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: indicator-session +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 9), + dh-translations, + libgtk-3-dev, + libglib2.0-dev (>= 2.33), + libgconf2-dev, + libdbus-glib-1-dev, + gnome-doc-utils, + libindicator3-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90), + libpackagekit-glib2-dev, + libpolkit-gobject-1-dev, + intltool, + libxorg-gtest-dev, +Standards-Version: 3.9.3 +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 + +Package: indicator-session +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + upower, + gnome-settings-daemon +Recommends: indicator-applet (>= 0.2) | indicator-renderer, + packagekit-system-interface | packagekit +Suggests: lightdm +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. |