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
|
Source: xserver-xorg-input-mouse
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 8),
dh-autoreconf,
pkg-config,
xserver-xorg-dev (>= 2:1.9.99.902),
x11proto-input-dev,
x11proto-core-dev,
x11proto-randr-dev,
quilt,
xutils-dev (>= 1:7.5+4)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse.git
Package: xserver-xorg-input-mouse
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${xinpdriver:Depends},
Provides:
${xinpdriver:Provides}
Description: X.Org X server -- mouse input driver
This package provides the driver for mouse input devices. It is mainly used
on non-Linux operating systems such as BSD and Solaris. Most
configurations on Linux will use evdev, the kernel's event delivery
mechanism, and do not need this package.
.
See the inputattach package if your mouse is not automatically
detected by the Linux kernel, for example because it is a serial mouse.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This package is built from the X.org xf86-input-mouse driver module.
Package: xserver-xorg-input-mouse-udeb
XC-Package-Type: udeb
Section: debian-installer
Architecture: hurd-any kfreebsd-any
Depends:
${shlibs:Depends},
${misc:Depends},
${xinpdriver:Depends},
Provides:
${xinpdriver:Provides}
Description: X.Org X server -- mouse input driver
This is a udeb, or a microdeb, for the debian-installer.
|