autogen.sh suggests that we need to run gtkdocize before autoreconf

This commit is contained in:
Daniel Kahn Gillmor 2015-07-12 13:56:36 -04:00
parent d59da14b64
commit 116407f80e
1 changed files with 4 additions and 0 deletions

4
debian/rules vendored
View File

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