From: Debian Janitor Date: Wed, 15 Apr 2020 14:00:47 +0000 (+0000) Subject: Drop unnecessary dh arguments: --parallel X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~35^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=73b0e4cdb29fd40afda99b9e63fb347d1d5b6ed3;p=gpac.git Drop unnecessary dh arguments: --parallel Fixes: lintian: debian-rules-uses-unnecessary-dh-argument See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html --- diff --git a/debian/changelog b/debian/changelog index 747da1d..d3302ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gpac (0.7.1+dfsg1-4) UNRELEASED; urgency=medium * Bump debhelper from old 9 to 10. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Drop unnecessary dh arguments: --parallel -- Debian Janitor Wed, 15 Apr 2020 13:58:48 +0000 diff --git a/debian/rules b/debian/rules index d8328a1..5f067a5 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_CFLAGS ?= $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags - DEB_LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) %: - dh $@ --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \