Author: osallou-guest Date: 2011-07-25 12:22:44 +0000 (Mon, 25 Jul 2011) New Revision: 7330
Modified: trunk/packages/biomaj-watcher/trunk/debian/README.source Log: add comments on remaining lintian warnings Modified: trunk/packages/biomaj-watcher/trunk/debian/README.source =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/README.source 2011-07-25 10:38:00 UTC (rev 7329) +++ trunk/packages/biomaj-watcher/trunk/debian/README.source 2011-07-25 12:22:44 UTC (rev 7330) @@ -5,3 +5,11 @@ Script get-orig-source downloads biomaj source code and rearrange it to fit to debian file hierarcy. File .orig.tar.gz is created with this script. Biomaj-watcher makes use of several external libraries included in the war file. Those libraries and under Apache License v2 except SmartGWT library under LGPL license. + + Comments on lintian warnings: + W: biomaj-watcher: codeless-jar usr/share/java/webapps/biomaj-watcher/WEB-INF/lib/smartgwt-skins.jar + This jar file is one of the binaries embedded due to the lack of GWT package. It is one of the libraries needed by SmartGWT. Cannot move this out of a jar as it is used as an external dependency. + W: biomaj-watcher: missing-classpath liblog4j1.2-java, libjsch-java, libjdom1-java, libcommons-lang-java, libcommons-logging-java, libquartz-java, libxerces2-java + Created jar is not expected to run as a standalone application, but is delivered as a webapp (war). Classpath is managed by Tomcat WEB-INF/lib, jar does not need to set classpath + W: biomaj-watcher: menu-command-not-in-package usr/share/menu/biomaj-watcher:1 x-www-browser + x-www-browser is used as a desktop shortcut to the execute the browser and open the watcher web page. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
