File: control

package info (click to toggle)
rust-kmon 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 272 kB
  • sloc: makefile: 7
file content (47 lines) | stat: -rw-r--r-- 1,550 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
Source: rust-kmon
Section: admin
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-bytesize-1+default-dev (>= 1.1.0-~~),
 librust-clap-2+default-dev (>= 2.33.3-~~),
 librust-clipboard-0.5+default-dev,
 librust-colorsys-0.6+default-dev (>= 0.6.5-~~),
 librust-enum-iterator-0.6+default-dev,
 librust-enum-unitary-0.4.2+default-dev,
 librust-termion-1+default-dev (>= 1.5.6-~~),
 librust-tui-0.19+termion-dev,
 librust-unicode-width-0.1+default-dev (>= 0.1.9-~~),
 bash-completion
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Stephan Lachnit <stephanlachnit@debian.org>
Standards-Version: 4.5.1
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
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.