[SCM] VLC media player packaging branch, sid, updated. debian/0.8.6.h-5-28-ged98bf2

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Feb 24 00:03:54 UTC 2009


The following commit has been merged in the sid branch:
commit f0f16ccc142fac86bfa8b3b6bab8b8902e5e03b1
Author: Christophe Mutricy <xtophe at altair.v.videolan.org>
Date:   Mon Feb 23 18:20:42 2009 +0100

    Fix for 2 builds in a row
    
    The make distclean is too agressive.

diff --git a/debian/rules b/debian/rules
index f197754..0f862f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,7 +146,7 @@ clean-real:
 	dh_testroot
 	rm -f build-stamp
 	# Clean VLC
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -rf tmp/
 	# Clean zsh completion stuff
 	rm -f extras/zsh

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list