[Pkg-telepathy-commits] [SCM] Salut packaging branch, debian-experimental, updated. debian/0.7.0-1-10-gce7eeec
Laurent Bigonville
bigon at bigon.be
Fri Apr 13 15:13:10 UTC 2012
The following commit has been merged in the debian-experimental branch:
commit ce7eeecf5762bf85bfd5b577be7c3c0e4d02a456
Author: Laurent Bigonville <bigon at bigon.be>
Date: Fri Apr 13 17:08:49 2012 +0200
Don't generate shared library dependencies for private libraries
diff --git a/debian/changelog b/debian/changelog
index f3d4099..374f4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ telepathy-salut (0.8.0-1) UNRELEASED; urgency=low
- Remove the development symlinks for our private (plugin) libraries
- Remove the .la for the plugins
- Disable build of static libraries
+ - Don't generate shared library dependencies for private libraries
- -- Laurent Bigonville <bigon at debian.org> Fri, 13 Apr 2012 17:07:35 +0200
+ -- Laurent Bigonville <bigon at debian.org> Fri, 13 Apr 2012 17:08:15 +0200
telepathy-salut (0.7.0-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 999a5a9..cd358fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ DEB_CONFIGURE_LIBEXECDIR := "\$${prefix}/lib/telepathy"
DEB_CONFIGURE_EXTRA_FLAGS := --enable-olpc --disable-static
+DEB_DH_MAKESHLIBS_ARGS := -Xusr/lib/telepathy/salut-0/lib/
+
include $(CURDIR)/debian/update-patches.mk
install/telepathy-salut::
--
Salut packaging
More information about the Pkg-telepathy-commits
mailing list