From a4941e463be2969eb4fa834cb2d2ec6b14225252 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Fri, 21 Jul 2017 12:58:04 +0100
Subject: [PATCH] Override the right target (hopefully) to make gtk-doc et al
 work right

---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3145b9cb2..e38fb923c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 	@echo "DH $@"
 	dh $@ --with autoreconf
 
-override_dh_auto_configure:
-	NOCONFIGURE=1 dh_auto_configure ./autogen.sh -- \
-	  --libexecdir=\$${libdir}/capsule
+override_dh_autoreconf:
+	NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- --libexecdir=\$${libdir}/capsule
 
-- 
GitLab