Package: ifstat Version: 1.1.1-3 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu stonking ubuntu-patch
Dear Maintainer, Currenly, we do not enable snmp support in ifstat We should remove the depends in d/control file. * d/control: remove net-snmp dependency Thanks for considering the patch. -- System Information: Debian Release: trixie/sid APT prefers noble-updates APT policy: (500, 'noble-updates'), (500, 'noble-security'), (500, 'noble'), (100, 'noble-backports') Architecture: amd64 (x86_64) Kernel: Linux 6.17.0-35-generic (SMP w/16 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru ifstat-1.1.1/debian/control ifstat-1.1.1/debian/control --- ifstat-1.1.1/debian/control 2026-02-20 22:29:57.000000000 +0100 +++ ifstat-1.1.1/debian/control 2026-06-17 15:41:55.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Debian QA Group <[email protected]> -Build-Depends: debhelper-compat (= 13), libsnmp-dev, recode +Build-Depends: debhelper-compat (= 13), recode Standards-Version: 4.6.2 Homepage: http://gael.roualland.free.fr/ifstat/ Rules-Requires-Root: no @@ -21,7 +21,7 @@ Package: libifstat-dev Section: libdevel Architecture: any -Depends: libsnmp-dev, ${misc:Depends} +Depends: ${misc:Depends} Description: Ifstat Development Files Static library, header and config file to include ifstat functionality in other applications.

