From b5272998dc62396186ea5f5c3cecef61a7d3b8e3 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 9 Apr 2010 18:53:23 +0000 Subject: [PATCH] drop 26_implicit-basename.dpatch --- debian/changelog | 4 +++- debian/patches/00list | 1 - debian/patches/26_implicit-basename.dpatch | 17 ----------------- 3 files changed, 3 insertions(+), 19 deletions(-) delete mode 100755 debian/patches/26_implicit-basename.dpatch diff --git a/debian/changelog b/debian/changelog index 632bdf2..3397e9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ nagios-plugins (1.4.14-5) UNRELEASED; urgency=low * Adding links to bugreports into most of the patches * Dropping patches not needed anymore: - - 14_check_log_paths.dpatch + - 14_check_log_paths.dpatch: paths are fine now + - 26_implicit-basename.dpatch: no 'implicitly convertion' found in buildlog + without the patch -- Jan Wagner Thu, 08 Apr 2010 23:54:05 +0200 diff --git a/debian/patches/00list b/debian/patches/00list index 750f8bd..9c64214 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -4,7 +4,6 @@ 18_check_game_cmdline.dpatch 22_check_smb_hostaddress.dpatch 23_check_smb_password.dpatch -26_implicit-basename.dpatch 27_check_radius_segfault.dpatch 32_check_ldap_pointer.dpatch 33_fix_emb_check_disk_smb.dpatch diff --git a/debian/patches/26_implicit-basename.dpatch b/debian/patches/26_implicit-basename.dpatch deleted file mode 100755 index 0121576..0000000 --- a/debian/patches/26_implicit-basename.dpatch +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 26-implicit-basename.dpatch by -## -## DP: Fix for implicit definition of basename function. (bugs.debian.org/396814) - -@DPATCH@ -diff -urNad nagios-plugins-1.4.4~/plugins/check_procs.c nagios-plugins-1.4.4/plugins/check_procs.c ---- nagios-plugins-1.4.4~/plugins/check_procs.c 2006-10-19 02:25:16.000000000 +0200 -+++ nagios-plugins-1.4.4/plugins/check_procs.c 2006-11-17 09:26:57.000000000 +0100 -@@ -45,6 +45,7 @@ - #include "utils.h" - - #include -+#include - - int process_arguments (int, char **); - int validate_arguments (void);