diff options
Diffstat (limited to 'debian')
-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 bef964c..0359b66 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: net Priority: extra Maintainer: Ondřej Surý <ondrej@debian.org> Build-Depends: debhelper (>= 9), - dh-autoreconf, liburcu-dev (>= 0.4), libssl-dev, flex, diff --git a/debian/rules b/debian/rules index 5293576..7af5415 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ else endif %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ |