From 6853bf4de72a92f969d566ab7313ae70827a6af2 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Dec 2020 11:34:32 +0100 Subject: Release 3.0.3-1 --- debian/changelog | 33 ++++++++++++++++++++++ debian/control | 5 +++- .../patches/remove-python-build-dependency.patch | 25 ---------------- debian/patches/series | 1 - debian/rules | 2 ++ 5 files changed, 39 insertions(+), 27 deletions(-) delete mode 100644 debian/patches/remove-python-build-dependency.patch delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 32b33bd..b581e61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +htop (3.0.3-1) unstable; urgency=medium + + * New upstream release 3.0.3 + * Enable delayacct support, closes: #908636 + * Enable libsensors support + * Add svg icon, closes: #663635 + * Enable pausing screen updates (press Z key), closes: #821904 + * Hide process selection on ESC + * Enable process sorting in 'tree' mode + * Add screen for active file locks + * Calculate library size (M_LRS column) from maps file + * Add multiple new meters (Zram, systemd, network I/O, SELinux, date/time) + * Add Linux cwd, security attributes, disk I/O process, context switch columns + * Add support to change numeric options in settings screen + * Rename virtual memory column from M_SIZE to M_VIRT + * Enable showing CPU temperature in CPU meter + * Read CPU frequency from sysfs by default + * Add octuple-column CPU meters + * BUGFIX: On Linux consider ZFS ARC to be cache + * BUGFIX: Limit screen title length to window width + * Show selected command wrapped in a separate window + * Allow starting an item search with '/' + * Document implicit incremental search + * Handle 'q' as quit if first character + * Merged view for COMM, EXE and cmdline (press m key) + * Enhance highlighting of semi-large and large numbers + * Code hardening, speedups, fd and memory leak fixes + * Number CPUs from zero by default + * Plus more minor changes and fixes from upstream + * Update standards version to 4.5.1, no changes needed. + + -- Daniel Lange Mon, 07 Dec 2020 11:30:00 +0100 + htop (3.0.2-1) unstable; urgency=medium * New upstream release 3.0.2 diff --git a/debian/control b/debian/control index 58ec5a7..d018a9f 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,11 @@ Build-Depends: debhelper-compat (= 13), libkvm-dev [kfreebsd-any], libncurses5-dev, libncursesw5-dev, + libnl-3-dev, + libnl-genl-3-dev, + libsensors4-dev, pkg-config -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://htop.dev/ Vcs-Browser: https://salsa.debian.org/debian/htop diff --git a/debian/patches/remove-python-build-dependency.patch b/debian/patches/remove-python-build-dependency.patch deleted file mode 100644 index 751f3be..0000000 --- a/debian/patches/remove-python-build-dependency.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a852fae8e02650d621abdd5aea29b7a56d9a3090 Mon Sep 17 00:00:00 2001 -From: Stephen Gregoratto -Date: Tue, 15 Sep 2020 15:19:55 +1000 -Subject: [PATCH] configure.ac: axe python check - -Now that the automated header script is gone, there's no need for python -now. ---- - configure.ac | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 30834f2..18617c1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -291,9 +291,6 @@ AC_ARG_ENABLE([werror], [AS_HELP_STRING([--enable-werror], [Treat warnings as er - AS_IF([test "x$enable_werror" = "xyes"], [AM_CFLAGS="$AM_CFLAGS -Werror"]) - AC_SUBST([AM_CFLAGS]) - --AC_CHECK_PROGS(PYTHON, [python python3 python2]) --AC_SUBST(PYTHON) -- - # Bail out on errors. - # ---------------------------------------------------------------------- - if test ! -z "$missing_libraries"; then diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index a301a3a..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -remove-python-build-dependency.patch diff --git a/debian/rules b/debian/rules index d5bcbe3..8fedabd 100755 --- a/debian/rules +++ b/debian/rules @@ -20,4 +20,6 @@ override_dh_auto_configure: --enable-vserver \ --enable-cgroup \ --enable-unicode \ + --enable-delayacct \ + --with-sensors \ $(ARCH_DEPENDENT_CONFIGURE_PARAMS) -- cgit v1.2.3