Author: osallou-guest Date: 2011-06-03 10:39:08 +0000 (Fri, 03 Jun 2011) New Revision: 6909
Modified: trunk/packages/biomaj-watcher/trunk/debian/README.Debian trunk/packages/biomaj-watcher/trunk/debian/README.source trunk/packages/biomaj-watcher/trunk/debian/copyright trunk/packages/biomaj-watcher/trunk/debian/get-orig-source Log: Add source or license data in source package for external dependencies Modified: trunk/packages/biomaj-watcher/trunk/debian/README.Debian =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/README.Debian 2011-06-02 16:32:39 UTC (rev 6908) +++ trunk/packages/biomaj-watcher/trunk/debian/README.Debian 2011-06-03 10:39:08 UTC (rev 6909) @@ -2,3 +2,9 @@ ----------------- Biomaj watcher is a web application running in Tomcat. After install, a restart of tomcat may be required. Url is http://localhost:8080/BmajWatcher (depends on tomcat configuration). + It includes some binary dependencies, not yet packaged in Debian. Source code of those dependencies are available at: + http://google-web-toolkit.googlecode.com/svn/tags/2.2.0 + http://smartgwt.googlecode.com/svn/tags/2.2 + http://gwt-dnd.googlecode.com/svn/tags/gwt-dnd-3.0.1-r1016 + http://gwt-cal.googlecode.com/svn/tags/0.9.0 + http://gwt-google-apis.googlecode.com/svn/tags/visualization/1.1.1 Modified: trunk/packages/biomaj-watcher/trunk/debian/README.source =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/README.source 2011-06-02 16:32:39 UTC (rev 6908) +++ trunk/packages/biomaj-watcher/trunk/debian/README.source 2011-06-03 10:39:08 UTC (rev 6909) @@ -2,6 +2,6 @@ ----------------- Biomaj watcher configuration file has been adapted to Debian file structure - Script get-orig-source downloads biomaj source code and rearrange it to fit to debian file hierarcy. File .orig.tar.gz is created wit this script. + 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 libraru under LGPL license. + 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. Modified: trunk/packages/biomaj-watcher/trunk/debian/copyright =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/copyright 2011-06-02 16:32:39 UTC (rev 6908) +++ trunk/packages/biomaj-watcher/trunk/debian/copyright 2011-06-03 10:39:08 UTC (rev 6909) @@ -1,3 +1,7 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: biomaj-watcher +Source: http://biomaj.genouest.org + Files: * Copyright: 2011 GenOuest Platform <[email protected]> Licence: CeCILL Modified: trunk/packages/biomaj-watcher/trunk/debian/get-orig-source =================================================================== --- trunk/packages/biomaj-watcher/trunk/debian/get-orig-source 2011-06-02 16:32:39 UTC (rev 6908) +++ trunk/packages/biomaj-watcher/trunk/debian/get-orig-source 2011-06-03 10:39:08 UTC (rev 6909) @@ -22,6 +22,10 @@ svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj_ext/BmajWatcher_1.0/doc/BW_userguide.pdf biomaj_deb/usr/share/doc/biomaj-watcher/BW_userguide.pdf svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj_ext/BmajWatcher_1.0/doc/BW_userguide.odt biomaj_deb/usr/share/doc/biomaj-watcher/BW_userguide.odt +svn export http://gwt-dnd.googlecode.com/svn/tags/gwt-dnd-3.0.1-r1016/DragDrop/NOTICE biomaj_deb/usr/share/doc/biomaj-watcher/gwt-dnd_NOTICE +mkdir -p biomaj_deb/external_deps +svn export http://smartgwt.googlecode.com/svn/tags/2.2 biomaj_deb/external_deps/smartgwt +rm -rf biomaj_deb/external_deps/smartgwt/samples mv biomaj_deb biomaj-watcher_$WATCHERVERSION _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
