This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-jar.
commit f345329b9c63b4ccf301b7bbd649a4be35187af5 Author: Emmanuel Bourg <[email protected]> Date: Sat Feb 27 00:54:45 2016 +0100 Updated the Maven rule for bcel --- debian/changelog | 1 + debian/maven.rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0622a3..13d27cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-shared-jar (1.2-1) UNRELEASED; urgency=medium * New upstream release - New dependency on libmaven-shared-utils-java - Removed 0001-add-missing-dependency.patch + - Updated the Maven rule for bcel * Build with the DH sequencer instead of CDBS * debian/control: - Standards-Version updated to 3.9.7 (no changes) diff --git a/debian/maven.rules b/debian/maven.rules index 287b6c0..d844a96 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,7 +16,6 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -s/bcel/org.apache.bcel/ bcel jar s/5\..*/5.x/ * * commons-collections commons-collections jar s/3\..*/3.x/ * * -org.apache.bcel bcel jar s/5\..*/5.x/ * * +s/com.google.code.findbugs/org.apache.bcel/ s/bcel-findbugs/bcel/ jar s/.*/5.x/ * * org.apache.maven.shared maven-shared-jar jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-jar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

