diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-11-16 12:13:45 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-11-16 12:13:45 -0600 |
commit | e327e99d20090889b848ca0aad450503fb18301e (patch) | |
tree | 33324cd60899301ac714f93c0c53be9efcc565a8 /debian/control | |
parent | f2847c772b1a4eeb19a8052503eaa4968e46d16a (diff) | |
parent | 1f43c3a642d6e8b6bc42b4bc63f232fb2f35dd6c (diff) | |
download | ayatana-indicator-session-e327e99d20090889b848ca0aad450503fb18301e.tar.gz ayatana-indicator-session-e327e99d20090889b848ca0aad450503fb18301e.tar.bz2 ayatana-indicator-session-e327e99d20090889b848ca0aad450503fb18301e.zip |
sync with trunk
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..de9dc22 --- /dev/null +++ b/debian/control @@ -0,0 +1,48 @@ +Source: indicator-session +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 9), + dh-autoreconf, + dh-translations, + intltool, + gnome-common, + libxorg-gtest-dev, + libgtest-dev, + libdbustest1-dev, + dbus-test-runner, + 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, +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/indicator-session +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04/files + +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. |