Bug#528044: vlc: only a typo in debian/rules

Salvatore Bonaccorso salvatore.bonaccorso at gmail.com
Sun May 10 14:37:54 UTC 2009


Package: vlc
Version: 0.9.9a-2
Severity: minor

Hi

(I'm none of the maintainers for vlc).

The typo seems to be located on line 188 of debian/rules, so the
following should solve this problem:

--- vlc-0.9.9a/debian/rules
+++ vlc-0.9.9a/debian/rules
@@ -185,7 +185,7 @@
 	# move .hosts
 	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
+	ln -s /etc/vlc/http/.hosts debian/vlc-data/usr/share/vlc/http/.hosts
 
 	#install BTS stuff
 	mkdir -p  debian/vlc-nox/usr/share/bug/vlc-nox

Bests
Salvatore





More information about the pkg-multimedia-maintainers mailing list