[med-svn] r6041 - trunk/packages/biomaj-watcher/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Mon Feb 21 10:21:59 UTC 2011
Author: osallou-guest
Date: 2011-02-21 10:21:55 +0000 (Mon, 21 Feb 2011)
New Revision: 6041
Added:
trunk/packages/biomaj-watcher/trunk/debian/biomaj-watcher.docbase
Modified:
trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
trunk/packages/biomaj-watcher/trunk/debian/rules
Log:
user guide was missing
Added: trunk/packages/biomaj-watcher/trunk/debian/biomaj-watcher.docbase
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/biomaj-watcher.docbase (rev 0)
+++ trunk/packages/biomaj-watcher/trunk/debian/biomaj-watcher.docbase 2011-02-21 10:21:55 UTC (rev 6041)
@@ -0,0 +1,8 @@
+Document: biomaj-watcher
+Title: BioMAJ-Watcher User Manual
+Author: Romaric Sabas
+Abstract: Usage instructions for BMajWatcher
+Section: Science/Biology
+
+Format: PDF
+Files: /usr/share/doc/biomaj-watcher/BW_userguide.pdf.gz
Modified: trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/get-orig-source 2011-02-21 07:24:04 UTC (rev 6040)
+++ trunk/packages/biomaj-watcher/trunk/debian/get-orig-source 2011-02-21 10:21:55 UTC (rev 6041)
@@ -3,17 +3,25 @@
#biomaj-watcher version
export WATCHERVERSION="1.0"
+export PORT=80
+#export PORT=8081
+
svn export svn://scm.gforge.inria.fr/svn/biomaj/biomaj-watcher_deb biomaj_deb
# BmajWatcher
-wget http://test.genouest.org/artifactory/libs-releases-local/org/irisa/genouest/biomaj/BmajWatcher/$WATCHERVERSION/BmajWatcher-$WATCHERVERSION.war
+wget http://test.genouest.org:$PORT/artifactory/libs-releases-local/org/irisa/genouest/biomaj/BmajWatcher/$WATCHERVERSION/BmajWatcher-$WATCHERVERSION.war
mv BmajWatcher-$WATCHERVERSION.war biomaj_deb/usr/share/java/webapps/biomaj-watcher/BmajWatcher.war
unzip biomaj_deb/usr/share/java/webapps/biomaj-watcher/BmajWatcher.war -d biomaj_deb/usr/share/java/webapps/biomaj-watcher/
rm biomaj_deb/usr/share/java/webapps/biomaj-watcher/BmajWatcher.war
chmod 755 biomaj_deb/usr/share/java/webapps/biomaj-watcher/shellscripts/exec_bmaj.sh
+mkdir -p biomaj_deb/usr/share/doc/biomaj-watcher
+svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj_ext/BmajWatcher_$WATCHERVERSION/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_$WATCHERVERSION/doc/BW_userguide.odt biomaj_deb/usr/share/doc/biomaj-watcher/BW_userguide.odt
+
+
mv biomaj_deb biomaj-watcher_$WATCHERVERSION
Modified: trunk/packages/biomaj-watcher/trunk/debian/rules
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/rules 2011-02-21 07:24:04 UTC (rev 6040)
+++ trunk/packages/biomaj-watcher/trunk/debian/rules 2011-02-21 10:21:55 UTC (rev 6041)
@@ -45,6 +45,7 @@
dh_installdirs -p$@
dh_install -p$@
dh_install -p$@ usr/share/biomaj-watcher
+ dh_install -p$@ usr/share/doc/biomaj-watcher
dh_install -p$@ usr/share/java
dh_install -p$@ var/log/biomaj-watcher
dh_install -p$@ etc/biomaj-watcher
More information about the debian-med-commit
mailing list