This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcofoja-java.
commit acfed88e408ac54ba25268c820418f22b9ff3ddc Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 15 10:00:41 2014 +0200 Don't add asm.jar to the Class-Path of cofoja.jar --- debian/changelog | 2 ++ debian/libcofoja-java.manifest | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14999ea..eca7ffb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ cofoja (1.1~r150-1) UNRELEASED; urgency=medium - Updated the package description - Added Andreas Tille and Diane Trout as uploaders - Use canonical URLs for the Vcs-* fields + * Don't add asm.jar to the Class-Path of cofoja.jar's manifest since + the library is embedded * Switch to debhelper level 9 * Replaced debian/get-orig-source.sh with debian/orig-tar.sh and made it work with uscan diff --git a/debian/libcofoja-java.manifest b/debian/libcofoja-java.manifest deleted file mode 100644 index 19cdc39..0000000 --- a/debian/libcofoja-java.manifest +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/java/cofoja.jar: - Class-Path: /usr/share/java/asm4-all.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcofoja-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

