From 451132d9d6255f26e668d514a055dcec8bdcdd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 21:53:29 +0100 Subject: d/rules: Remove --parallel --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 82fe3c4..a4d6136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ xtrkcad (1:5.1.0-1) unstable; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + - Remove --parallel from debian/rules. * debian/changelog, debian/control: Remove trailing whitespaces. -- Jörg Frings-Fürst Sun, 02 Jul 2017 17:36:42 +0200 diff --git a/debian/rules b/debian/rules index 0b1ffba..7bfa15d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \ -- cgit v1.2.3