diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-01-06 12:11:00 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-01-06 12:11:00 +0100 |
commit | ffbbc0df9838ea4293a55562bb52b991e3488631 (patch) | |
tree | 6ec7f8966923134a7efd73cf24d8cdcc1c90ea63 /debian | |
parent | 351fdba61cbff50892dd727ff66a8995db5c23a4 (diff) | |
download | knot-ffbbc0df9838ea4293a55562bb52b991e3488631.tar.gz |
Don't use dh-autoreconf, upstream uses recent enough autotools
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 -- \ |