This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-ui-console.
commit 1f36d44596c36fbefc35fc06186c8612d543c379 Author: Sven Eckelmann <[email protected]> Date: Wed Jun 26 12:30:18 2013 +0200 Work around new debhelper 9.20130624 clean behavior --- debian/changelog | 3 +++ debian/rules | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9d26d64..d3c6ac6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ mupen64plus-ui-console (2.0~rc2+1+b39a4ffc9d54-3) UNRELEASED; urgency=low - Depend on libsdl2-dev for new SDLmain function * debian/rules: - Build against SDL2 + * Work around new debhelper 9.20130624 clean behavior which is causing + a FTBFS by adding an explicit override_dh_auto_clean rule in + debian/rules -- Sven Eckelmann <[email protected]> Tue, 25 Jun 2013 00:13:34 +0200 diff --git a/debian/rules b/debian/rules index 854d842..f6b4dd1 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,9 @@ binary binary-arch binary-indep build build-arch build-indep clean install insta get-orig-source: $(CURDIR)/debian/get-orig-source.sh +override_dh_auto_clean: + dh_auto_clean -- $(MAKEOPTIONS) + override_dh_auto_build: dh_auto_build -- all $(MAKEOPTIONS) @@ -28,4 +31,4 @@ override_dh_installchangelogs: dh_installchangelogs RELEASE .PHONY: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep \ - get-orig-source override_dh_auto_build override_dh_auto_install override_dh_strip override_dh_installchangelogs + get-orig-source override_dh_auto_clean override_dh_auto_build override_dh_auto_install override_dh_strip override_dh_installchangelogs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-ui-console.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

