From 86a4f2c40642169282cb9df7db6f21e8b3d29e26 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 30 Jul 2019 20:14:10 +0000 Subject: [PATCH] set debhelper compat to 10 for parallel build support Signed-off-by: Ivailo Monev --- package/debian/compat | 2 +- package/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/debian/compat b/package/debian/compat index f11c82a4c..9a037142a 100644 --- a/package/debian/compat +++ b/package/debian/compat @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file diff --git a/package/debian/rules b/package/debian/rules index 49c64c6c2..8c755f460 100755 --- a/package/debian/rules +++ b/package/debian/rules @@ -5,7 +5,7 @@ export LD_LIBRARY_PATH := $(shell pwd)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)/lib:$(LD_LIBRARY_PATH) %: - dh $@ + dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- -Wno-dev \