This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 30af9eb9fd1912557289cffe00b0d17c11733921 Author: Martin Erik Werner <[email protected]> Date: Tue Jul 3 11:49:04 2012 +0200 remove -r from launcher, deprecated upstream --- scripts/redeclipse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/redeclipse b/scripts/redeclipse index 49dc459..9143e70 100644 --- a/scripts/redeclipse +++ b/scripts/redeclipse @@ -7,6 +7,6 @@ do fi done -RE_OPTIONS="-r" +RE_OPTIONS="" cd /usr/lib/games/redeclipse || exit 1 exec ./redeclipse ${RE_OPTIONS} ${1+"$@"} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

