diff options
author | Robert Millan <rmh@debian.org> | 2004-08-14 17:12:05 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:16 +0200 |
commit | 6235fbfad481ddf5a8564ff2a7f4dbf105f14a7c (patch) | |
tree | 04191e098e48690514f0f6b3c056568b26c29fba | |
parent | f6662087b605118a830d531713c3712bc70164b8 (diff) | |
download | inetutils-6235fbfad481ddf5a8564ff2a7f4dbf105f14a7c.tar.gz |
Revert wrong s/HOST/BUILD/g "fix"
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 5d756df..e725094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,6 @@ inetutils (2:1.4.2+20040207-@unreleased@) unstable; urgency=low - control.in (Build-Depends): Set cdbs (>= 0.4.15) - autotools.mk: Nuked. - rules - * Fix for cross-compiling. - - rules: s/DEB_HOST_GNU_SYSTEM/DEB_BUILD_GNU_SYSTEM/g * Make inetutils-tools provide net-tools on non-Linux. (Closes: #262189) - control.in - rules diff --git a/debian/rules b/debian/rules index 0d213d3..ea86240 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DEB_CONFIGURE_LIBEXECDIR ="\$${prefix}/sbin" # Set proper Priority and Section clean :: -ifeq ($(DEB_BUILD_GNU_SYSTEM),linux) +ifeq ($(DEB_HOST_GNU_SYSTEM),linux) cat debian/control.in \ | sed 's/@inetutils:Priority@/optional/g' \ | sed 's/@syslogd:Priority@/optional/g' \ |