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

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Jun 6 15:00:31 UTC 2009


The following commit has been merged in the sid branch:
commit 3b12e46217d2dbe87853c0f531853713fecd0a93
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sat Jun 6 14:48:33 2009 +0000

    Make sure unpatch is last in the clean target
    
    Else we got problem when there is patches on the build system and make use several proc

diff --git a/debian/rules b/debian/rules
index d9d1d14..302276e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -141,8 +141,7 @@ endif
 endif
 	touch $@
 
-clean: clean-real unpatch
-clean-real:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -159,6 +158,7 @@ clean-real:
 	# Remove spurious autotools stuff
 	rm -f config.log confdefs.h
 	# Unpatch package
+	$(MAKE) -f debian/rules unpatch
 	dh_clean
 
 install: build

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list