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 2ae811d3bb1e4ff002eab56dc224a26c37e10060 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 13 11:17:06 2014 +0200 Added an explicit build dependency on libxerces2-java since it's no longer on the Ant classpath (Closes: #765057) --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e2a86ed..a30f786 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ jakarta-ecs (1.4.2-4) UNRELEASED; urgency=medium + * Added an explicit build dependency on libxerces2-java since it's no longer + on the Ant classpath (Closes: #765057) * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 13 Oct 2014 10:50:19 +0200 diff --git a/debian/control b/debian/control index a8549dc..a908a90 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, maven-repo-helper, libregexp-java +Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, maven-repo-helper, libregexp-java, libxerces2-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jakarta-ecs.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jakarta-ecs.git diff --git a/debian/rules b/debian/rules index 3e5b7dc..43c31ce 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ 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 -Dbuild.compiler=modern -Ddebug=on -DEB_JARS := regexp +DEB_JARS := regexp xercesImpl 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

