diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1c33576..3b2a96f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. - Use the dh sequencer with autoreconf. - Override dh_autoreconf to run autogen.sh. + * debian/control: + - Add dh-autoreconf to Build-Depends. + - Adjust style to be consistent and use trailing commas in lists. -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 15:22:44 -0500 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 |