autogen.sh suggests that we need to run gtkdocize before autoreconf
This commit is contained in:
parent
d59da14b64
commit
116407f80e
|
@ -8,6 +8,10 @@ export DH_OPTIONS += --dbg-package=libpsl0-dbg
|
||||||
%:
|
%:
|
||||||
dh $@ --with autoreconf
|
dh $@ --with autoreconf
|
||||||
|
|
||||||
|
override_dh_autoreconf:
|
||||||
|
gtkdocize
|
||||||
|
dh_autoreconf
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
|
|
Loading…
Reference in New Issue