This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-ecs.
commit 078387b47a7531b8d78ca4b05a69a671d92a7fe6 Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 6 22:53:44 2014 +0100 Enabled the debug symbols --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index adf33e8..bef9653 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jakarta-ecs (1.4.2-3) UNRELEASED; urgency=medium * Team upload. * Package adopted by the Java Team (Closes: #640778) * Install the Maven artifacts in /usr/share/maven-repo + * Enabled the debug symbols * Removed the files related to log4j in the debian directory * Changed the watch file to check ecs instead of log4j * Switch to source format 3.0 (quilt) diff --git a/debian/rules b/debian/rules index 5e1ac5c..3e5b7dc 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java PACKAGE := $(DEB_SOURCE_PACKAGE) -DEB_ANT_ARGS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 +DEB_ANT_ARGS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 -Dbuild.compiler=modern -Ddebug=on DEB_JARS := regexp DEB_ANT_BUILDFILE := build/build-ecs.xml DEB_ANT_BUILD_TARGET := jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-ecs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

