summaryrefslogtreecommitdiffstats
path: root/debian/_base/dependencies/tqtinterface/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-07-12 16:09:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-12 16:09:41 +0200
commit5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d (patch)
tree1ab78b3b57548e03c9d055b88f2d681d35a63f50 /debian/_base/dependencies/tqtinterface/debian
parent3e7c64331262e5e5238f04465670e1b1e96a2383 (diff)
downloadtde-packaging-5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d.tar.gz
tde-packaging-5e4af94bcf9b5b1d0737c35a6b2f9f40d4aa909d.zip
DEB: Change remaining DEB_BUILD_PARALLEL in 'rules' to make them conditional.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base/dependencies/tqtinterface/debian')
-rwxr-xr-xdebian/_base/dependencies/tqtinterface/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/dependencies/tqtinterface/debian/rules b/debian/_base/dependencies/tqtinterface/debian/rules
index eb10e465b..b5a2bb51d 100755
--- a/debian/_base/dependencies/tqtinterface/debian/rules
+++ b/debian/_base/dependencies/tqtinterface/debian/rules
@@ -23,6 +23,6 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
-DEB_BUILD_PARALLEL = true
+DEB_BUILD_PARALLEL ?= true
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)