[folks] build: Disable fatal warnings when making distcheck



commit 8ebe13c457660de380521874a006425083151741
Author: Philip Withnall <philip tecnocode co uk>
Date:   Thu Jul 4 21:57:04 2013 +0100

    build: Disable fatal warnings when making distcheck
    
    It’s just too painful. They’re normally turned on during development
    anyway.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=703514

 Makefile.am |    1 +
 NEWS        |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a82d5e1..61c8950 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        --enable-tracker-backend \
        --enable-zeitgeist \
        --disable-vala \
+       --disable-fatal-warnings \
        $(NULL)
 
 EXTRA_DIST = \
diff --git a/NEWS b/NEWS
index ca843cf..3c05d62 100644
--- a/NEWS
+++ b/NEWS
@@ -4,11 +4,13 @@ Overview of changes from libfolks 0.9.3 to libfolks 0.9.4
 Dependencies:
 
 Major changes:
+• Fatal warnings are now turned off when distchecking
 
 Bugs fixed:
 • Bug 699865 — Folks needs to expose chat/VoIP service client types
 • Bug 703402 — Backend support libraries don't set the GIR version and namespace
 • Bug 703450 — Telepathy backend gir fails to link
+• Bug 703514 — Can't build FolksTelepathy-0.6.gir
 
 API changes:
 • Add PresenceDetails.client_types


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]