first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
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,
dpkg-dev (>= 1.16.1.1),
libhwloc-dev [!linux-any],
libkvm-dev [kfreebsd-any],
libncurses5-dev,
libncursesw5-dev,
pkg-config
Standards-Version: 4.1.4
Homepage: https://hisham.hm/htop/
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: 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.