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
|
Source: xserver-xorg-input-joystick
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 8),
dh-autoreconf,
quilt,
pkg-config,
xutils-dev,
xserver-xorg-dev (>= 2:1.9.99.2),
x11proto-input-dev,
x11proto-core-dev,
x11proto-randr-dev,
x11proto-kb-dev,
libusbhid-dev [kfreebsd-any],
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-input-joystick.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/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.
.
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.
|