This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-beanutils.
commit ef1bcf55b98f415f46130887a4746219cced1d71 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 17 08:17:08 2013 +0000 Removed the build dependency on libclirr-maven-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 30e5ebf..c0afe8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ commons-beanutils (1.8.3-5) UNRELEASED; urgency=medium * debian/control: + - Removed the build dependency on libclirr-maven-plugin-java - Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index 95e6396..da3475e 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, - libclirr-maven-plugin-java, libcommons-logging-java, libcommons-logging-java-doc, libcommons-parent-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index ffd8ede..931113d 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -5,3 +5,4 @@ org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * +org.codehaus.mojo clirr-maven-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

