This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xz-java.
commit 91313e9dd0d7dd2ea9ae67058628d7f84a71e9d6 Author: Emmanuel Bourg <[email protected]> Date: Sun Sep 22 23:59:46 2013 +0200 Enabled the debugging symbols in the compiled classes --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 51c42dd..c369d89 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ override_dh_auto_build: dh_auto_build - ant -Dextdoc_url=file:///usr/share/doc/default-jdk-doc/api jar doc maven + ant -Dextdoc_url=file:///usr/share/doc/default-jdk-doc/api -Ddebug=true jar doc maven override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

