[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 13/16: Adding d/patches/check_cups/ParseDateDelta (Closes #844319), thanks Manuel Hachtkemper
Jan Wagner
waja at moszumanska.debian.org
Mon Dec 5 09:45:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit 7bd78e4521f0686e87ba55c2b4ba86e082a9dfee
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Dec 4 21:51:05 2016 +0100
Adding d/patches/check_cups/ParseDateDelta (Closes #844319), thanks Manuel Hachtkemper
---
debian/patches/check_cups/ParseDateDelta | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/check_cups/ParseDateDelta b/debian/patches/check_cups/ParseDateDelta
new file mode 100644
index 0000000..2383896
--- /dev/null
+++ b/debian/patches/check_cups/ParseDateDelta
@@ -0,0 +1,11 @@
+--- a/check_cups/check_cups
++++ b/check_cups/check_cups
+@@ -395,7 +395,7 @@
+
+ my( $age, $jobs ) = ( $warning{$queue}->{age}, $warning{$queue}->{jobs} );
+
+- my( $prettyage ) = prettyDelta( parseDateDelta( "$age minutes" ) );
++ my( $prettyage ) = prettyDelta( ParseDateDelta( "$age minutes" ) );
+
+ my( @messages );
+
diff --git a/debian/patches/series b/debian/patches/series
index cd97cda..1b0c17b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -44,3 +44,4 @@ dsa/check_packages-inifile
dsa/epn
dsa/check_packages_,_fix
+check_cups/ParseDateDelta
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list