File: control

package info (click to toggle)
xf86-input-mtrack 0.3.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,880 kB
  • ctags: 666
  • sloc: sh: 11,634; ansic: 2,849; makefile: 247
file content (28 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (3)
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
Source: xf86-input-mtrack
Section: x11
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends:
	debhelper (>= 9),
	dh-autoreconf,
	pkg-config,
	xserver-xorg-dev (>= 2:1.9.4),
	xutils-dev,
	libmtdev-dev (>= 1.0.11)
Standards-Version: 3.9.6
Homepage: https://github.com/BlueDragonX/xf86-input-mtrack

Package: xserver-xorg-input-mtrack
Architecture: linux-any
Depends: ${shlibs:Depends},
		${misc:Depends},
		${xinpdriver:Depends},
		libmtdev1 (>= 1.0.10)
Provides: ${xinpdriver:Provides}
Conflicts: xserver-xorg-input-multitouch
Description: Multitouch X input driver
 This X input driver provides gestures support for multitouch touchpads,
 in particular those with integrated button.
 .
 This fork from xf86-input-multitouch. Detailed setting of InputClass
 section comes to be possible in comparison with xf86-input-multitouch.