[SCM] mplayer2/master: disable dh_auto_clean
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Tue Aug 20 19:54:43 UTC 2013
The following commit has been merged in the master branch:
commit a53248bc4179c6b6913908baeb5914126cca0744
Author: Reinhard Tartler <siretart at tauware.de>
Date: Tue Aug 20 21:52:20 2013 +0200
disable dh_auto_clean
With recent debhelper, dh_auto_clean tries to call 'make distclean',
which fails when the source tree is unconfigured. This commit
effectively fixes a FTBFS
diff --git a/debian/rules b/debian/rules
index 869a84a..17da4ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,8 @@ override_dh_clean:
[ ! -f config.mak ] || dh_clean
rm -f VERSION
+override_dh_auto_clean:
+
get-orig-source:
sh debian/get-git-source.sh
--
mplayer2 packaging
More information about the pkg-multimedia-commits
mailing list