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
|
Source: xdotool
Section: x11
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
debhelper-compat (= 13),
doxygen,
dpkg-dev (>= 1.17.14),
libx11-dev,
libxinerama-dev,
libxkbcommon-dev,
libxtst-dev,
openbox <!nocheck>,
perl,
pkg-config,
procps <!nocheck>,
ruby <!nocheck>,
ruby-minitest <!nocheck>,
x11-utils <!nocheck>,
x11-xkb-utils <!nocheck>,
xauth <!nocheck>,
xfonts-base <!nocheck>,
xkb-data <!nocheck>,
xterm <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/jordansissel/xdotool/
Vcs-Git: https://salsa.debian.org/debian/xdotool.git
Vcs-Browser: https://salsa.debian.org/debian/xdotool
Rules-Requires-Root: no
Package: xdotool
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: simulate (generate) X11 keyboard/mouse input events
xdotool lets you programmatically (or manually) simulate keyboard
input and mouse activity, move and resize windows, etc. It does this
using X11's XTEST extension and other Xlib functions.
Package: libxdo3
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for simulating (generating) X11 keyboard/mouse input events
libxdo lets you programmatically (or manually) simulate keyboard
input and mouse activity, move and resize windows, etc. It does this
using X11's XTEST extension and other Xlib functions.
Package: libxdo-dev
Architecture: any
Section: libdevel
Depends:
libx11-dev,
libxdo3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: library for simulating X11 keyboard/mouse input
libxdo lets you programmatically (or manually) simulate keyboard
input and mouse activity, move and resize windows, etc. It does this
using X11's XTEST extension and other Xlib functions.
.
This package contains developer tools (headers, libraries) for libxdo.
|