From a8e6b660df099c92cf67476264d626997ea01b11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 04:03:47 +0100 Subject: [PATCH] Building with dh --parallel. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0794db9..ff97a7f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: - dh ${@} + dh ${@} --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip