summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:58:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:58:11 +0000
commitcf625b5f9a5808cd60bbdec8969deb5a5698c02f (patch)
tree474e4a9d79e47529696421d933dcf76765271364 /debian/control
parentAdding upstream version 3.3.0. (diff)
downloadhtop-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/control34
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.