This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 15e21ebeaf5aaf4ed922fbecd121de8474949f43 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 25 09:52:11 2015 +0100 Added the missing build depdndency on libasm3-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 71ab7ae..6f38e17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jetty8 (8.1.18-2) UNRELEASED; urgency=medium * Fixed a build failure with maven-debian-helper 2.0 + * Added the missing build depdndency on libasm3-java -- Emmanuel Bourg <[email protected]> Wed, 25 Nov 2015 09:43:59 +0100 diff --git a/debian/control b/debian/control index 36d90ee..198b481 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: ant-optional, glassfish-jmac-api (>= 1:2.1.1-b31g-2), javahelper, junit, + libasm3-java, libbuild-helper-maven-plugin-java, libgeronimo-jta-1.1-spec-java, libmail-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

