From 8158b193f5787c8f121b0a3abded5939e109ddfa Mon Sep 17 00:00:00 2001
From: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date: Mon, 18 Jan 2016 17:22:06 +0000
Subject: [PATCH] debian/rules: use autogen.sh so we can build directly from
 git

Refs T770. Similar to D1435.

Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D1641
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7b32658..942a74c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 %:
 	dh $@ --with autoreconf --with systemd
 
+override_dh_autoreconf:
+	NOCONFIGURE=1 dh_autoreconf ./autogen.sh --
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc=yes
 
-- 
GitLab