[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 5232bff1d5426ad3fee3d879ba1006dcde735889
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Apr 4 18:20:22 2012 +0100

    Remove the development symlinks for our private (plugin) libraries

diff --git a/debian/changelog b/debian/changelog
index df6c6da..0bc0138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ telepathy-gabble (0.16.0-1) UNRELEASED; urgency=low
     in this package is for plugins, which have to be dynamic
   * Simplify how we get parallel builds
   * Standards-Version: 3.9.3 (no changes)
+  * Remove the development symlinks for our private (plugin) libraries
 
  -- Simon McVittie <smcv at debian.org>  Wed, 04 Apr 2012 16:52:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 7e9c093..0fa73da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,10 +19,14 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	:
 
+# remove the development symlinks - nothing in Debian should depend on these
+# private libraries
 override_dh_auto_install:
 	dh_auto_install
 	rm -f debian/tmp/usr/lib/telepathy/gabble-0/plugins/*.la
 	rm -f debian/tmp/usr/lib/telepathy/gabble-0/lib/*.la
+	rm -f debian/tmp/usr/lib/telepathy/gabble-0/lib/libwocky.so
+	rm -f debian/tmp/usr/lib/telepathy/gabble-0/lib/libgabble-plugins.so
 
 override_dh_install:
 	dh_install --list-missing
diff --git a/debian/telepathy-gabble.install b/debian/telepathy-gabble.install
index 58a535e..a299646 100644
--- a/debian/telepathy-gabble.install
+++ b/debian/telepathy-gabble.install
@@ -1,5 +1,6 @@
 debian/tmp/usr/lib/telepathy/telepathy-gabble
-debian/tmp/usr/lib/telepathy/gabble-0/lib/*.so
+debian/tmp/usr/lib/telepathy/gabble-0/lib/libgabble-plugins-*.so
+debian/tmp/usr/lib/telepathy/gabble-0/lib/libwocky-*.so
 debian/tmp/usr/lib/telepathy/gabble-0/plugins/*.so
 debian/tmp/usr/share/man
 debian/tmp/usr/share/dbus-1

-- 
telepathy-gabble packaging



More information about the Pkg-telepathy-commits mailing list