This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jedit.
commit dd71ed413cfad6d5cdb0c56929d9231a919495f0 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 13 12:27:26 2014 +0200 Added an explicit build dependency on libxerces2-java since it's no longer on the Ant classpath (Closes: #765056) --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ddd74c9..6351938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ jedit (5.1.0+dfsg-2) UNRELEASED; urgency=medium * Team upload. + * Added an explicit build dependency on libxerces2-java since it's no longer + on the Ant classpath (Closes: #765056) * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 * debian/copyright: Fixed the short license names diff --git a/debian/control b/debian/control index f01fa79..0e1861f 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: ant, libbsf-java, libcommons-logging-java, libjsr305-java, + libxerces2-java, quilt (>= 0.46-7~), xsltproc Build-Depends-Indep: default-jdk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

