[SCM] VLC media player packaging branch, sid, updated. debian/0.9.9a-1-11-g2d411b7

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Wed Apr 22 13:09:33 UTC 2009


The following commit has been merged in the sid branch:
commit 2f563db7fb3524faabb4691341a9dbd6dc40c724
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Wed Apr 22 12:43:50 2009 +0200

    Better check commad line
    
    So that we don't interfer with the user config and plugin cache if we
    don't build in a chroot/pbuilder/buildd

diff --git a/debian/rules b/debian/rules
index f713326..9fa1caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,7 +121,7 @@ ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	   echo "Not runing the test as you are compiling as root"; \
 	   echo "Use 'dpkg-buildpackage -rfakeroot' rather than 'fakeroot dpkg-buildpackage'"; \
 	else \
-	   command="./vlc -vvv --reset-plugins-cache --list --no-color"; \
+	   command="./vlc -vvv --ignore-config --no-plugins-cache --list --no-color"; \
 	   echo "$${command}"; $${command} ; \
 	fi
 endif

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list