This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovycsv.
commit 4d3d91262887f71a22196a444cadfc52c4829031 Author: Emmanuel Bourg <[email protected]> Date: Sat May 21 23:23:44 2016 +0200 Fixed the build failure caused by the transition from groovy2 to groovy (Closes: #824045) --- debian/changelog | 2 ++ debian/maven.rules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d1cb7f..bd2b1fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ groovycsv (1.0-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL + * Fixed the build failure caused by the transition from groovy2 to groovy + (Closes: #824045) -- Emmanuel Bourg <[email protected]> Fri, 13 May 2016 09:48:55 +0200 diff --git a/debian/maven.rules b/debian/maven.rules index d188a8d..3a9c8d9 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1 @@ -org.codehaus.groovy groovy-all * s/.*/2.x/ * * cglib cglib-nodep * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovycsv.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

