config.sub fix
This commit is contained in:
parent
6034fcc499
commit
841dde796c
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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@debian.org> Sun, 20 May 2007 20:12:32 +0200
|
||||
-- sean finney <seanius@debian.org> Sun, 20 May 2007 20:29:13 +0200
|
||||
|
||||
nagios-plugins (1.4.5-2.1) unstable; urgency=low
|
||||
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue