This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 7ce6a9ca488da5d26b799f5bade45114098d4eef Author: Sven Eckelmann <[email protected]> Date: Sat Jun 13 23:42:07 2009 +0200 Provide get-orig-source target in debian/rules --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0a237dd..67c6afe 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ %: dh --with quilt $@ +get-orig-source: + uscan --verbose --force-download + clean: mkdir -p "$(CURDIR)/glN64" cp "$(CURDIR)/debian/Makefile.glN64" "$(CURDIR)/glN64/Makefile" @@ -24,4 +27,4 @@ override_dh_auto_install: override_dh_strip: dh_strip -a --dbg-package=mupen64plus-dbg -.PHONY: clean +.PHONY: clean get-orig-source -- 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

