diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-19 21:53:29 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-19 21:53:29 +0100 |
commit | 451132d9d6255f26e668d514a055dcec8bdcdd5b (patch) | |
tree | 6178c9d22ec6e84f849b05765923674c8e1599ad /debian | |
parent | 95298bb8a6c0977beef841f542cdc1614b23a0ea (diff) |
d/rules: Remove --parallel
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 <debian@jff-webhosting.net> 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 -- \ |