Forgot to attach the diff:
diff -Nru apertium-hbs-mkd-0.1.0~r76450/debian/changelog apertium-hbs-mkd-0.1.0~r76450/debian/changelog --- apertium-hbs-mkd-0.1.0~r76450/debian/changelog 2018-07-10 08:07:30.000000000 +0200 +++ apertium-hbs-mkd-0.1.0~r76450/debian/changelog 2018-10-28 18:24:27.000000000 +0100 @@ -1,3 +1,10 @@ +apertium-hbs-mkd (0.1.0~r76450-2.1) unstable; urgency=medium + + * Non-maintainer upload + * Fix FTBFS on highly parallel builds. Closes: #910045 + + -- Christoph Biedl <[email protected]> Sun, 28 Oct 2018 18:24:27 +0100 + apertium-hbs-mkd (0.1.0~r76450-2) unstable; urgency=low * debian/control: diff -Nru apertium-hbs-mkd-0.1.0~r76450/debian/patches/cherry-pick.2c2f252.stop-creating-deps-during-the-build.patch apertium-hbs-mkd-0.1.0~r76450/debian/patches/cherry-pick.2c2f252.stop-creating-deps-during-the-build.patch --- apertium-hbs-mkd-0.1.0~r76450/debian/patches/cherry-pick.2c2f252.stop-creating-deps-during-the-build.patch 1970-01-01 01:00:00.000000000 +0100 +++ apertium-hbs-mkd-0.1.0~r76450/debian/patches/cherry-pick.2c2f252.stop-creating-deps-during-the-build.patch 2018-10-28 18:24:21.000000000 +0100 @@ -0,0 +1,28 @@ +Subject: Stop creating .deps during the build +Origin: 2c2f252 <https://github.com/apertium/apertium-hbs-mkd/commit/2c2f252> +Upstream-Author: Adrian Bunk <[email protected]> +Date: Fri Oct 26 15:34:54 2018 +0300 +Bug-Debian: https://bugs.debian.org/910045 + + .deps is no longer used since commit fe5619f0 + + This also fixes #1. + +--- a/Makefile.am ++++ b/Makefile.am +@@ -55,7 +55,6 @@ + lt-comp lr $(BASENAME).$(LANG1).dix $@ + + $(PREFIX1).autobil.bin: $(BASENAME).$(PREFIX1).dix +- if [ ! -d .deps ]; then mkdir .deps; fi + apertium-validate-dictionary $(BASENAME).$(PREFIX1).dix + lt-comp lr $(BASENAME).$(PREFIX1).dix $@ + +@@ -94,7 +93,6 @@ + lt-comp lr $(BASENAME).$(LANG2).dix $@ + + $(PREFIX2).autobil.bin: $(BASENAME).$(PREFIX1).dix +- if [ ! -d .deps ]; then mkdir .deps; fi + apertium-validate-dictionary $(BASENAME).$(PREFIX1).dix + lt-comp rl $(BASENAME).$(PREFIX1).dix $@ + diff -Nru apertium-hbs-mkd-0.1.0~r76450/debian/patches/series apertium-hbs-mkd-0.1.0~r76450/debian/patches/series --- apertium-hbs-mkd-0.1.0~r76450/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ apertium-hbs-mkd-0.1.0~r76450/debian/patches/series 2018-10-28 18:22:56.000000000 +0100 @@ -0,0 +1 @@ +cherry-pick.2c2f252.stop-creating-deps-during-the-build.patch
signature.asc
Description: PGP signature

