File: control

package info (click to toggle)
libx11-keyboard-perl 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 68 kB
  • sloc: perl: 58; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,157 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
Source: libx11-keyboard-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Debian Remote Maintainers <pkg-remote-team@lists.alioth.debian.org>,
           Mike Gabriel <sunweaver@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               perl,
               libx11-protocol-perl,
               xvfb,
               xauth
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libx11-keyboard-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libx11-keyboard-perl.git
Homepage: https://metacpan.org/release/X11-Keyboard

Package: libx11-keyboard-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libx11-protocol-perl
Description: keyboard support functions for X11
 X11::Keyboard is meant to provide access to the keyboard functions of X11.
 .
 Whilst the functions names are essentially identical to those used in xlib
 (minus the prepended X), the parameter lists and return values are different
 as specified in the shipped with X11::Keyboard man page.