This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libnb-platform-java.
commit 77ea2f4643c9c14253fbf1d571557829fd95720d Author: Markus Koschany <[email protected]> Date: Wed Jun 17 13:44:08 2015 +0200 Ignore classpath warning. --- debian/libnb-platform18-java.lintian-overrides | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/libnb-platform18-java.lintian-overrides b/debian/libnb-platform18-java.lintian-overrides index cd83956..d49be11 100644 --- a/debian/libnb-platform18-java.lintian-overrides +++ b/debian/libnb-platform18-java.lintian-overrides @@ -1,7 +1,11 @@ # Netbeans builds lots of codeless jars on purpose, so don't warn us about them libnb-platform18-java: codeless-jar -# This is a library package in the sense that it doesn't by itself provide an -# application. But the jar files don't live in /usr/share/java since they are +# This is a library package in the sense that it doesn't by itself provide an +# application. But the jar files don't live in /usr/share/java since they are # specific to the NetBeans platform and need to live in a "cluster" libnb-platform18-java: javalib-but-no-public-jars + +# If we use an absolute classpath, the Netbeans IDE warns in its log files that +# it should be relative. I am not aware of any negative affects yet. +classpath-contains-relative-path -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

