This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-logging-tools.
commit 4b02c4de423e986b0c39ffd3ad487c3001b17ec8 Author: Markus Koschany <[email protected]> Date: Sat Aug 19 22:20:47 2017 +0200 Build-Depend on junit to work around a Maven tool chain issue. --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 31e08ff..239d741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jboss-logging-tools (2.1.0-1) unstable; urgency=medium * New upstream version 2.1.0. * Declare compliance with Debian Policy 4.0.1. * Use https for Format field. + * Build-Depend on junit to work around a Maven tool chain issue. -- Markus Koschany <[email protected]> Sat, 19 Aug 2017 22:14:23 +0200 diff --git a/debian/control b/debian/control index 43c9f37..d4067e1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit4, libjboss-jdeparser2-java, libjboss-logging-java, libjboss-logmanager-java, diff --git a/debian/maven.rules b/debian/maven.rules index a3a9bed..ae6cd59 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -6,3 +6,4 @@ org.jboss.logging jboss-logging-tools-parent pom s/.*/debian/ * * org.jboss.logging jboss-logging jar s/.*/debian/ * * org.jboss.logmanager jboss-logmanager jar s/.*/debian/ * * org.testng testng jar s/6\..*/6.x/ * * +junit junit jar s/4\..*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

