This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 7fd386d104a945215629d6b779a3e6246d9d5589 Author: Sven Eckelmann <[email protected]> Date: Sat Jul 23 16:46:14 2011 +0200 Mark all targets in debian/rules as phony --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 22ab8a5..0e2613b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mupen64plus (1.99.4+2) UNRELEASED; urgency=low * Remove overrides for lintian warning about change to native package * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control * Fix spelling of "Flexible" in debian/control (Closes: #633693) + * Mark all targets in debian/rules as phony -- Sven Eckelmann <[email protected]> Wed, 16 Feb 2011 11:46:55 +0100 diff --git a/debian/rules b/debian/rules index b8796e6..39a2ac9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- -%: +binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep %: dh $@ + +.PHONY: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

