[SCM] easytag/master: Disable -Werror to fix build with GCC 4.9
jcowgill-guest at users.alioth.debian.org
jcowgill-guest at users.alioth.debian.org
Tue May 19 16:56:50 UTC 2015
The following commit has been merged in the master branch:
commit 8d83cdef4bf1cb7cbd2d07bb1296fdb4e1a75e0b
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Tue May 19 17:29:02 2015 +0100
Disable -Werror to fix build with GCC 4.9
diff --git a/debian/rules b/debian/rules
index 4df32c1..ce0f956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
- dh_auto_configure -- --disable-silent-rules
+ dh_auto_configure -- --disable-silent-rules --disable-Werror
override_dh_installdocs:
dh_installdocs --link-doc=easytag
--
easytag packaging
More information about the pkg-multimedia-commits
mailing list