diff --git a/debian/changelog b/debian/changelog index da31793..2d9a542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,19 +1,20 @@ monitoring-plugins-systemd (2.3.1-1) UNRELEASED; urgency=medium * New upstream release. * Stop repacking the upstream tarball, as upstream fixed the problem. * d/watch: upstream now signs tags, verify them. + * d/patches: rebase 0001. -- Louis-Philippe Véronneau Thu, 04 Mar 2021 16:17:40 -0500 monitoring-plugins-systemd (2.3.0+ds-2) unstable; urgency=medium * Run the complete upstream testsuite, at build and in the autopkgtest. -- Louis-Philippe Véronneau Sun, 28 Feb 2021 16:36:21 -0500 monitoring-plugins-systemd (2.3.0+ds-1) unstable; urgency=medium * Initial release. (Closes: #982667, #895278) -- Louis-Philippe Véronneau Fri, 19 Feb 2021 23:18:00 -0500 diff --git a/debian/patches/0001_Fix_Shebang.patch b/debian/patches/0001_Fix_Shebang.patch index ec298ee..bd5c59b 100644 --- a/debian/patches/0001_Fix_Shebang.patch +++ b/debian/patches/0001_Fix_Shebang.patch @@ -1,11 +1,11 @@ Fix the shebang, since pybuild isn't installing files for us. Index: monitoring-plugins-systemd/check_systemd.py =================================================================== --- monitoring-plugins-systemd.orig/check_systemd.py +++ monitoring-plugins-systemd/check_systemd.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ - ``check_system`` is a Nagios / Icinga monitoring plugin to check systemd. + ``check_system`` is a `Nagios `_ / `Icinga