aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 74fef31b82684ee80b7d3f4a32e699cc2d5005e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: indicator-keyboard
Section: gnome
Priority: optional
Maintainer: William Hua <william.hua@canonical.com>
Build-Depends: debhelper (>= 9.0.0),
               dh-autoreconf,
               dh-translations,
               libgirepository1.0-dev,
               valac,
               valac-0.20-vapi,
               libgee-dev,
               libgtk-3-dev,
               libgnome-desktop-3-dev,
               libgnomekbd-dev,
               libibus-1.0-dev (>= 1.5.0)
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

Package: indicator-keyboard
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         indicator-keyboard-schema (= ${source:Version})
Description: Keyboard indicator
 This package contains the keyboard indicator.

Package: indicator-keyboard-schema
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Keyboard indicator schema
 This package contains the keyboard indicator schema.

Package: indicator-keyboard-autopilot
Architecture: all
Depends: ${misc:Depends},
         indicator-keyboard (>= ${source:Version}),
         libautopilot-gtk,
         python-pyatspi,
         python-autopilot
Description: Keyboard indicator autopilot tests
 This package provides autopilot integration tests for indicator-keyboard.