chiark / gitweb /
Summary: Make the build not run in parallel (fixes: #991133)
authorMatthew Vernon <matthew@debian.org>
Mon, 19 Jul 2021 10:24:03 +0000 (11:24 +0100)
committerMatthew Vernon <matthew@debian.org>
Mon, 19 Jul 2021 10:24:03 +0000 (11:24 +0100)
commite7ca711b3ed2b81782c750a08916253546df8944
treec08893b141ce6829485962e0f91952289628290e
parentd385de41c99a08cdfec297cc23ba3ee1bcd814b4
Summary: Make the build not run in parallel (fixes: #991133)

The changes from Helmut to make cross-building work moved us from
non-parallel to parallel builds. Unfortunately, the build system isn't
parallel-build-safe (see, for example, the calls of make from within
the Makefile), and this meant that in some circumstances the
concordance file ended up empty.

This package is very quick to build, so tell dh_auto_build to not
attempt parallel building.
debian/rules