[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian, updated. debian/0.10.1-1-10-g1139b4c

Simon McVittie smcv at debian.org
Mon Apr 5 20:01:37 UTC 2010


The following commit has been merged in the debian branch:
commit 1139b4c9e4f109f27b2504b533dde4f810080e3f
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Apr 5 20:03:36 2010 +0100

    New upstream version with new API/ABI
    
    * New upstream version with new API/ABI
      - disables strict gtk-doc coverage checking in release builds, fixing
        FTBFS with newer gtk-doc (closes: #576438)

diff --git a/debian/changelog b/debian/changelog
index dfd6045..a41b34c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+telepathy-glib (0.11.1-1) unstable; urgency=low
+
+  * New upstream version with new API/ABI
+    - disables strict gtk-doc coverage checking in release builds, fixing
+      FTBFS with newer gtk-doc (closes: #576438)
+
+ -- Simon McVittie <smcv at debian.org>  Mon, 05 Apr 2010 19:48:13 +0100
+
 telepathy-glib (0.11.0-1) unstable; urgency=low
 
   * New upstream version with new API/ABI
diff --git a/debian/libtelepathy-glib0.symbols b/debian/libtelepathy-glib0.symbols
index bcdb611..1ebb38f 100644
--- a/debian/libtelepathy-glib0.symbols
+++ b/debian/libtelepathy-glib0.symbols
@@ -1,6 +1,7 @@
 libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
 * Build-Depends-Package: libtelepathy-glib-dev
  TELEPATHY_GLIB_0.11.0 at TELEPATHY_GLIB_0.11.0 0.11.0
+ TELEPATHY_GLIB_0.11.1 at TELEPATHY_GLIB_0.11.1 0.11.1
  TELEPATHY_GLIB_0.7.0 at TELEPATHY_GLIB_0.7.0 0.7.1
  TELEPATHY_GLIB_0.7.10 at TELEPATHY_GLIB_0.7.10 0.7.10
  TELEPATHY_GLIB_0.7.12 at TELEPATHY_GLIB_0.7.12 0.7.12
@@ -82,6 +83,8 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
  tp_account_remove_finish at TELEPATHY_GLIB_0.9.0 0.9.0
  tp_account_request_presence_async at TELEPATHY_GLIB_0.9.0 0.9.0
  tp_account_request_presence_finish at TELEPATHY_GLIB_0.9.0 0.9.0
+ tp_account_set_avatar_async at TELEPATHY_GLIB_0.11.1 0.11.1
+ tp_account_set_avatar_finish at TELEPATHY_GLIB_0.11.1 0.11.1
  tp_account_set_connect_automatically_async at TELEPATHY_GLIB_0.9.0 0.9.0
  tp_account_set_connect_automatically_finish at TELEPATHY_GLIB_0.9.0 0.9.0
  tp_account_set_display_name_async at TELEPATHY_GLIB_0.9.0 0.9.0
@@ -624,6 +627,7 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
  tp_contact_get_connection at TELEPATHY_GLIB_0.7.18 0.7.18
  tp_contact_get_handle at TELEPATHY_GLIB_0.7.18 0.7.18
  tp_contact_get_identifier at TELEPATHY_GLIB_0.7.18 0.7.18
+ tp_contact_get_location at TELEPATHY_GLIB_0.11.1 0.11.1
  tp_contact_get_presence_message at TELEPATHY_GLIB_0.7.18 0.7.18
  tp_contact_get_presence_status at TELEPATHY_GLIB_0.7.18 0.7.18
  tp_contact_get_presence_type at TELEPATHY_GLIB_0.7.18 0.7.18
@@ -1247,6 +1251,7 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
  tp_type_dbus_array_of_a_7bsv_7d at TELEPATHY_GLIB_0.7.26 0.7.26
  tp_type_dbus_array_of_a_7bua_28a_7bsv_7das_29_7d at TELEPATHY_GLIB_0.7.37 0.7.37
  tp_type_dbus_array_of_o at TELEPATHY_GLIB_0.7.34 0.7.34
+ tp_type_dbus_array_of_y at TELEPATHY_GLIB_0.11.1 0.11.1
  tp_type_dbus_array_os at TELEPATHY_GLIB_0.7.5 0.7.5
  tp_type_dbus_array_osuu at TELEPATHY_GLIB_0.7.0 0.7.1
  tp_type_dbus_array_sa_28usuussduss_29 at TELEPATHY_GLIB_0.7.0 0.7.1
diff --git a/debian/rules b/debian/rules
index 443a715..54f62dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.11.0)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.11.1)"
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
telepathy-glib packaging



More information about the Pkg-telepathy-commits mailing list