[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian, updated. debian/0.11.3-1-6-g2902742
Simon McVittie
smcv at debian.org
Wed Apr 28 18:47:59 UTC 2010
The following commit has been merged in the debian branch:
commit 642dd47b6c84968e4332d7a175106849f5aabcfe
Author: Simon McVittie <smcv at debian.org>
Date: Wed Apr 28 18:33:04 2010 +0100
New upstream version
- new API/ABI
- disable the new GObject-Introspection for the moment, I'll enable it in
experimental first
- increase GLib and gtk-doc dependencies
diff --git a/debian/changelog b/debian/changelog
index 55290ef..35ca97a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+telepathy-glib (0.11.4-1) UNRELEASED; urgency=low
+
+ * New upstream version
+ - new API/ABI
+ - disable the new GObject-Introspection for the moment, I'll enable it in
+ experimental first
+ - increase GLib and gtk-doc dependencies
+
+ -- Simon McVittie <smcv at debian.org> Wed, 28 Apr 2010 18:30:54 +0100
+
telepathy-glib (0.11.3-1) unstable; urgency=low
[ Simon McVittie ]
diff --git a/debian/control b/debian/control
index 9d55003..b0be833 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Uploaders: Dafydd Harries <daf at debian.org>,
Build-Depends: cdbs,
dbus,
debhelper (>= 5),
- libglib2.0-dev (>= 2.20),
+ libglib2.0-dev (>= 2.24),
libdbus-glib-1-dev (>= 0.82),
libdbus-1-dev (>= 0.95),
xsltproc,
python,
- gtk-doc-tools (>= 1.10),
+ gtk-doc-tools (>= 1.14-2),
pkg-config (>= 0.21)
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-telepathy/telepathy-glib.git
diff --git a/debian/libtelepathy-glib0.symbols b/debian/libtelepathy-glib0.symbols
index 2b31505..312332b 100644
--- a/debian/libtelepathy-glib0.symbols
+++ b/debian/libtelepathy-glib0.symbols
@@ -3,6 +3,7 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
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.11.3 at TELEPATHY_GLIB_0.11.3 0.11.3
+ TELEPATHY_GLIB_0.11.4 at TELEPATHY_GLIB_0.11.4 0.11.4
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
@@ -131,6 +132,10 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
tp_asv_take_bytes at TELEPATHY_GLIB_0.7.29 0.7.29
tp_asv_take_object_path at TELEPATHY_GLIB_0.7.29 0.7.29
tp_asv_take_string at TELEPATHY_GLIB_0.7.29 0.7.29
+ tp_avatar_requirements_copy at TELEPATHY_GLIB_0.11.4 0.11.4
+ tp_avatar_requirements_destroy at TELEPATHY_GLIB_0.11.4 0.11.4
+ tp_avatar_requirements_get_type at TELEPATHY_GLIB_0.11.4 0.11.4
+ tp_avatar_requirements_new at TELEPATHY_GLIB_0.11.4 0.11.4
tp_base_connection_add_interfaces at TELEPATHY_GLIB_0.7.0 0.7.1
tp_base_connection_change_status at TELEPATHY_GLIB_0.7.0 0.7.1
tp_base_connection_channel_manager_iter_init at TELEPATHY_GLIB_0.7.15 0.7.15
@@ -602,10 +607,13 @@ libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER#
tp_cm_param_filter_uint_nonzero at TELEPATHY_GLIB_0.7.0 0.7.1
tp_cm_param_setter_offset at TELEPATHY_GLIB_0.7.0 0.7.1
tp_connection_call_when_ready at TELEPATHY_GLIB_0.7.7 0.7.7
+ tp_connection_get_avatar_requirements at TELEPATHY_GLIB_0.11.4 0.11.4
tp_connection_get_capabilities at TELEPATHY_GLIB_0.11.3 0.11.3
tp_connection_get_contact_attributes at TELEPATHY_GLIB_0.7.19 0.7.19
tp_connection_get_contacts_by_handle at TELEPATHY_GLIB_0.7.18 0.7.18
tp_connection_get_contacts_by_id at TELEPATHY_GLIB_0.7.18 0.7.18
+ tp_connection_get_detailed_error at TELEPATHY_GLIB_0.11.4 0.11.4
+ tp_connection_get_feature_quark_avatar_requirements at TELEPATHY_GLIB_0.11.4 0.11.4
tp_connection_get_feature_quark_capabilities at TELEPATHY_GLIB_0.11.3 0.11.3
tp_connection_get_feature_quark_connected at TELEPATHY_GLIB_0.11.3 0.11.3
tp_connection_get_feature_quark_core at TELEPATHY_GLIB_0.11.3 0.11.3
diff --git a/debian/rules b/debian/rules
index d802e79..7818501 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.3)"
+DEB_DH_MAKESHLIBS_ARGS_libtelepathy-glib0 := -V"libtelepathy-glib0 (>= 0.11.4)"
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/autotools.mk
@@ -17,6 +17,7 @@ DEB_DH_STRIP_ARGS := --dbg-package=libtelepathy-glib0-dbg
DEB_MAKE_CHECK_TARGET := check
DEB_CONFIGURE_EXTRA_FLAGS := \
--disable-Werror \
+ --disable-introspection \
--enable-gtk-doc \
--with-html-dir=\$${prefix}/share/doc/libtelepathy-glib-doc
--
telepathy-glib packaging
More information about the Pkg-telepathy-commits
mailing list