[SCM] mplayer/master.experimental: fix clean target

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


The following commit has been merged in the master.experimental branch:
commit dc3714886bc8c7599f52777b0aa99467d55bbe0e
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Aug 17 17:50:44 2011 +0200

    fix clean target

diff --git a/debian/rules b/debian/rules
index 66430e6..803c525 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,7 +146,7 @@ install-indep: build-indep
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f config.mak ] || $(MAKE) -C DOCS/xml releaseclean && $(MAKE) distclean
+	[ ! -f config.mak ] || ( $(MAKE) -C DOCS/xml releaseclean && $(MAKE) distclean )
 	dh_clean snapshot_version
 	! test -d .git || quilt pop -a || test $$? = 2
 

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list