File: control

package info (click to toggle)
libxklavier 5.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: ansic: 7,099; makefile: 158; python: 117; sh: 19
file content (63 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: libxklavier
Priority: optional
Section: libs
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               gir1.2-gobject-2.0-dev,
               gir1.2-xlib-2.0-dev,
               gobject-introspection (>= 1.80),
               gtk-doc-tools (>= 1.0),
               libglib2.0-dev (>= 2.16.0),
               libxml2-dev (>= 2.0.0),
               pkgconf,
               libxkbfile-dev,
               libxt-dev,
               libxi-dev (>= 2:1.1.3),
               iso-codes,
               libglib2.0-doc
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libxklavier
Vcs-Git: https://salsa.debian.org/gnome-team/libxklavier.git
Homepage: https://www.freedesktop.org/wiki/Software/LibXklavier

Package: libxklavier16
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xkb-data (>= 0.8),
         x11-xkb-utils
Suggests: iso-codes
Description: X Keyboard Extension high-level API
 Libxklavier provides programmers an API for high(er) level access to the
 X Keyboard Extension, to ease creating XKB related applications.

Package: libxklavier-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
         ${misc:Depends},
         libxklavier16 (= ${binary:Version}),
         libglib2.0-dev (>= 2.16.0),
         libxml2-dev (>= 2.0.0),
         libx11-dev,
Provides: ${gir:Provides},
Description: Development files for libxklavier
 These are headers and other files needed to develop with libxklavier.

Package: gir1.2-xkl-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: libxklavier16 (= ${binary:Version}),
         ${gir:Depends},
         ${misc:Depends}
Description: X Keyboard Extension high-level API - introspection data
 Libxklavier provides programmers an API for high(er) level access to the
 X Keyboard Extension, to ease creating XKB related applications.
 .
 This package provides introspection data for libxklavier. It can be used
 by packages using the GIRepository format to generate dynamic bindings.