This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit 822d7ade618ed2898f6efabcb4a8ac25690ce171 Author: Felipe Sateler <[email protected]> Date: Mon Dec 28 17:08:32 2015 -0300 Add pulseaudio binary dir to dpkg-shlibdeps search path --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 982268d..6896f3b 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,8 @@ endif DEB_DH_MAKESHLIBS_ARGS_ALL = --exclude=usr/lib/pulse-$(DEB_UPSTREAM_VERSION)/modules \ --exclude=usr/lib/$(DEB_HOST_MULTIARCH)/pulseaudio +DEB_DH_SHLIBDEPS_ARGS_ALL = -- -Sdebian/pulseaudio + LDFLAGS += -Wl,--no-as-needed DEB_DH_INSTALL_SOURCEDIR = $(CURDIR)/debian/tmp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

