use autogen.sh directly instead of relying on dh_autoreconf to guess the right thing.

This commit is contained in:
Daniel Kahn Gillmor 2015-07-12 16:15:13 -04:00
parent b018527b5b
commit b094b1159f
1 changed files with 1 additions and 2 deletions

3
debian/rules vendored
View File

@ -9,8 +9,7 @@ export DH_OPTIONS += --dbg-package=libpsl0-dbg
dh $@ --with autoreconf dh $@ --with autoreconf
override_dh_autoreconf: override_dh_autoreconf:
gtkdocize dh_autoreconf ./autogen.sh
dh_autoreconf
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \