Package: sdlgfx
Version: 2.0.25-11.1
Followup-For: Bug #979279
User: [email protected]
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/
[email protected]                                     [email protected]
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"
 

Reply via email to