From 5965a354c458948fcc366a9e925f1fdee77ace92 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 5 Mar 2014 20:48:20 +0100 Subject: [PATCH 1/3] Include correct bug report for latest close (just cosmetic change) --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 42e1882..16fc641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,8 @@ nagios-plugins (1.5-3) unstable; urgency=medium * [38d8f67] Fixing latest changelog timestamp * [7091aae] check_ssh: Drop 12_check_ssh_read_socket.dpatch - (Closes: #734811), this seems to make more touble in the wild as fixing - #739254, Thanks Jim Barber + (Closes: #734811, #739254), this seems to make more touble in the wild as + fixing #739254, Thanks Jim Barber -- Jan Wagner Mon, 17 Feb 2014 12:42:06 +0100 From 1d11720ab062b4f12c0628dac14cdb6243929ce6 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 16 Mar 2014 14:11:52 +0100 Subject: [PATCH 2/3] Don't use Pre-Depends --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 02e7bb9..84957de 100644 --- a/debian/control +++ b/debian/control @@ -34,8 +34,7 @@ Description: Common files for plugins for nagios compatible monitoring Package: nagios-plugins-basic Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, procps, iputils-ping [linux-any], inetutils-ping (>= 2:1.9-1~) [kfreebsd-any hurd-any], ucf -Pre-Depends: nagios-plugins-common (>= 1.4.15-6) +Depends: ${shlibs:Depends}, ${misc:Depends}, nagios-plugins-common (>= 1.4.15-6), procps, iputils-ping [linux-any], inetutils-ping (>= 2:1.9-1~) [kfreebsd-any hurd-any], ucf Conflicts: nagios-plugins (<= 1.4.2-3) Replaces: nagios-plugins, nagios-plugins-standard Suggests: nagios3 | icinga From 4580974bd2939c2f9516d28633e7e477b8c2008d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 21 Jun 2014 13:43:59 +0200 Subject: [PATCH 3/3] check_fping: define fping6 command on compile time (Closes: #751866), many thanks Nicolas Deefayet for bringing this up --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index df45a98..af2c73a 100755 --- a/debian/rules +++ b/debian/rules @@ -108,6 +108,7 @@ config.status: configure --with-snmpgetnext-command="/usr/bin/snmpgetnext" \ --with-qstat-command="/usr/bin/quakestat" \ --with-fping-command="/usr/bin/fping" \ + --with-fping6-command="/usr/bin/fping6" \ --with-ssh-command="/usr/bin/ssh" \ --with-mailq-command="/usr/bin/mailq" \ --with-proc-meminfo="/proc/meminfo" \