File: control

package info (click to toggle)
interception-tools 0.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 288 kB
  • sloc: cpp: 1,321; ansic: 68; makefile: 9; sh: 4
file content (50 lines) | stat: -rw-r--r-- 1,956 bytes parent folder | download
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
Source: interception-tools
Section: admin
Priority: optional
Maintainer: Osamu Aoki <osamu@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libboost-dev,
               libevdev-dev,
               libudev-dev,
               libyaml-cpp-dev,
               pkg-config
Standards-Version: 4.6.1
Homepage: https://gitlab.com/interception/linux/tools
Vcs-Git: https://salsa.debian.org/debian/interception-tools.git
Vcs-Browser: https://salsa.debian.org/debian/interception-tools
Rules-Requires-Root: no

Package: interception-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: interception-tools-compat
Description: minimal composable infrastructure on top of libudev and libevdev
 The Interception Tools is a small set of utilities for operating on
 input events of evdev devices.
 .
  * interception - redirect device input events to stdout
  * uinput - redirect device input events from stdin to virtual device
  * mux - mux streams of input events
  * udevmon - monitor input devices for launching tasks
 .
 This can accommodate mangling of the keyboard input at the low
 level within the Linux kernel and works for any environments
 including Wayland, X, and Linux virtual console.
 .
 The upstream command name 'intercept' is renamed to 'interception' in this
 package to avoid the name collision. If you wish to use command names which
 the upstream uses, please install the interception-tools-compat package.

Package: interception-tools-compat
Architecture: all
Depends: interception-tools, ${misc:Depends}
Conflicts: bear
Description: minimal composable infrastructure on top of libudev and libevdev
 The Interception Tools is a small set of utilities for operating on
 input events of evdev devices.
 .
  * intercept - redirect device input events to stdout
 .
 This compatibility package to offer the upstream command name 'intercept'
 as the alias of the 'interception' command.