This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit 0f1e1bd598d219f4587f894aeda24d55f5c8b88d Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 01:11:51 2017 +0200 Depend on liblogback-java instead of liblog4j1.2-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea48c5f..7073551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium - Build with Maven instead of Ant - Updated the man pages - Depend on libasm-java (>= 5.0) instead of libasm3-java (Closes: #800863) + - Depend on liblogback-java instead of liblog4j1.2-java * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package diff --git a/debian/control b/debian/control index 40300bf..7f80d1a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: ant, junit, libasm-java (>= 5.0), libjavacc-maven-plugin-java, - liblog4j1.2-java, + liblogback-java, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, libmaven-enforcer-plugin-java, diff --git a/debian/maven.rules b/debian/maven.rules index f7010c4..1d1261d 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,3 @@ -log4j log4j jar s/1\.2\..*/1.2.x/ * org.codehaus.plexus plexus-container-default * s/.*/1.5.5/ * * org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * org.apache.maven maven-* * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

