aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-08-09 12:53:07 -0400
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-08-09 12:53:07 -0400
commit624b11490965581fc1cc2eb21fdd7f74d065bd4d (patch)
tree971e0110792092dbabb92870498ed09e33e8dd47 /debian/control
parent0e3bb46532e1858f2cfee808bd66efa225cb2d94 (diff)
parent9d2aacb967186c594cc4582310080a5ce299a022 (diff)
downloadayatana-indicator-keyboard-624b11490965581fc1cc2eb21fdd7f74d065bd4d.tar.gz
ayatana-indicator-keyboard-624b11490965581fc1cc2eb21fdd7f74d065bd4d.tar.bz2
ayatana-indicator-keyboard-624b11490965581fc1cc2eb21fdd7f74d065bd4d.zip
* 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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control29
1 files changed, 16 insertions, 13 deletions
diff --git a/debian/control b/debian/control
index 90eb2451..95e0d25e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,32 +3,35 @@ Section: gnome
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: William Hua <william.hua@canonical.com>
-Build-Depends: quilt,
- debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 9.0.0),
+ quilt,
dh-autoreconf,
dh-translations,
- libgirepository1.0-dev,
- valac,
+ dbus,
+ libbamf3-dev,
libgee-dev,
- libgtk-3-dev,
+ libgirepository1.0-dev,
libgnome-desktop-3-dev,
libgnomekbd-dev,
+ libgtk-3-dev,
libibus-1.0-dev (>= 1.5.0),
- libbamf3-dev,
- dbus,
+ valac,
+ xauth,
xvfb,
- xauth
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.