Control: tags 876870 + patch Dear maintainer,
a patch for this failure is available in upstream's svn repository: https://sourceforge.net/p/apertium/svn/64863/tree//trunk/apertium-en-es/Makefile.am?diff=51af421534309d755140f9cf:64862 I've attached a proposed NMU to fix this build failure, but you might want to update to a more recent SVN commit instead of just cherry-picking. Regards, Andreas Moog -- PGP-encrypted mails preferred PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru apertium-en-es-0.8.0~r57502/debian/changelog apertium-en-es-0.8.0~r57502/debian/changelog --- apertium-en-es-0.8.0~r57502/debian/changelog 2016-07-10 07:45:54.000000000 +0200 +++ apertium-en-es-0.8.0~r57502/debian/changelog 2017-09-29 20:16:28.000000000 +0200 @@ -1,3 +1,10 @@ +apertium-en-es (0.8.0~r57502-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Apply patch from upstream SVN to fix FTBFS in test suite (Closes: #876870) + + -- Andreas Moog <andreas.m...@warperbbs.de> Fri, 29 Sep 2017 20:16:28 +0200 + apertium-en-es (0.8.0~r57502-2) unstable; urgency=low [ Tino Didriksen ] diff -Nru apertium-en-es-0.8.0~r57502/debian/patches/0001-fix-FTBFS-test-failure.patch apertium-en-es-0.8.0~r57502/debian/patches/0001-fix-FTBFS-test-failure.patch --- apertium-en-es-0.8.0~r57502/debian/patches/0001-fix-FTBFS-test-failure.patch 1970-01-01 01:00:00.000000000 +0100 +++ apertium-en-es-0.8.0~r57502/debian/patches/0001-fix-FTBFS-test-failure.patch 2017-09-29 20:16:16.000000000 +0200 @@ -0,0 +1,19 @@ +Description: Fix FTBFS due to error in testsuite +Origin: upstream, https://sourceforge.net/p/apertium/svn/64863/tree//trunk/apertium-en-es/Makefile.am?diff=51af421534309d755140f9cf:64862 +Bug-Debian: https://bugs.debian.org/876870 +Forwarded: not-needed +Last-Update: 2017-09-29 + +--- apertium-en-es-0.8.0~r57502.orig/Makefile.am ++++ apertium-en-es-0.8.0~r57502/Makefile.am +@@ -198,8 +198,8 @@ clean-local: + ############################################################################### + + test: all +- echo "Fue un malentendido." | apertium -d . es-en | tee .test-mt +- @echo "It was a misunderstanding." > .test-ref ++ echo "Un malentendido." | apertium -d . es-en | tee .test-mt ++ @echo "A misunderstanding." > .test-ref + @diff .test-ref .test-mt + echo "Three sad tigers" | apertium -d . en-es | tee .test-mt + @echo "Tres tigres tristes" > .test-ref diff -Nru apertium-en-es-0.8.0~r57502/debian/patches/series apertium-en-es-0.8.0~r57502/debian/patches/series --- apertium-en-es-0.8.0~r57502/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ apertium-en-es-0.8.0~r57502/debian/patches/series 2017-09-29 20:14:33.000000000 +0200 @@ -0,0 +1 @@ +0001-fix-FTBFS-test-failure.patch
signature.asc
Description: PGP signature
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers