This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jdeb.
commit 401873652282632a48e34fd76381089a37a71949 Author: tony mancill <[email protected]> Date: Thu Aug 17 21:05:06 2017 -0700 Add build-dep on junit (Closes: #871352) --- debian/control | 1 + debian/maven.ignoreRules | 1 - debian/maven.rules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3567670..19a3817 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 10), Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, + junit, libbcpg-java (>= 1.57), libcommons-compress-java, libcommons-io-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 1a0c4fe..fdd33a0 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,5 +1,4 @@ -junit junit * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * diff --git a/debian/maven.rules b/debian/maven.rules index 34d87f4..8df4999 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ - +junit junit * * s/.*/3.x/ * * org.bouncycastle s/bcpg-jdk15on/bcpg/ * s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * org.apache.maven maven-* * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

