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
|
Source: xserver-xorg-input-joystick
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
quilt,
pkg-config,
xutils-dev,
xserver-xorg-dev,
x11proto-dev,
libusbhid-dev [kfreebsd-any],
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-joystick.git
Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-joystick.git
Package: xserver-xorg-input-joystick
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${xinpdriver:Depends},
Provides:
${xinpdriver:Provides}
Description: X.Org X server -- joystick input driver
This package provides the driver for joysticks. It allows to control the pointer with
a joystick, and is not needed for games etc.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This package is built from the X.org xf86-input-joystick driver module.
Package: xserver-xorg-input-joystick-dev
Section: libdevel
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X.Org X server -- joystick input driver (development headers)
This package provides the development headers for the joystick input
driver found in xserver-xorg-input-joystick. Non-developers likely have
little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This package is built from the X.org xf86-input-joystick driver module.
|