diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:26:06 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 15:26:06 -0500 |
commit | 63dc2bbb7462077877e73b78e2f262a7c864996a (patch) | |
tree | 035e25cc975369656db704a8a26282b0bb8bd448 /debian/control | |
parent | c8694cfd4cce4c62c511c246ad0006bbb0b04a55 (diff) | |
download | ayatana-indicator-session-63dc2bbb7462077877e73b78e2f262a7c864996a.tar.gz ayatana-indicator-session-63dc2bbb7462077877e73b78e2f262a7c864996a.tar.bz2 ayatana-indicator-session-63dc2bbb7462077877e73b78e2f262a7c864996a.zip |
* debian/control:
- Add dh-autoreconf to Build-Depends.
- Adjust style to be consistent and use trailing commas in lists.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 232148f..43f3982 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: gnome Priority: optional Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 9), + dh-autoreconf, dh-translations, libgtk-3-dev, libglib2.0-dev (>= 2.33), @@ -26,9 +27,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, upower, - gnome-settings-daemon + gnome-settings-daemon, Recommends: indicator-applet (>= 0.2) | indicator-renderer, - packagekit-system-interface | packagekit + 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 |