diff --git a/debian/changelog b/debian/changelog index e33a364..925fe69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ nagios-plugins (1.4.11-3) UNRELEASED; urgency=low - * remove unneeded debhelper scripts from rules + * remove unneeded debhelper scripts from rules * remove senseless comments from patches + * add missing descriptions to patches -- Jan Wagner Fri, 07 Mar 2008 17:37:49 +0100 diff --git a/debian/patches/06_checkircd.dpatch b/debian/patches/06_checkircd.dpatch index 4032973..f479395 100644 --- a/debian/patches/06_checkircd.dpatch +++ b/debian/patches/06_checkircd.dpatch @@ -1,7 +1,7 @@ #! /bin/sh -e ## 06_checkircd.dpatch by ## -## DP: No description. +## DP: Make it working on multihomed host, by choosing the kernel the correct interface if [ $# -lt 1 ]; then echo "`basename $0`: script expects -patch|-unpatch as argument" >&2 diff --git a/debian/patches/13_subst.in_again.dpatch b/debian/patches/13_subst.in_again.dpatch index 8bb89ba..1d5e27b 100755 --- a/debian/patches/13_subst.in_again.dpatch +++ b/debian/patches/13_subst.in_again.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 13_subst.in_again.dpatch by ## -## DP: No description. +## DP: Use /usr/lib/nagios/plugins as path. @DPATCH@ diff -urNad sid2~/plugins-scripts/subst.in sid2/plugins-scripts/subst.in diff --git a/debian/patches/14_check_log_paths.dpatch b/debian/patches/14_check_log_paths.dpatch index 451a0ee..3396c42 100755 --- a/debian/patches/14_check_log_paths.dpatch +++ b/debian/patches/14_check_log_paths.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 14_check_log_paths.dpatch by ## -## DP: No description. +## DP: Use correct absolut path. @DPATCH@ diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh diff --git a/debian/patches/18_check_game_cmdline.dpatch b/debian/patches/18_check_game_cmdline.dpatch index 93ba960..04fe662 100755 --- a/debian/patches/18_check_game_cmdline.dpatch +++ b/debian/patches/18_check_game_cmdline.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 18_check_game_cmdline.dpatch by ## -## DP: No description. +## DP: Fix usage. @DPATCH@ diff -urNad nagios-plugins~/plugins/check_game.c nagios-plugins/plugins/check_game.c diff --git a/debian/patches/22_check_smb_hostaddress.dpatch b/debian/patches/22_check_smb_hostaddress.dpatch index 82b5392..94676d3 100755 --- a/debian/patches/22_check_smb_hostaddress.dpatch +++ b/debian/patches/22_check_smb_hostaddress.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 22_check_smb_hostaddress.dpatch by ## -## DP: No description. +## DP: Allow checking disk usage via host addresses. @DPATCH@ diff -urNad sid~/plugins-scripts/check_disk_smb.pl sid/plugins-scripts/check_disk_smb.pl diff --git a/debian/patches/26_implicit-basename.dpatch b/debian/patches/26_implicit-basename.dpatch index e6c326e..2728d4d 100755 --- a/debian/patches/26_implicit-basename.dpatch +++ b/debian/patches/26_implicit-basename.dpatch @@ -1,7 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 26-implicit-basename.dpatch by ## -## DP: No description. +## DP: Fix for implicit definition of basename function. @DPATCH@ diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c diff --git a/debian/patches/27_check_radius_segfault.dpatch b/debian/patches/27_check_radius_segfault.dpatch index ae1e81a..ca1fe4c 100644 --- a/debian/patches/27_check_radius_segfault.dpatch +++ b/debian/patches/27_check_radius_segfault.dpatch @@ -1,6 +1,7 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## 27_check_radius_segfault.dpatch by Yasper Casper ## +## DP: Fix for segfaulting check_radius plugin. @DPATCH@ diff -urNad nagios-plugins-1.4.5~/plugins/check_radius.c nagios-plugins-1.4.5/plugins/check_radius.c