diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2018-04-11 18:02:04 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2018-04-11 18:02:04 +0200 |
commit | f2399b852c3bc5757570b1376a807de6f93cd5a3 (patch) | |
tree | a48b0dc59dbd0ce84a4a5256d574a8d0c79b1d0e /debian/rules | |
parent | c66b748423e53755213ea2770864141ef9a33637 (diff) | |
download | vyos-strongswan-f2399b852c3bc5757570b1376a807de6f93cd5a3.tar.gz vyos-strongswan-f2399b852c3bc5757570b1376a807de6f93cd5a3.zip |
d/rules: drop parallel and autoreconf from dh, done with 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 8f5f922d5..d1dbf8a79 100755 --- a/debian/rules +++ b/debian/rules @@ -256,4 +256,4 @@ override_dh_missing-indep: dh_missing --list-missing %: - dh $@ --parallel --with autoreconf,systemd + dh $@ --with systemd |