Bug#979279: sdlgfx: Please mark -doc package Multi-Arch: foreign
Steve Langasek
steve.langasek at canonical.com
Tue Jan 5 19:12:15 GMT 2021
Package: sdlgfx
Version: 2.0.25-11.1
Followup-For: Bug #979279
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu hirsute ubuntu-patch
Apologies, it seems an additional change is needed in order to make sdlgfx
successfully pass its tests in a cross environment. Please see attached.
This may want adjusting to work in environments where $DEB_* variables have
not been set, but with this change the sdlgfx tests did pass on all
architectures in Ubuntu.
Thanks for considering,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru sdlgfx-2.0.25/debian/tests/compile-libsdl-gfx-test0 sdlgfx-2.0.25/debian/tests/compile-libsdl-gfx-test0
--- sdlgfx-2.0.25/debian/tests/compile-libsdl-gfx-test0 2017-10-28 13:51:09.000000000 -0700
+++ sdlgfx-2.0.25/debian/tests/compile-libsdl-gfx-test0 2021-01-04 17:20:06.000000000 -0800
@@ -18,7 +18,8 @@
tar xvf $EXAMPLES -C .
cd examples
./autogen.sh
-./configure
+./configure --host=$DEB_HOST_GNU_TYPE
+
make
echo "build: OK"
More information about the Pkg-sdl-maintainers
mailing list