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

Simon McVittie smcv at debian.org
Thu Feb 17 08:29:44 UTC 2011


The following commit has been merged in the debian branch:
commit 7277130da4265d327b0dfc966e4e1d7b56eed963
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jul 15 11:45:43 2010 +0100

    Really get the documentation directories right if using dh_buildinfo

diff --git a/debian/changelog b/debian/changelog
index 7bdc2da..31d237b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ telepathy-glib (0.11.10-1+exp1) UNRELEASED; urgency=low
     libtelepathy-glib-dev
   * Add telepathy-glib.deps (taken from upstream git) and install it alongside
     the Vala bindings, to have correct interdependencies
+  * Really get the documentation directories right if using dh_buildinfo
 
  -- Simon McVittie <smcv at debian.org>  Thu, 15 Jul 2010 10:30:41 +0100
 
diff --git a/debian/rules b/debian/rules
index bfe2a24..c1afa42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,4 +35,11 @@ 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 \
+		install -d debian/$$p/usr/share/doc || exit $$?; \
+		ln -s libtelepathy-glib0 debian/$$p/usr/share/doc/$$p || exit $$?; \
+	done
+
 include $(CURDIR)/debian/update-patches.mk

-- 
telepathy-glib packaging



More information about the Pkg-telepathy-commits mailing list