This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository junit4.
commit 2a2a757be88c48f063988396a9cf439dccf5118f Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 26 00:14:50 2017 +0200 Removed the build dependency on libmaven-enforcer-plugin-java --- debian/changelog | 1 + debian/control | 1 - debian/maven.ignoreRules | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 42d14c8..1515a32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ junit4 (4.12-5) UNRELEASED; urgency=medium + * Removed the build dependency on libmaven-enforcer-plugin-java * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index f8a8317..3c797e9 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 10), default-jdk, javahelper Build-Depends-Indep: default-jdk-doc, libhamcrest-java (>= 1.3), libhamcrest-java-doc, - libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper Standards-Version: 4.0.0 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index e01b9f8..d3a3635 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,4 +1,5 @@ org.apache.maven.doxia doxia-module-markdown * * * * +org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.codehaus.mojo animal-sniffer-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/junit4.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

