diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-28 09:52:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-28 09:52:38 +0200 |
commit | 8beb6e7bce264735a8d11eef188b9a8ca2c112ca (patch) | |
tree | 3efd97ac698cf1c2f43bc31122eb4bd272139816 /debian/rules | |
parent | df8388850f009a9d71a614f32f980d648f547304 (diff) |
Drop defaults when using dh compat 10
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 417efe3..df29cd3 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --parallel --with autotools_dev,systemd + dh $@ override_dh_auto_configure: autoconf |