[Pkg-telepathy-commits] [SCM] telepathy-qt4 packaging branch, debian, updated. e1d13e3c25f7ac27e3098cb1c99e5f46278456ad

Simon McVittie smcv at debian.org
Tue Nov 10 14:46:37 UTC 2009


The following commit has been merged in the debian branch:
commit 42d200cd9c084bddffcab2855695f22d9d7e89a9
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Nov 10 13:56:17 2009 +0000

    Symlink most doc directories to the main shared library's doc dir

diff --git a/debian/control b/debian/control
index 4cca0f6..ef6239a 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,9 @@ Description: Telepathy framework - Qt 4 library
 Package: libtelepathy-qt4-farsight0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libtelepathy-qt4-0 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Telepathy/Farsight integration - Qt 4 library
  telepathy-qt4-farsight provides telepathy-qt4 integration with
  telepathy-farsight, which implements media streaming using GStreamer and
diff --git a/debian/libtelepathy-qt4-dbg.links b/debian/libtelepathy-qt4-dbg.links
new file mode 100644
index 0000000..630ec42
--- /dev/null
+++ b/debian/libtelepathy-qt4-dbg.links
@@ -0,0 +1 @@
+usr/share/doc/libtelepathy-qt4-0 usr/share/doc/libtelepathy-qt4-dbg
diff --git a/debian/libtelepathy-qt4-dev.links b/debian/libtelepathy-qt4-dev.links
new file mode 100644
index 0000000..5dfb57b
--- /dev/null
+++ b/debian/libtelepathy-qt4-dev.links
@@ -0,0 +1 @@
+usr/share/doc/libtelepathy-qt4-0 usr/share/doc/libtelepathy-qt4-dev
diff --git a/debian/libtelepathy-qt4-farsight0.links b/debian/libtelepathy-qt4-farsight0.links
new file mode 100644
index 0000000..c1d97bf
--- /dev/null
+++ b/debian/libtelepathy-qt4-farsight0.links
@@ -0,0 +1 @@
+usr/share/doc/libtelepathy-qt4-0 usr/share/doc/libtelepathy-qt4-farsight0
diff --git a/debian/rules b/debian/rules
index 85103a2..4277df1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,11 @@ common-build-indep::
 export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
 
 include $(CURDIR)/debian/update-patches.mk
+
+# we're going to symlink many of the doc directories together
+DEB_INSTALL_DOCS_libtelepathy-qt4-dbg := --no-act
+DEB_INSTALL_DOCS_libtelepathy-qt4-farsight0 := --no-act
+DEB_INSTALL_DOCS_libtelepathy-qt4-dev := --no-act
+DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-dbg := --no-act
+DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-farsight0 := --no-act
+DEB_INSTALL_CHANGELOGS_libtelepathy-qt4-dev := --no-act

-- 
telepathy-qt4 packaging



More information about the Pkg-telepathy-commits mailing list