This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-video-rice.
commit 7505ec7b82f492a9c13b8be2acd06a43286a6971 Author: Sven Eckelmann <[email protected]> Date: Sun Aug 21 17:56:03 2011 +0200 Don't mix implicit and explicit rules to prevent FTBFS with make 3.82 --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fdbb895..593a28a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mupen64plus-video-rice (1.99.4-5) UNRELEASED; urgency=low * debian/control: - Add virtual package libsdl-dev as alternative build dependency + * Don't mix implicit and explicit rules to prevent FTBFS with make 3.82 -- Sven Eckelmann <[email protected]> Sat, 20 Aug 2011 21:54:35 +0200 diff --git a/debian/rules b/debian/rules index ca0ea9c..690b4d3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' API DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg -binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %: +binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep: dh $@ --sourcedirectory="projects/unix" --parallel --list-missing get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

