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
|
Source: rust-kmon
Section: admin
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 25),
cargo:native,
rustc:native,
libstd-rust-dev,
librust-arboard-3-dev (>= 3.4.0-~~),
librust-bytesize-1-dev (>= 1.3.0-~~),
librust-clap-4-dev (>= 4.5.4-~~),
librust-clap-complete-4-dev (>= 4.5.2-~~),
librust-clap-mangen-0.2-dev (>= 0.2.20-~~),
librust-colorsys-0.6-dev (>= 0.6.5-~~),
librust-enum-iterator-2-dev,
librust-ratatui-0.28-dev,
librust-termion-1-dev,
librust-unicode-width-0.1-dev (>= 0.1.11-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/kmon]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/kmon
Homepage: https://kmon.cli.rs
X-Cargo-Crate: kmon
Rules-Requires-Root: no
Package: kmon
Architecture: any
Multi-Arch: allowed
Section: admin
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Interactive kernel monitor that combines dmesg and kmod
kmon is an interactive kernel monitor for the terminal. It can insepct and load
kernel modules, and it can monitor kernel activity. It basically combines dmesg
and kmod into one application. Note that is probably needs to run as root.
|