From: Graham Inggs Date: Mon, 27 Dec 2021 07:51:34 +0000 (+0200) Subject: Upstream's Makefile is not parallel-safe, build with --no-parallel for now X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=77109974ff48443d5ad47cbaf8c9debeb32e7ff6;p=utf8proc.git Upstream's Makefile is not parallel-safe, build with --no-parallel for now Upload to unstable --- diff --git a/debian/changelog b/debian/changelog index 993cc4e..d272615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +utf8proc (2.7.0-3) unstable; urgency=medium + + * Upstream's Makefile is not parallel-safe, + build with --no-parallel for now + + -- Graham Inggs Mon, 27 Dec 2021 07:47:18 +0000 + utf8proc (2.7.0-2) unstable; urgency=medium * Use GraphemeBreakTest.txt as is, re-enable graphemetest diff --git a/debian/rules b/debian/rules index c5d77dd..51e4d29 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --no-parallel override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)