This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-resources-plugin.
commit 89563acd60c243fa09b47ef79d5d8ec49f1ebef3 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 09:14:28 2017 +0200 New build dependency on junit4 --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4799d61..875a3a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-resources-plugin (3.0.0-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patch - Depend on libmaven3-core-java instead of libmaven2-core-java + - New build dependency on junit4 * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 1a4e9fd..d2e151e 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends-Indep: libmaven-filtering-java, libmaven-plugin-tools-java, libmaven3-core-java, libplexus-utils2-java (>= 3.0), + junit4 Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-resources-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-resources-plugin.git diff --git a/debian/maven.rules b/debian/maven.rules index cf06a39..5173be0 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,6 +16,7 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ +junit junit * s/.*/4.x/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-resources-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

