This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-jexl2-java.
commit 2afed24c507a27609268260813af01844c14280e Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 20 15:03:29 2016 +0100 Fixed the build failure with commons-parent 39 (Closes: #812085) --- debian/changelog | 2 ++ debian/control | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f37df6..be376a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ libcommons-jexl2-java (2.1.1-3) UNRELEASED; urgency=medium + * Fixed the build failure with commons-parent 39 (enables the OSGI metadata) + (Closes: #812085) * Moved the package to Git * Switch to debhelper level 9 * Standards-Version 3.9.6 (no changes) diff --git a/debian/control b/debian/control index 72efd0b..eaacde3 100644 --- a/debian/control +++ b/debian/control @@ -8,14 +8,16 @@ Build-Depends: debhelper (>= 9), default-jdk, javahelper, - maven-debian-helper (>= 1.6.1) + maven-debian-helper (>= 2.0.2~) Build-Depends-Indep: default-jdk-doc, junit4, + libbuild-helper-maven-plugin-java, libcommons-logging-java, libcommons-logging-java-doc, - libcommons-parent-java (>= 22), + libcommons-parent-java (>= 39), libjavacc-maven-plugin-java, + libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-jexl2-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jexl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

