This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository logback.
commit a0e014192295ec3137f727a1a7284521660fc376 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 31 11:07:27 2015 +0200 Transition to Groovy 2 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ea392d..e8d2327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +logback (1:1.1.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Transition to Groovy 2 + + -- Emmanuel Bourg <[email protected]> Fri, 31 Jul 2015 11:07:05 +0200 + logback (1:1.1.3-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 0001787..d6bf935 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, - groovy, + groovy2, libgeronimo-jms-1.1-spec-java, libjanino-java (>= 2.6.0), libjansi-java, diff --git a/debian/rules b/debian/rules index f1246fb..b356f83 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ ANT_HOME := /usr/share/ant # janino glassfish-mail = core module # slf4j-api glassfish-javaee = classic module # groovy asm3-all commons-cli antlr = classic module "gaffer" -DEB_JARS := janino javax.mail servlet-api-3.1 geronimo-jms_1.1_spec slf4j-api groovy asm3-all commons-cli antlr jansi +DEB_JARS := janino javax.mail servlet-api-3.1 geronimo-jms_1.1_spec slf4j-api groovy-all-2.x asm3-all commons-cli antlr jansi DEB_ANT_BUILD_TARGET := jar.all javadoc DEB_ANT_CLEAN_TARGET := clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/logback.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

