diff options
author | Allan LeSage <allan.lesage@canonical.com> | 2013-11-21 10:37:31 -0600 |
---|---|---|
committer | Allan LeSage <allan.lesage@canonical.com> | 2013-11-21 10:37:31 -0600 |
commit | bf2aab363e93263b1615f1811524fb22b14bf34b (patch) | |
tree | 406500af69bd6555eb4e4dc63e3711bd341bb6b4 /debian/control | |
parent | f10353bc4208a48339cdc1e0656361b16636a3e2 (diff) | |
parent | f90c7c21d0e82779356eaa8ae471703cda45d7cc (diff) | |
download | ayatana-indicator-keyboard-bf2aab363e93263b1615f1811524fb22b14bf34b.tar.gz ayatana-indicator-keyboard-bf2aab363e93263b1615f1811524fb22b14bf34b.tar.bz2 ayatana-indicator-keyboard-bf2aab363e93263b1615f1811524fb22b14bf34b.zip |
Merge trunk, resolving Makefile conflict.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/debian/control b/debian/control index 90eb2451..63e20ab6 100644 --- a/debian/control +++ b/debian/control @@ -3,32 +3,36 @@ 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), dh-autoreconf, dh-translations, - libgirepository1.0-dev, - valac, + dbus, + libaccountsservice-dev, + 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, + liblightdm-gobject-1-dev, + 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. |