From ed1d55c1708b4e59a68f370fc7d69848878ba3e1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 5 Sep 2020 23:12:43 +0100 Subject: [PATCH] debian/rules: Build things in parallel now. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c2baf91..7fd9d2e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -%:; dh $@ --with tex +%:; dh $@ --parallel --with tex override_dh_clean: dh_clean -- 2.11.0