Package: hf
Version: 0.7.1-1
Severity: serious
Tags: patch
Hi,
The new version of config.guess and config.sub you're using are
rather out of date, they're from 1999. Previous version of the
package just continued working after it complained that it
didn't know the arch but now with the new autoconf version it
just fails.
I attached a patch with gets the latest version from the
autotools-dev package at build time, so it should always have a
version for the arch it's building on.
Kurt
--- debian/rules.orig 2005-02-18 21:43:58.937780826 +0100
+++ debian/rules 2005-02-18 21:44:58.243869045 +0100
@@ -6,13 +6,16 @@
build:
$(checkdir)
+ -rm config.sub config.guess
+ ln -s /usr/share/misc/config.sub config.sub
+ ln -s /usr/share/misc/config.guess config.guess
./configure --prefix=/usr --enable-call=N0CALL
$(MAKE) CFLAGS="-O2 -g -Wall"
touch build
clean:
$(checkdir)
- rm -f build config.log config.cache
+ rm -f build config.log config.cache config.sub config.guess
-$(MAKE) distclean
rm -f `find . -name "*~"`
rm -rf debian/tmp debian/files* core debian/substvars
--- debian/control.orig 2005-02-18 21:43:40.601154195 +0100
+++ debian/control 2005-02-18 21:43:49.404534671 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: debmake, libgtk1.2-dev, libncurses5-dev, libasound2-dev
+Build-Depends: debmake, libgtk1.2-dev, libncurses5-dev, libasound2-dev,
autotools-dev
Package: hf
Architecture: any