Package: swi-prolog
Severity: serious
Version: 5.6.14-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD, mips, mipsel.
It needs updated config.guess and config.sub.
Your package already build-depends on autotools-dev,
please use attached tweak for debian/rules
to auto-update them.
It would also be nice if you can ask upstream
to update their config.sub/config.guess in next release.
Thanks in advance
Petr--- swi-prolog-5.6.14/debian/rules 2007-01-23 12:01:30.000000000 +0100
+++ swi-prolog-5.6.14/debian/rules 2007-01-23 12:03:28.000000000 +0100
@@ -34,11 +34,17 @@
patch-stamp:
dpatch apply-all
+ cp -a /usr/share/misc/config.{sub,guess} src/
+ cp -a /usr/share/misc/config.{sub,guess} packages/jpl/
+ cp -a /usr/share/misc/config.{sub,guess} packages/xpce/src/
unpatch:
dpatch deapply-all
rm -rf debian/patched
+ -rm -f src/config.{sub,guess}
+ -rm -f packages/jpl/config.{sub,guess}
+ -rm -f packages/xpce/src/config.{sub,guess}
build: build-stamp
build-stamp: patch