[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian-experimental, updated. debian/0.16.1-1-3-gcab8998

Emilio Pozuelo Monfort emilio.pozuelo at collabora.co.uk
Wed Nov 9 14:25:41 UTC 2011


The following commit has been merged in the debian-experimental branch:
commit 97ea7a5c327ac1f2fe7a65df55db72ca974de75d
Author: Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk>
Date:   Mon Mar 28 20:16:44 2011 +0100

    Temporarily remove the gir bindings

diff --git a/debian/changelog b/debian/changelog
index 723e474..13e4086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+telepathy-glib (0.11.11-2) UNRELEASED; urgency=low
+
+  * Temporarily remove the gir bindings. They will come back when 0.14
+    reaches unstable.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 28 Mar 2011 20:13:46 +0100
+
 telepathy-glib (0.11.11-1) unstable; urgency=low
 
   * New upstream release (new API, ABI)
diff --git a/debian/control b/debian/control
index 4f989d6..060fe4d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,11 @@ Uploaders: Dafydd Harries <daf at debian.org>,
            Simon McVittie <smcv at debian.org>,
            Sjoerd Simons <sjoerd at debian.org>,
            Laurent Bigonville <bigon at debian.org>,
-           Jonny Lamb <jonny at debian.org>
+           Jonny Lamb <jonny at debian.org>,
+           Emilio Pozuelo Monfort <pochu at debian.org>
 Build-Depends: cdbs,
                dbus,
                debhelper (>= 7.4.2),
-               gir1.0-glib-2.0,
-               gobject-introspection (>= 0.6.14),
-               libgirepository1.0-dev (>= 0.6.14),
                libglib2.0-dev (>= 2.24),
                libdbus-glib-1-dev (>= 0.82),
                libdbus-1-dev (>= 0.95),
@@ -79,19 +77,3 @@ Description: GLib Telepathy library (documentation)
  including instant messaging, voice calls and video calls. It abstracts
  differences between protocols to provide a unified interface for
  applications.
-
-Package: gir1.0-telepathyglib-0.12
-Architecture: any
-Depends: ${gir:Depends}, ${misc:Depends}
-Description: GLib Telepathy connection manager library (GObject-Introspection)
- This package contains introspection data for telepathy-glib, which can be used
- to generate dynamic bindings for Telepathy components.
- .
- These GObject-Introspection bindings are considered to be experimental by the
- maintainers of telepathy-glib, and might receive incompatible changes until
- at least telepathy-glib 0.12.0.
- .
- Telepathy is a D-Bus framework for unifying real time communication,
- including instant messaging, voice calls and video calls. It abstracts
- differences between protocols to provide a unified interface for
- applications.
diff --git a/debian/gir1.0-telepathyglib-0.12.install b/debian/gir1.0-telepathyglib-0.12.install
deleted file mode 100644
index c93373f..0000000
--- a/debian/gir1.0-telepathyglib-0.12.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/girepository-1.0/TelepathyGLib-0.12.typelib
diff --git a/debian/libtelepathy-glib-dev.install b/debian/libtelepathy-glib-dev.install
index c4f98c1..0ba6ef1 100644
--- a/debian/libtelepathy-glib-dev.install
+++ b/debian/libtelepathy-glib-dev.install
@@ -2,4 +2,3 @@ debian/tmp/usr/lib/libtelepathy-glib.so
 debian/tmp/usr/lib/libtelepathy-glib.a
 debian/tmp/usr/include/telepathy-1.0
 debian/tmp/usr/lib/pkgconfig/telepathy-glib.pc
-debian/tmp/usr/share/gir-1.0
diff --git a/debian/rules b/debian/rules
index aa81b91..6796ce3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,26 +17,22 @@ DEB_DH_STRIP_ARGS := --dbg-package=libtelepathy-glib0-dbg
 DEB_MAKE_CHECK_TARGET := check
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-Werror \
-	--enable-introspection \
+	--disable-introspection \
 	--enable-gtk-doc \
 	--with-html-dir=\$${prefix}/share/doc/libtelepathy-glib-doc
 
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
-	dh_girepository -p$(cdbs_curpkg)
-
 # we symlink many of the doc directories together
 DEB_INSTALL_DOCS_ALL :=
 DEB_INSTALL_DOCS_libtelepathy-glib0 := README NEWS AUTHORS
 DEB_INSTALL_DOCS_libtelepathy-glib-doc := README NEWS AUTHORS
 DEB_INSTALL_DOCS_libtelepathy-glib0-dbg := --link-doc=libtelepathy-glib0
 DEB_INSTALL_DOCS_libtelepathy-glib-dev := --link-doc=libtelepathy-glib0
-DEB_INSTALL_DOCS_gir1.0-telepathyglib-0.12 := --link-doc=libtelepathy-glib0
 
 debian/stamp-buildinfo: insist-on-symlinks
 insist-on-symlinks:
-	for p in libtelepathy-glib0-dbg libtelepathy-glib-dev gir1.0-telepathyglib-0.12; do \
+	for p in libtelepathy-glib0-dbg libtelepathy-glib-dev; do \
 		install -d debian/$$p/usr/share/doc || exit $$?; \
 		ln -s libtelepathy-glib0 debian/$$p/usr/share/doc/$$p || exit $$?; \
 	done

-- 
telepathy-glib packaging



More information about the Pkg-telepathy-commits mailing list