From 551e64f1441d179b4eb67873917f0133cda13591 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 29 Jan 2019 15:03:31 +0000
Subject: [PATCH] debian: Don't build with fatal warnings

Fatal warnings are rarely appropriate for released packages: it's
easy for a new compiler to result in new warnings.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index eebbbd530..0e58af0a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
 
 binaries := $(shell dh_listpackages)
 confflags = \
+	--disable-Werror \
 	--enable-host-prefix=$(DEB_HOST_GNU_TYPE)- \
 	--libexecdir=\$${exec_prefix}/lib/libcapsule \
 	$(NULL)
-- 
GitLab