[SCM] vlc/master: .hosts was removed in 2.1.0
edwardw-guest at users.alioth.debian.org
edwardw-guest at users.alioth.debian.org
Sun Oct 6 23:01:04 UTC 2013
The following commit has been merged in the master branch:
commit b38dd64469d750182e8e2bc02c879dd85af301c1
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date: Sun Oct 6 15:56:36 2013 -0400
.hosts was removed in 2.1.0
diff --git a/debian/rules b/debian/rules
index dfce007..477ac8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -256,14 +256,6 @@ override_dh_install:
find debian/tmp -name LICENSE -delete
# Install stuff
dh_install --fail-missing
- # move .hosts
- if test -d debian/vlc-data; then \
- mkdir -p debian/vlc-data/etc/vlc/lua/http/dialogs && \
- mv debian/vlc-data/usr/share/vlc/lua/http/dialogs/.hosts debian/vlc-data/etc/vlc/lua/http/dialogs && \
- ln -s /etc/vlc/lua/http/dialogs/.hosts debian/vlc-data/usr/share/vlc/lua/http/dialogs/.hosts && \
- mv debian/vlc-data/usr/share/vlc/lua/http/.hosts debian/vlc-data/etc/vlc/lua/http && \
- ln -s /etc/vlc/lua/http/.hosts debian/vlc-data/usr/share/vlc/lua/http/.hosts; \
- fi
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
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list