This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-log4j2.
commit fd0952a8b8b1aced1bef69b688af3a04a26b6f56 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 8 15:31:48 2016 +0200 New dependencies on groovy and libbsh-java --- debian/changelog | 3 ++- debian/control | 2 ++ debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7549fa3..6320cea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -apache-log4j2 (2.4.1-1) UNRELEASED; urgency=medium +apache-log4j2 (2.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Fixed the compatibility with jackson and mongodb + - New dependencies on groovy and libbsh-java * Exclude the minified JavaScript files from the upstream tarball -- Emmanuel Bourg <[email protected]> Fri, 08 Jul 2016 14:59:30 +0200 diff --git a/debian/control b/debian/control index de2b143..e216611 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,9 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: default-jdk-doc, + groovy, libapache-pom-java (>= 10), + libbsh-java, libcommons-compress-java, libcommons-csv-java (>= 1.2), libcommons-lang3-java, diff --git a/debian/maven.rules b/debian/maven.rules index a2eb458..04b7054 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -18,3 +18,4 @@ s/javax.servlet/org.apache.tomcat/ s/javax.servlet-api/tomcat-servlet-api/ jar s s/org.apache.felix/org.osgi/ org.osgi.core * * * * org.apache.commons commons-lang3 jar s/3\..*/3.x/ * * s/org\.jboss\.spec\.javax\.jms/org.apache.geronimo.specs/ s/jboss-jms-api_1\.1_spec/geronimo-jms_1.1_spec/ * s/.*/debian/ * * +s/org.apache-extras.beanshell/org.beanshell/ bsh * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-log4j2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

