This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-jexl2-java.
commit 5c10402d7c3534717d21a6c5efebb43bc3f95e62 Author: Emmanuel Bourg <[email protected]> Date: Fri May 31 22:01:11 2013 +0000 Removed the build dependency on libclirr-maven-plugin-java --- debian/control | 2 +- debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f8825b3..2c0d1ab 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.6.1), javahelper -Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, libcommons-logging-java, +Build-Depends-Indep: libjavacc-maven-plugin-java, libcommons-logging-java, libcommons-parent-java (>= 22), junit4, default-jdk-doc, libcommons-logging-java-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.4 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 22af498..a8cc80c 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -6,3 +6,4 @@ org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.codehaus.mojo cobertura-maven-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * +org.codehaus.mojo:clirr-maven-plugin * * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jexl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

