[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian-experimental, updated. debian/3.8.0-1-12043-g6b3b460

Laurent Bigonville bigon at bigon.be
Tue Jun 4 12:25:43 UTC 2013


The following commit has been merged in the debian-experimental branch:
commit 6b3b460941571f8b1d0aa9373eb23f8607da6dfe
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Jun 4 13:51:34 2013 +0200

    Add debian/shlibs.local file for private libraries and look for the privates libs in empathy package during build.

diff --git a/debian/changelog b/debian/changelog
index 0ed0318..68df966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ empathy (3.8.3-1) UNRELEASED; urgency=low
     - Use canonical URL for the VCS fields
   * debian/rules: Exclude /usr/lib/mission-control-plugins.0/ and
     /usr/lib/empathy from dh_makeshlibs call
+  * Add debian/shlibs.local file for private libraries and look for the
+    privates libs in empathy package during build.
 
  -- Simon McVittie <smcv at debian.org>  Thu, 23 May 2013 09:20:28 +0100
 
diff --git a/debian/rules b/debian/rules
index b74bcd3..2b9506d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,5 +33,6 @@ else
 endif
 
 DEB_DH_MAKESHLIBS_ARGS_ALL = -Xusr/lib/mission-control-plugins.0/ -Xusr/lib/empathy/
+DEB_DH_SHLIBDEPS_ARGS_ALL = -Lempathy
 
 include $(CURDIR)/debian/update-patches.mk
diff --git a/debian/shlibs.local b/debian/shlibs.local
new file mode 100644
index 0000000..0b09342
--- /dev/null
+++ b/debian/shlibs.local
@@ -0,0 +1,2 @@
+libempathy-gtk 3.8.3 empathy (= ${binary:Version})
+libempathy 3.8.3 empathy (= ${binary:Version})

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list