[med-svn] r5743 - trunk/packages/biomaj-watcher/trunk/debian

olivier sallou osallou-guest at alioth.debian.org
Sat Jan 29 16:02:40 UTC 2011


Author: osallou-guest
Date: 2011-01-29 16:02:38 +0000 (Sat, 29 Jan 2011)
New Revision: 5743

Added:
   trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
Log:
add get orig source file

Added: trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/biomaj-watcher/trunk/debian/get-orig-source	2011-01-29 16:02:38 UTC (rev 5743)
@@ -0,0 +1,28 @@
+#!/bin/bash -e
+
+#biomaj-watcher version
+export WATCHERVERSION="1.0"
+
+#svn export svn://scm.gforge.inria.fr/svn/biomaj/biomaj-watcher_deb biomaj_deb
+svn export svn+ssh://osallou@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
+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
+
+
+mv biomaj_deb biomaj-watcher_$WATCHERVERSION
+
+
+#cd biomaj-1.1.0
+tar --exclude biomajwatcher_$WATCHERVERSION/debian -cvzf  biomaj-watcher_$WATCHERVERSION.orig.tar.gz biomaj-watcher_$WATCHERVERSION
+
+rm -rf biomaj-watcher_$WATCHERVERSION
+
+#dpkg-buildpackage
+#cd ..
+#lintian -i -I --show-overrides  biomaj_1.1.0-1_amd64.changes


Property changes on: trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *




More information about the debian-med-commit mailing list