This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgettext-commons-java.
commit 21d1b07387dfeb395f8cfd3c085a1a5e6b80d8c3 Author: Emmanuel Bourg <[email protected]> Date: Sat Dec 12 23:09:11 2015 +0100 Ignore the eclipse plugin to fix the build failure with Maven 3 (Closes: #807659) --- debian/changelog | 2 ++ debian/maven.ignoreRules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index de443f8..cc12e09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libgettext-commons-java (0.9.6-3) UNRELEASED; urgency=low * Team upload. [ Emmanuel Bourg ] + * Ignore the eclipse plugin to fix the build failure with Maven 3 + (Closes: #807659) * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..5e0723e --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1 @@ +org.apache.maven.plugins maven-eclipse-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgettext-commons-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

