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 0c31bf6e6ec686e4177905693ccea60325e4fa3c Author: Sven Eckelmann <[email protected]> Date: Sun Aug 21 17:56:02 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 f27911d..3abf5ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mupen64plus-rsp-hle (1.99.4-4) 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:53:53 +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-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

