[SCM] mplayer2/master: Do not fail on clean if config.mak is missing.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Aug 20 15:41:04 UTC 2013


The following commit has been merged in the master branch:
commit 7bbd7230a7401b9143872e35277ec3d512241716
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Aug 20 16:32:31 2013 +0100

    Do not fail on clean if config.mak is missing.
    
    Closes: #718111

diff --git a/debian/rules b/debian/rules
index 6ed3558..869a84a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,9 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbg-package=mplayer2-dbg
 
+override_dh_auto_clean:
+	dh_auto_clean || true
+
 override_dh_clean:
 	[ ! -f config.mak ] || dh_clean
 	rm -f VERSION

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list