summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 5ef87b255d83fbbb08cceb877ffbe66bf0c56b31 (plain)
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
Source: htop
Section: utils
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Daniel Lange <DLange@debian.org>
XSBC-Original-Uploaders: Eugene V. Lyubimkin <jackyf@debian.org>,
           Graham Inggs <ginggs@debian.org>
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.16.1.1),
               libdevstat-dev [kfreebsd-any],
               libhwloc-dev [!linux-any],
               libkvm-dev [kfreebsd-any],
               libncurses5-dev,
               libncursesw5-dev,
               libnl-3-dev [linux-any],
               libnl-genl-3-dev [linux-any],
               libsensors-dev [!hurd-any],
               pkg-config
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://htop.dev/
Vcs-Browser: https://salsa.debian.org/debian/htop
Vcs-Git: https://salsa.debian.org/debian/htop.git

Package: htop
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: lm-sensors, lsof, strace
Description: interactive processes viewer
 Htop is an ncursed-based process viewer similar to top, but it
 allows one to scroll the list vertically and horizontally to see
 all processes and their full command lines.
 .
 Tasks related to processes (killing, renicing) can be done without
 entering their PIDs.