Control: tags 912056 + patch Control: tags 912056 + pending Dear maintainer,
I've prepared an NMU for xdffileio (versioned as 0.3-2.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
diff -Nru xdffileio-0.3/debian/changelog xdffileio-0.3/debian/changelog --- xdffileio-0.3/debian/changelog 2018-09-18 22:53:47.000000000 +0300 +++ xdffileio-0.3/debian/changelog 2018-12-10 10:41:39.000000000 +0200 @@ -1,3 +1,11 @@ +xdffileio (0.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix frequent parallel FTBFS by using the serial test harness. + (Closes: #912056) + + -- Adrian Bunk <b...@debian.org> Mon, 10 Dec 2018 10:41:39 +0200 + xdffileio (0.3-2) unstable; urgency=medium * Team upload. diff -Nru xdffileio-0.3/debian/patches/serial-tests.patch xdffileio-0.3/debian/patches/serial-tests.patch --- xdffileio-0.3/debian/patches/serial-tests.patch 1970-01-01 02:00:00.000000000 +0200 +++ xdffileio-0.3/debian/patches/serial-tests.patch 2018-12-10 10:41:39.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix frequent parallel FTBFS by using the serial test harness +Author: Adrian Bunk <b...@debian.org> + +--- xdffileio-0.3.orig/configure.ac ++++ xdffileio-0.3/configure.ac +@@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_HEADERS([config/config.h]) + + # Setup automake +-AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2 color-tests]) ++AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2 color-tests serial-tests]) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + + diff -Nru xdffileio-0.3/debian/patches/series xdffileio-0.3/debian/patches/series --- xdffileio-0.3/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ xdffileio-0.3/debian/patches/series 2018-12-10 10:40:36.000000000 +0200 @@ -0,0 +1 @@ +serial-tests.patch