From 9fbe2ddd07ef99c226a8ff16e2b5025cecd3fb76 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 12 Apr 2014 12:48:21 +0200 Subject: Use dh-autoreconf to update the build system Override dh_autoreconf since we need to run gtkdocize. --- debian/rules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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 -- \ -- cgit 1.3.0-6-gf8a5