[pulseaudio] 01/02: Exclude private libpulsecommon-5.0 from dh_makeshlibs
Felipe Sateler
fsateler at moszumanska.debian.org
Sat Jul 26 05:14:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsateler pushed a commit to branch master
in repository pulseaudio.
commit 31b084e3a509ad04c541a1e6e6f72c064fb2c7f1
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Jul 26 01:00:30 2014 -0400
Exclude private libpulsecommon-5.0 from dh_makeshlibs
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b8748c1..7a46c0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pulseaudio (5.0-3) UNRELEASED; urgency=medium
* Enable testsuite
* Bump debhelper compat level to 9
- debug symbols are now stored by build-id instead of by path
+ - Exclude private libpulsecommon-5.0.so from dh_makeshlibs
* Change init script dependency from avahi to avahi-daemon. Closes: #731609
- Requires adding a Breaks on avahi-daemon << 0.6.31-3
* Bump standards-version (No changes needed)
diff --git a/debian/rules b/debian/rules
index 8197aee..9c822ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,8 @@ ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1)
endif
-DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules
+DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules \
+ --exclude=usr/lib/$(DEB_HOST_MULTIARCH)/pulseaudio/libpulsecommon-$(DEB_UPSTREAM_VERSION).so
LDFLAGS += -Wl,--no-as-needed
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list