-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In Ubuntu, we applied the attached patch to fix this FTBFS.
Thank you.
- --
Luca Falavigna
Ubuntu MOTU Developer
GPG Key: 0x86BC2A50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHghyNnXjXEYa8KlARAmpOAJ40VRwEZ/H9m/K8QiQ0vleRnyNPnwCgoqvF
qbmXdiXoaY+tQazSZwCvnXQ=
=XpGN
-----END PGP SIGNATURE-----
diff -pruN 0.4.0-1/debian/rules 0.4.0-1ubuntu1/debian/rules
--- 0.4.0-1/debian/rules 2008-01-03 18:12:41.000000000 +0000
+++ 0.4.0-1ubuntu1/debian/rules 2008-01-03 18:11:38.000000000 +0000
@@ -15,7 +15,7 @@ build-stamp:
# # test the interface
@echo "[ Testing the cl-plplot interface... ]"
- sbcl --noinform --disable-debugger <<< '(load "debian/test.lisp")'
+ echo '(load "debian/test.lisp")' | sbcl --noinform --disable-debugger
@echo "[ Done ]"
touch $@