tags 663193 + patch
thanks

The problem is caused by replacing config.guess/sub in the clean target
instead of in the build target.

The attached patch should fix this FTBFS in a minimal way.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
--- a/debian/rules
+++ b/debian/rules
@@ -139,18 +139,6 @@
 
 	rm -rf debian/tmp build
 
-	# Update config.{sub,guess} from autotools-dev, if possible.
-	-for f in config.sub config.guess ; do \
-		if test -r /usr/share/misc/$$f ; then \
-			OLDDATE=`./$$f -t | tr -d -` ; \
-			NEWDATE=`/usr/share/misc/$$f -t | tr -d -` ; \
-			if [ $$OLDDATE -lt $$NEWDATE ] ; then \
-				echo "GNU config automated update of $$f (replacing $$OLDDATE with $$NEWDATE)" 1>&2 ; \
-				cp -f /usr/share/misc/$$f $$f ; \
-			fi; \
-		fi; \
-	done
-
 	debconf-updatepo
 
 	-find -type f -name 'Makefile.in' | sed -e 's/\.in$$//' | xargs rm -f

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to