This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository akuma.
commit 892b6139f9ef9cf3749a2a42f4a7da825a03b521 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 00:59:42 2017 +0100 Ignore the maven-assembly-plugin --- 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 8467db0..4ea62b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ akuma (1.9-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Ignore the maven-assembly-plugin * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 899e06c..829c71e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: Build-Depends-Indep: default-jdk-doc, libjna-java, - libmaven-assembly-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/akuma.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index b24cf3d..8e6cd09 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -15,4 +15,5 @@ # junit junit jar s/3\\..*/3.x/ org.jvnet.wagon-svn wagon-svn * * * * +org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/akuma.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

