[SCM] vlc/master: Run distclean after building the static libraries.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Aug 1 22:46:31 UTC 2013


The following commit has been merged in the master branch:
commit 896ac073027db804f5ad421d3efb53fbd9c5eef5
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Aug 2 00:46:18 2013 +0200

    Run distclean after building the static libraries.

diff --git a/debian/rules b/debian/rules
index abd6957..7ff2737 100755
--- a/debian/rules
+++ b/debian/rules
@@ -227,6 +227,7 @@ override_dh_auto_configure:
 	mkdir -p tmp
 	cp src/.libs/libvlccore.a tmp/libvlccore.a
 	cp lib/.libs/libvlc.a tmp/libvlc.a
+	$(MAKE) distclean
 	dh_auto_configure -- $(confflags)
 
 override_dh_auto_test:

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list