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 700fe1c3fbd18b93e3c20536c3cadd0ac08e600d Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 8 15:47:14 2016 +0200 New dependency on libwoodstox-java --- debian/changelog | 4 ++-- debian/control | 3 ++- debian/maven.rules | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bae9cc4..da3f294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -apache-log4j2 (2.5-1) UNRELEASED; urgency=medium +apache-log4j2 (2.6-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Fixed the compatibility with jackson and mongodb - - New dependencies on groovy and libbsh-java + - New dependencies on groovy, libwoodstox-java and libbsh-java * Exclude the minified JavaScript files from the upstream tarball * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index 07c2cb6..d5aa726 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Build-Depends-Indep: default-jdk-doc, libmongodb-java, libosgi-core-java, libservlet3.0-java, - libslf4j-java + libslf4j-java, + libwoodstox-java Standards-Version: 3.9.8 Vcs-Git: git://anonscm.debian.org/pkg-java/apache-log4j2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/apache-log4j2.git diff --git a/debian/maven.rules b/debian/maven.rules index 04b7054..db99132 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,3 +19,4 @@ 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/ * * +s/com.fasterxml.woodstox/org.codehaus.woodstox/ s/woodstox-core/woodstox-core-lgpl/ * 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

