From: Mo Zhou Date: Sun, 22 Oct 2023 21:17:41 +0000 (-0400) Subject: Discard the --no-parallel dh option. X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a9299456dfb5b4680b313c6059d9d04a16fbb27;p=utf8proc.git Discard the --no-parallel dh option. --- diff --git a/debian/rules b/debian/rules index 51e4d29..a14ec8e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --no-parallel + dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH)