Control: tags -1 patch

Hi,

On 15.08.2014 13:26, Reinhard Tartler wrote:
Please avoid the use of -Werror when building debian package. It is of
great use for upstream development, but very annoying in cases such as
these.

Attached patch disables -Werror, when building the Debian package.

Best regards,
Andreas

diff --git a/debian/rules b/debian/rules
index 60aa424..11cdfdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 
 %:
 	dh $@ --parallel --with autotools_dev
+
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-warnings=no

Reply via email to