diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:58:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:58:11 +0000 |
commit | cf625b5f9a5808cd60bbdec8969deb5a5698c02f (patch) | |
tree | 474e4a9d79e47529696421d933dcf76765271364 /debian/control | |
parent | Adding upstream version 3.3.0. (diff) | |
download | htop-cf625b5f9a5808cd60bbdec8969deb5a5698c02f.tar.xz htop-cf625b5f9a5808cd60bbdec8969deb5a5698c02f.zip |
Adding debian version 3.3.0-4.debian/3.3.0-4debian
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..7091001 --- /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.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. |