This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository groovy2.
commit a2a00cbbb173e76d78f0c6f07eee85803913a524 Author: Emmanuel Bourg <[email protected]> Date: Tue Feb 2 17:45:00 2016 +0100 Removed the build dependency on checkstyle --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d564625..b540be8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ groovy2 (2.4.5-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Updated the poms + - Removed the build dependency on checkstyle * debian/rules: Replaced the hardcoded version with a variable * Build with gradle-debian-helper diff --git a/debian/control b/debian/control index dbcbe57..24d1402 100644 --- a/debian/control +++ b/debian/control @@ -27,8 +27,7 @@ Build-Depends: ant, unzip, libjcommander-java, testng, - bnd (>= 2.1.0), - checkstyle + bnd (>= 2.1.0) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/groovy2.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/groovy2.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

