This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit e1eb6da326bc74559e862f8637247cc4f1c10198 Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 13:03:38 2009 +0200 Remove unused configure target in debian/rules --- debian/changelog | 1 + debian/rules | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 749957f..ab89261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ mupen64plus (1.5-2) UNRELEASED; urgency=low - Use dh_prep instead of dh_clean -k - Let dh_clean remove the toplevel stamp files - Remove unused dh_* commands + - Remove unused configure target * Don't mark files in /usr/share as conffiles - they are only templates -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 diff --git a/debian/rules b/debian/rules index ac19235..ef7e39f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,16 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -configure: configure-stamp -configure-stamp: - dh_testdir - - touch configure-stamp - - build: build-stamp - -build-stamp: configure-stamp +build-stamp: dh_testdir $(MAKE) all @@ -58,4 +50,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install -- 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

