[next] telepathy-glib: Don't force the ABI wrangling to happen for 0.99. x snapshots

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 17 10:24:24 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 287fe3d7c9636854c6b4f50b8e3b83daa347b5a1
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=287fe3d7c9636854c6b4f50b8e3b83daa347b5a1

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 17 16:50:41 2013 +0100

Don't force the ABI wrangling to happen for 0.99.x snapshots

---

 telepathy-glib/abi.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index 465ea30..8d91674 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -72,7 +72,9 @@ libtelepathy_glib_1_core_la_DEPENDENCIES += \
     _gen/core-abi.txt \
     $(NULL)
 
-if OFFICIAL_RELEASE
+# Always allow undocumented ABI for now
+# will be "if OFFICIAL_RELEASE" eventually
+if FALSE
 # don't allow undocumented ABI
 MAKE_VERSION_SCRIPT_FLAGS =
 else



More information about the telepathy-commits mailing list