use autogen.sh directly instead of relying on dh_autoreconf to guess the right thing.
This commit is contained in:
parent
b018527b5b
commit
b094b1159f
|
@ -9,8 +9,7 @@ export DH_OPTIONS += --dbg-package=libpsl0-dbg
|
|||
dh $@ --with autoreconf
|
||||
|
||||
override_dh_autoreconf:
|
||||
gtkdocize
|
||||
dh_autoreconf
|
||||
dh_autoreconf ./autogen.sh
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
|
|
Loading…
Reference in New Issue