[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 a204fd89f4b1b822ba05ab14d2aa7173b354f33e
Author: Laurent Bigonville <bigon at bigon.be>
Date: Tue Jun 4 12:52:49 2013 +0200
debian/rules: Exclude /usr/lib/mission-control-plugins.0/ and /usr/lib/empathy from dh_makeshlibs call
diff --git a/debian/changelog b/debian/changelog
index adc63d8..0ed0318 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ empathy (3.8.3-1) UNRELEASED; urgency=low
* debian/control:
- Bump Standards-Version to 3.9.4 (no further changes)
- Use canonical URL for the VCS fields
+ * debian/rules: Exclude /usr/lib/mission-control-plugins.0/ and
+ /usr/lib/empathy from dh_makeshlibs call
-- Simon McVittie <smcv at debian.org> Thu, 23 May 2013 09:20:28 +0100
diff --git a/debian/rules b/debian/rules
index b718d56..b74bcd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,4 +32,6 @@ else
DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-gudev=no
endif
+DEB_DH_MAKESHLIBS_ARGS_ALL = -Xusr/lib/mission-control-plugins.0/ -Xusr/lib/empathy/
+
include $(CURDIR)/debian/update-patches.mk
--
Empathy packaging
More information about the Pkg-telepathy-commits
mailing list