This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-rsp-hle.
commit b04c343ccdfef4e5059754714ca14bc27cedf770 Author: Sven Eckelmann <[email protected]> Date: Wed Jun 26 12:30:18 2013 +0200 Work around new debhelper 9.20130624 clean behavior --- debian/changelog | 8 ++++++++ debian/rules | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84679fe..487a3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mupen64plus-rsp-hle (2.0~rc2+1+3d76355d095c-3) UNRELEASED; urgency=low + + * 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]> Wed, 26 Jun 2013 12:29:59 +0200 + mupen64plus-rsp-hle (2.0~rc2+1+3d76355d095c-2) experimental; urgency=low * Remove unused dependency to libsdl1.2-dev in debian/control diff --git a/debian/rules b/debian/rules index e48820c..fb7355e 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,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) @@ -31,4 +34,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-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

