Package: gramadoir
Version: 0.4-2
Severity: important
Tags: patch
Hello,
The current version of gramadoir fails to build on GNU/kFreeBSD,
because of outdated config.guess and config.sub.
The versions of config.guess and config.sub in gramadoir are too
old to correctly support Debian GNU/k*BSD. A version is needed
from this year, which is available in the autotools-dev packages
that are in current sarge, and sid.
You can find attached a patch to update config.guess and config.sub
automatically from autotools-dev.
It would also be nice if you cans ask upstream to update
config.guess and config.sub in their next release.
Thanks for your cooperation.
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-17
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u gramadoir-0.4/debian/control gramadoir-0.4/debian/control
--- gramadoir-0.4/debian/control
+++ gramadoir-0.4/debian/control
@@ -2,7 +2,7 @@
Section: misc
Priority: optional
Maintainer: Alastair McKinstry <[EMAIL PROTECTED]>
-Build-Depends: dbs, debhelper (>= 3)
+Build-Depends: dbs, debhelper (>= 3), autotools-dev
Standards-Version: 3.6.1.0
Package: gramadoir
diff -u gramadoir-0.4/debian/rules gramadoir-0.4/debian/rules
--- gramadoir-0.4/debian/rules
+++ gramadoir-0.4/debian/rules
@@ -24,6 +24,7 @@
${STAMP_DIR}/configure-stamp: $(patched)
dh_testdir
+ cp -f /usr/share/misc/config.{guess,sub} $(BUILD_TREE)
( cd $(BUILD_TREE) && ./configure --prefix=/usr \
--libexecdir=/usr/lib/gramadoir )
touch $@