[Pkg-telepathy-commits] [SCM] telepathy-gabble packaging branch, debian-experimental, updated. debian/0.15.3-1-20-g6b18c29

Simon McVittie smcv at debian.org
Sat Apr 7 14:14:58 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit 6b18c29203b1247c039950a098e24aba27154d81
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Apr 4 18:23:35 2012 +0100

    Don't generate shared library dependencies for private libraries either

diff --git a/debian/changelog b/debian/changelog
index 0bc0138..456c26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 telepathy-gabble (0.16.0-1) UNRELEASED; urgency=low
 
   * Merge from Ubuntu
+    - new upstream release
   * Delete all unwanted .la files from plugins
   * List all uninstalled files
   * Don't waste time building static libraries - the only use of libraries
@@ -8,6 +9,7 @@ telepathy-gabble (0.16.0-1) UNRELEASED; urgency=low
   * Simplify how we get parallel builds
   * Standards-Version: 3.9.3 (no changes)
   * Remove the development symlinks for our private (plugin) libraries
+  * Don't generate shared library dependencies for private libraries either
 
  -- Simon McVittie <smcv at debian.org>  Wed, 04 Apr 2012 16:52:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 0fa73da..a523fec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,3 +33,7 @@ override_dh_install:
 
 override_dh_strip:
 	dh_strip --dbg-package=telepathy-gabble-dbg
+
+# the libraries are considered private, nothing in Debian should depend on them
+override_dh_makeshlibs:
+	:

-- 
telepathy-gabble packaging



More information about the Pkg-telepathy-commits mailing list