From 841dde796c2423266aebc1356ad0ddf49960b907 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Sun, 20 May 2007 18:29:27 +0000 Subject: [PATCH] config.sub fix --- debian/changelog | 4 +++- debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1fcf5f2..3e567a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,8 +23,10 @@ nagios-plugins (1.4.8-1) UNRELEASED; urgency=low * remove the following patches, which have been included upstream: - 28_check_tcp.expect_reporting.dpatch - 29_check_tcp.check_jabber-returns-warning.dpatch + * update debian/rules to reflect that config.{sub,guess} have changed + location in the upstream tarball. - -- sean finney Sun, 20 May 2007 20:12:32 +0200 + -- sean finney Sun, 20 May 2007 20:29:13 +0200 nagios-plugins (1.4.5-2.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index c9a94d8..3773bf9 100755 --- a/debian/rules +++ b/debian/rules @@ -58,8 +58,8 @@ config.status: configure exit 1; \ fi - ln -sf /usr/share/misc/config.sub . - ln -sf /usr/share/misc/config.guess . + ln -sf /usr/share/misc/config.sub build-aux + ln -sf /usr/share/misc/config.guess build-aux rm -f config.cache # Add here commands to configure the package.