[SCM] mplayer/master.experimental: unbreak building mplayer-doc package

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Aug 17 16:35:40 UTC 2011


The following commit has been merged in the master.experimental branch:
commit 8c945247c4b8ba35414198766a76e431d4216458
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Aug 17 18:23:22 2011 +0200

    unbreak building mplayer-doc package

diff --git a/debian/rules b/debian/rules
index 3a6a267..76df5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,7 @@ DOCS/HTML/en/index.html:
 build-indep:
 	dh_testdir
 	dh_prep -i
-	test ! -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html
+	test -f DOCS/HTML/en/index.html || $(MAKE) -f debian/rules DOCS/HTML/en/index.html
 
 # commands to compile the documentation
 install-indep: build-indep

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list