diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:00:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:00:29 +0000 |
commit | bd6c5aad40a20b2af4a3c885da39fb2a1832eb19 (patch) | |
tree | 2e27b2951f096b501301ee8ea221de96cda71cc9 /debian/control | |
parent | Adding upstream version 3.2.2. (diff) | |
download | htop-debian.tar.xz htop-debian.zip |
Adding debian version 3.2.2-2.debian/3.2.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b6e2210 --- /dev/null +++ b/debian/control @@ -0,0 +1,34 @@ +Source: htop +Section: utils +Priority: optional +Maintainer: Daniel Lange <DLange@debian.org> +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.1 +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. |