This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository activemq-protobuf.
commit 16bcb4a5e2a59df8fa24b9609ed626d5625cb2e0 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 16:56:23 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 5c0b1ec..e80f860 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ activemq-protobuf (1.1-5) UNRELEASED; urgency=medium * Team upload. + * Removed the build dependency on libmaven-enforcer-plugin-java * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index f63c977..6c1b8e8 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: junit4, libjavacc-maven-plugin-java, libmaven-bundle-plugin-java, - libmaven-enforcer-plugin-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-plugin-tools-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 9c4bd5d..24ba0e4 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,6 +14,7 @@ # from the POM # junit junit jar s/3\\..*/3.x/ +org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-eclipse-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-surefire-report-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq-protobuf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

