This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bcel.
commit 13eea79663021e4aa73ecc56c3c8b45f76d0552c Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 24 16:03:18 2014 +0200 Link /usr/share/ant/lib/bcel.jar to the versionless jar in /usr/share/java --- debian/changelog | 1 + debian/libbcel-java.links | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9319e34..6d22e65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ bcel (6.0~rc3-1) UNRELEASED; urgency=medium * New upstream release supporting the Java 8 features (Closes: #448868) * Build with maven-debian-helper * Removed the patches + * Link /usr/share/ant/lib/bcel.jar to the versionless jar in /usr/share/java * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git * debian/watch: Updated to watch the release tags on Github diff --git a/debian/libbcel-java.links b/debian/libbcel-java.links index 205e80c..d3be057 100644 --- a/debian/libbcel-java.links +++ b/debian/libbcel-java.links @@ -1 +1 @@ -usr/share/java/bcel-5.2.jar usr/share/ant/lib/bcel.jar +usr/share/java/bcel.jar usr/share/ant/lib/bcel.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

