[SCM] vlc/master: Drop check for X libraries

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Oct 12 17:36:31 UTC 2016


The following commit has been merged in the master branch:
commit e61a061d5042079761ca103a04b5a8c76cf79005
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Oct 12 01:51:14 2016 +0200

    Drop check for X libraries

diff --git a/debian/rules b/debian/rules
index f8bd46e..26255bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -387,14 +387,6 @@ override_dh_install:
 	# Install
 	dh_install --fail-missing
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-	# Check that we did not install a plugin linked with libX11 or
-	# libxcb in vlc-nox
-	LD_LIBRARY_PATH="debian/libvlccore8/usr/lib:debian/libvlc5/usr/lib$${LD_LIBRARY_PATH:+:}$${LD_LIBRARY_PATH:-}"; \
-	for file in $$(find debian/vlc-nox/usr/lib/vlc -name '*.so'); do \
-		if ldd -r $$file | egrep -q -e 'libX11\.so' -e 'libxcb\.so'; then \
-			echo warning: $$file depends on libX11 or libxcb; \
-		fi; \
-	done; \
 	# Install zsh completion
 	dh_install -pvlc-nox extras/analyser/_vlc usr/share/zsh/vendor-completions
 endif

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list