diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 66297efc..4540c587 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,15 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with gir,systemd,autotools_dev + dh $@ --with gir,systemd,autoreconf + +autoreconf: + gtkdocize --copy + autopoint --force + AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install + +override_dh_autoreconf: + dh_autoreconf debian/rules -- autoreconf override_dh_auto_configure: dh_auto_configure -- \ |