diff options
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 -- \ |