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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: libxtst
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
dpkg-dev (>= 1.16.1),
debhelper (>= 10),
libx11-dev (>= 2:1.6.0),
libxext-dev (>= 2:1.0.99.4),
libxi-dev,
x11proto-record-dev (>= 1.13.99.1),
x11proto-xext-dev (>= 7.0.99.3),
x11proto-input-dev,
pkg-config,
xmlto,
xutils-dev (>= 1:7.6+2),
quilt,
# specs:
xmlto (>= 0.0.22),
xorg-sgml-doctools (>= 1:1.8),
w3m,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxtst.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxtst.git
Package: libxtst6
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
Description: X11 Testing -- Record extension library
libXtst provides an X Window System client interface to the Record
extension to the X protocol.
.
The Record extension allows X clients to synthesise input events, which
is useful for automated testing.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXtst
Package: libxtst6-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 Testing -- Record extension library
This is a udeb, or a microdeb, for the debian-installer.
Package: libxtst-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libxtst6 (= ${binary:Version}),
libx11-dev,
libxext-dev,
libxi-dev,
x11proto-xext-dev (>= 7.0.99.3),
x11proto-record-dev (>= 1.13.99.1),
Replaces:
x11proto-xext-dev (<< 7.0.99.3),
x11proto-record-dev (<< 1.13.99.1)
Description: X11 Record extension library (development headers)
libXtst provides an X Window System client interface to the Record
extension to the X protocol.
.
The Record extension allows X clients to synthesise input events, which
is useful for automated testing.
.
This package contains the development headers for the library found in
libxtst6. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXtst
Package: libxtst-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Replaces:
libxtst-dev (<< 2:1.2.1),
Breaks:
libxtst-dev (<< 2:1.2.1),
Description: X11 Record extension library (documentation)
libXtst provides an X Window System client interface to the Record
extension to the X protocol.
.
The Record extension allows X clients to synthesise input events, which
is useful for automated testing.
.
This package contains the API documentation for the X Record and XTEST
extension libraries. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXtst
|