[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-71-g1668f60

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Jun 24 19:54:17 UTC 2010


The following commit has been merged in the experimental branch:
commit 1668f608fa451e26965ec606db5c42c8e725788f
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Jun 24 20:52:56 2010 +0100

    Move the luahttp's .hosts

diff --git a/debian/rules b/debian/rules
index 9f37180..d5cd3f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -212,6 +212,10 @@ install: build
 	mkdir -p debian/vlc-data/etc/vlc/http
 	mv debian/vlc-data/usr/share/vlc/http/.hosts debian/vlc-data/etc/vlc/http
 	ln -s /etc/vlc/http/.hosts debian/vlc-data/usr/share/vlc/http/.hosts
+	mkdir -p debian/vlc-data/etc/vlc/lua/http
+	mv debian/vlc-data/usr/share/vlc/lua/http/.hosts debian/vlc-data/etc/vlc/lua/http
+	ln -s /etc/vlc/http/.hosts debian/vlc-data/usr/share/vlc/lua/http/.hosts
+	
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	# Check that we did not install a plugin linked with libX11 in vlc-nox

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list