Control: tags 953728 + patch Control: tags 953728 + pending Dear maintainer,
I've prepared an NMU for gambc (versioned as 4.9.3-1.1) and uploaded it to DELAYED/1. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru gambc-4.9.3/debian/changelog gambc-4.9.3/debian/changelog --- gambc-4.9.3/debian/changelog 2019-05-13 22:18:50.000000000 +0300 +++ gambc-4.9.3/debian/changelog 2021-02-04 14:14:16.000000000 +0200 @@ -1,3 +1,11 @@ +gambc (4.9.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Workaround test hang on s390x, thanks to Nick Gasson. + (Closes: #953728) + + -- Adrian Bunk <[email protected]> Thu, 04 Feb 2021 14:14:16 +0200 + gambc (4.9.3-1) unstable; urgency=medium * New upstream release diff -Nru gambc-4.9.3/debian/patches/s390x.patch gambc-4.9.3/debian/patches/s390x.patch --- gambc-4.9.3/debian/patches/s390x.patch 1970-01-01 02:00:00.000000000 +0200 +++ gambc-4.9.3/debian/patches/s390x.patch 2021-02-04 14:14:16.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Workaround test hang on s390x +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/953728 + +--- gambc-4.9.3.orig/lib/os_io.c ++++ gambc-4.9.3/lib/os_io.c +@@ -5455,6 +5455,9 @@ ___BOOL blocking;) + #ifndef USE_ioctl + #undef FIONBIO + #endif ++#ifdef __s390x__ ++#undef FIONBIO ++#endif + + #ifdef FIONBIO + diff -Nru gambc-4.9.3/debian/patches/series gambc-4.9.3/debian/patches/series --- gambc-4.9.3/debian/patches/series 2019-05-13 07:53:14.000000000 +0300 +++ gambc-4.9.3/debian/patches/series 2021-02-04 14:14:16.000000000 +0200 @@ -1,3 +1,4 @@ riscv.patch itanium.patch reproducibility.patch +s390x.patch

