summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2021-03-07 02:24:11 +0100
committergregor herrmann <gregoa@debian.org>2021-03-07 02:24:11 +0100
commitc9f53c7aabc46ee8f1d762cc3a435d1a7532c9d8 (patch)
tree5cd3bf07e2bb53b0ec61fc5e3c5de1b03f20f5fe
parentafb54cc5cd7fea767383a00124fa17ae57345392 (diff)
Build with --no-parallel.
Otherwise we get build failures with some ordering issued around manpages and libraries.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c929144..3affe9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
%:
- dh $@
+ dh $@ --no-parallel
override_dh_install:
dh_install