[Pkg-nagios-changes] [pkg-nagios-plugins] 72/413: config.sub fix

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:07 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 841dde796c2423266aebc1356ad0ddf49960b907
Author: Sean Finney <seanius at debian.org>
Date:   Sun May 20 18:29:27 2007 +0000

    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 <seanius at debian.org>  Sun, 20 May 2007 20:12:32 +0200
+ -- sean finney <seanius at debian.org>  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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list