[SCM] vlc/experimental: Remove plugins cache before running dh_install

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Dec 20 23:50:06 UTC 2014


The following commit has been merged in the experimental branch:
commit 9333d87eedda386f247b9795211b237f3c8435aa
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Nov 15 22:59:53 2014 +0100

    Remove plugins cache before running dh_install

diff --git a/debian/rules b/debian/rules
index 247bfdc..fa062cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -269,6 +269,8 @@ endif
 endif
 
 override_dh_install:
+	# Remove plugin cache
+	rm debian/tmp/usr/lib/vlc/plugins/plugins.dat
 	# Remove disabled plugins
 	sed "/\($(shell echo $(removeplugins) | sed 's/ /\\|/g')\)_/d" debian/vlc.install.in > debian/vlc.install
 	sed "/\($(shell echo $(removeplugins) | sed 's/ /\\|/g')\)_/d" debian/vlc-nox.install.in > debian/vlc-nox.install

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list