Control: tags 865888 + pending Dear maintainer,
I've prepared an NMU for nagios-plugin-check-multi (versioned as 0.26-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. https://info.comodo.priv.at/ - Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Bjørn Berge: One Believer
diff -Nru nagios-plugin-check-multi-0.26/debian/changelog nagios-plugin-check-multi-0.26/debian/changelog
--- nagios-plugin-check-multi-0.26/debian/changelog 2016-12-24 14:24:12.000000000 +0100
+++ nagios-plugin-check-multi-0.26/debian/changelog 2017-07-14 22:42:46.000000000 +0200
@@ -1,3 +1,12 @@
+nagios-plugin-check-multi (0.26-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "FTBFS with Perl 5.26: Unescaped left brace in regex is
+ deprecated here": update unescaped-left-brace-in-regex.patch to escape one
+ more '{'. (Closes: #865888)
+
+ -- gregor herrmann <[email protected]> Fri, 14 Jul 2017 22:42:46 +0200
+
nagios-plugin-check-multi (0.26-3) unstable; urgency=medium
* Team upload.
diff -Nru nagios-plugin-check-multi-0.26/debian/patches/unescaped-left-brace-in-regex.patch nagios-plugin-check-multi-0.26/debian/patches/unescaped-left-brace-in-regex.patch
--- nagios-plugin-check-multi-0.26/debian/patches/unescaped-left-brace-in-regex.patch 2016-12-24 13:32:25.000000000 +0100
+++ nagios-plugin-check-multi-0.26/debian/patches/unescaped-left-brace-in-regex.patch 2017-06-30 01:10:34.000000000 +0200
@@ -26,3 +26,12 @@
$type="$1";
$typelist{$type}++;
$objectcount++;
+@@ -3217,7 +3217,7 @@ sub report_all {
+
+ #--- some debugging first
+ DEBUG4("MULTI Environment (sorted):\n\t".join("\n\t",get_env_vars('^MULTI')));
+- DEBUG4("${NAGIOS} Environment (sorted):\n\t".join("\n\t",get_env_vars('^${NAGIOS}')));
++ DEBUG4("${NAGIOS} Environment (sorted):\n\t".join("\n\t",get_env_vars('^$\{NAGIOS}')));
+
+ #--- construction site for persistence
+ if ($opt{set}{test} && $opt{set}{persistent}) {
signature.asc
Description: Digital Signature

