interception-tools 0.6.8-1 source package in Ubuntu
Changelog
interception-tools (0.6.8-1) unstable; urgency=medium * Initially, I tried to reuse packaging by Ethan Djeric <email address hidden> found in Ubuntu PPA. Eventually I ended up redoing the entire packaging. I also addressed hardening, autopkgtest, manpages, non-native package format, updated dependency, etc.. * Correct COPYRIGHT: GPL-3 * Initial release. Closes: #1011749 -- Osamu Aoki <email address hidden> Mon, 08 Aug 2022 10:31:20 +0900
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
interception-tools_0.6.8-1.dsc | 2.1 KiB | 661288f39afad361013a5a30e6e668788a71bc4c747b3428411ae480b7efa74a |
interception-tools_0.6.8.orig.tar.xz | 28.4 KiB | 0c9089eb8cfaea5b9917f3f928ff87386f0a7d4138f4be2158da6ef306b07c60 |
interception-tools_0.6.8-1.debian.tar.xz | 4.3 KiB | 4d921a919c1c06e7135798a93cb925dcad27919103e88dcda87c06a85243a5cc |
No changes file available.
Binary packages built by this source
- interception-tools: 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.
- interception-tools-compat: 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.
- interception-tools-dbgsym: debug symbols for interception-tools