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 | |
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
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index cbd6895dc..4f1214069 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: bison, bzip2, debhelper (>= 10), dh-apparmor, - dh-autoreconf, dpkg-dev (>= 1.16.2), flex, gperf, 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 |