From 6182f8f2c55412ff47e760f877d30be8f8b8ae3d Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 12 Sep 2025 17:54:33 +0200 Subject: [PATCH 1/4] Update lintian overrides. --- debian/source/lintian-overrides | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/source/lintian-overrides diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..f4720ca --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +# Not supported by devscripts in trixie +older-debian-watch-file-standard 4 * + From 9cd4c45da40a295ce0d435e698dfbcd8246ca919 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 1 Oct 2025 09:00:25 +0200 Subject: [PATCH 2/4] Drop Rules-Requires-Root: no, default since dpkg 1.22.13. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 863db03..4bf4be0 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/nagios-team/nagios-snmp-plugins Vcs-Git: https://salsa.debian.org/nagios-team/nagios-snmp-plugins.git Homepage: https://github.com/SteScho/manubulon-snmp -Rules-Requires-Root: no Package: nagios-snmp-plugins Architecture: all From 3bcb390c96fde4a46befa219c3aa34efc33fd160 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 1 Oct 2025 09:42:15 +0200 Subject: [PATCH 3/4] Drop Priority: optional, default since dpkg 1.22.13. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 4bf4be0..35c2138 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: nagios-snmp-plugins Section: net -Priority: optional Maintainer: Debian Nagios Maintainer Group Uploaders: Jan Wagner Build-Depends: debhelper-compat (= 13) From 976a36ee8a7f7a38cada937c27ce2fa54f600e71 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 1 Oct 2025 11:16:32 +0200 Subject: [PATCH 4/4] Revert "Drop Priority: optional, default since dpkg 1.22.13." This reverts commit 3bcb390c96fde4a46befa219c3aa34efc33fd160. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 35c2138..4bf4be0 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: nagios-snmp-plugins Section: net +Priority: optional Maintainer: Debian Nagios Maintainer Group Uploaders: Jan Wagner Build-Depends: debhelper-compat (= 13)