From 7c4ea9966868b0b9c0d8d764e20db584835e255a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Apr 2017 00:20:54 +0200 Subject: Removing superfluous --parallel when invoking debhelper as it's the default with compat level 10, thanks to Gianfranco Costamagna . Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0b0fa18..c893e9a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := storage-tools %: - dh ${@} --parallel --with apache2,systemd + dh ${@} --with apache2,systemd override_dh_auto_build: # disabled -- cgit v1.2.3