summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-01-03 03:49:39 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-01-03 17:44:57 -0800
commit65193274589faf5e2bc339fc696f31e8504edfd3 (patch)
tree27bec6671e65c43c50d7577dd3826d47bfbf1373
parentb440166aef294a063ea58f31078392ff7d01db77 (diff)
debian/rules: Do not pass --parallel to dh as it is now the default.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 969f6da..eda5154 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ SHELL := sh -e
GFXBOOT_PATH = $(CURDIR)
%:
- dh ${@} --parallel
+ dh $@
VERSION:
echo $(DEB_VERSION_UPSTREAM) > VERSION