From ff87fcafa9816cfa049ea8f2c9e5c743f9497b66 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jun 2018 17:07:07 -0700 Subject: Update debhelper compatibility level to V11 * Update debhelper compatibility level to V11. - Remove explicit autoreconf sequence configuration. - Remove now-unnecessary --parallel flags. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 1d2f446..4d4380a 100755 --- a/debian/rules +++ b/debian/rules @@ -11,10 +11,10 @@ export WALLET_PERL_FLAGS := --installdirs vendor --create_packlist 0 export AUTOMATED_TESTING = 1 %: - dh $@ --parallel --with autoreconf + dh $@ override_dh_auto_configure: - dh_auto_configure --parallel -- --enable-reduced-depends + dh_auto_configure -- --enable-reduced-depends # Install the remctl configuration as part of the build. override_dh_auto_install: -- cgit v1.2.3