[neon/qt/qbs/Neon/release] debian: debian/rules: Workaround bug with parallel creation of docs
Marius Gripsgard
null at kde.org
Thu May 5 12:48:32 BST 2022
Git commit 805cc46a31dba01fd556595a5eaed9c100b93822 by Marius Gripsgard.
Committed on 22/02/2022 at 23:10.
Pushed by jriddell into branch 'Neon/release'.
debian/rules: Workaround bug with parallel creation of docs
M +2 -2 debian/rules
https://invent.kde.org/neon/qt/qbs/commit/805cc46a31dba01fd556595a5eaed9c100b93822
diff --git a/debian/rules b/debian/rules
index 9234208..95d8873 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,11 +30,11 @@ override_dh_auto_configure:
-DQBS_INSTALL_QCH_DOCS=yes
override_dh_auto_build-indep:
- dh_auto_build -- -C doc
+ dh_auto_build --no-parallel -- -C doc
dh_auto_build -- -C share
override_dh_auto_install-indep:
- dh_auto_install -- -C doc
+ dh_auto_install --no-parallel -- -C doc
dh_auto_install -- -C share
override_dh_auto_test-arch:
More information about the Neon-commits
mailing list