From a8d98f5d7aed169b87880caf0738998b348d698a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 5 Aug 2013 13:57:24 -0400 Subject: * debian/control: - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing. * debian/compat: bump to compat level 9. * debian/source/format: make sure we're using format 1.0. --- debian/control | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 90eb2451..ec8a177b 100644 --- a/debian/control +++ b/debian/control @@ -3,32 +3,35 @@ Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: William Hua -Build-Depends: quilt, - debhelper (>= 9.0.0), - dh-autoreconf, - dh-translations, - libgirepository1.0-dev, - valac, - libgee-dev, - libgtk-3-dev, - libgnome-desktop-3-dev, - libgnomekbd-dev, - libibus-1.0-dev (>= 1.5.0), - libbamf3-dev, - dbus, - xvfb, - xauth +Build-Depends: + debhelper (>= 9.0.0), + quilt, + dh-autoreconf, + dh-translations, + dbus, + libbamf3-dev, + libgee-dev, + libgirepository1.0-dev, + libgnome-desktop-3-dev, + libgnomekbd-dev, + libgtk-3-dev, + libibus-1.0-dev (>= 1.5.0), + valac, + xauth, + xvfb, Standards-Version: 3.9.4 Homepage: https://code.launchpad.net/indicator-keyboard # 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/~attente/indicator-keyboard/trunk -Vcs-Browser: https://bazaar.launchpad.net/~attente/indicator-keyboard/trunk/files +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-keyboard/trunk +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-develpers/indicator-keyboard/trunk/files Package: indicator-keyboard Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Keyboard indicator - This package contains the keyboard indicator. + This package contains the keyboard indicator, which should show as an icon in + the top panel when using the Unity environment. It can be used to switch + key layouts or languages, and helps the user identifying which layouts are + currently in use. -- cgit v1.2.3