This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository resteasy.
commit db165a0d9cd82565f30a884334fa6c49c84a8d4a Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 18 10:37:52 2016 +0200 New dependencies on libjboss-logging-java and libjboss-logging-tools-java --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 391242e..2b7e65b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ resteasy (3.0.18-1) UNRELEASED; urgency=medium - Ignore the jboss-parent pom - Ignore the new resteasy-wadl module - Ignore the now enabled arquillian module + - New dependencies on libjboss-logging-java and libjboss-logging-tools-java * No longer build the unused tjws module (Closes: #830819) * Updated debian/watch to track the releases >= 3.0.18 diff --git a/debian/control b/debian/control index a6bc45a..d84d7f4 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,8 @@ Build-Depends-Indep: libjackson-json-java, libjaxb-java, libjaxrs-api-java, + libjboss-logging-java, + libjboss-logging-tools-java, libjettison-java, liblog4j1.2-java (>= 1.2.17), libmaven-install-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/resteasy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

