diff options
-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 |