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

olivier sallou osallou-guest at alioth.debian.org
Fri Aug 19 12:57:45 UTC 2011


Author: osallou-guest
Date: 2011-08-19 12:57:45 +0000 (Fri, 19 Aug 2011)
New Revision: 7481

Removed:
   trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
Modified:
   trunk/packages/biomaj-watcher/trunk/debian/watch
Log:
manage via watch file

Deleted: trunk/packages/biomaj-watcher/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/get-orig-source	2011-08-19 12:49:00 UTC (rev 7480)
+++ trunk/packages/biomaj-watcher/trunk/debian/get-orig-source	2011-08-19 12:57:45 UTC (rev 7481)
@@ -1,47 +0,0 @@
-#!/bin/bash -e
-
-#biomaj-watcher version
-#export WATCHERVERSION="1.1.0"
-WATCHERVERSION=`dpkg-parsechangelog | awk '/^Version/ { print $2 }' | cut -f1 -d'-'`
-
-if [ "$WATCHERVERSION" = "UNRELEASED" ]; then
-BPATH="trunk/biomaj_ext/BmajWatcher"
-DPATH="trunk/biomaj-watcher_deb"
-else
-BPATH="tags/biomaj-watcher/"$WATCHERVERSION"/BmajWatcher"
-DPATH="tags/biomaj-watcher/"$WATCHERVERSION"/biomaj-watcher_deb"
-fi
-
-svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj-watcher_deb biomaj_deb
-
-# BmajWatcher
-mkdir -p biomaj_deb/usr/share/biomaj-watcher
-svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj_ext/BmajWatcher biomaj_deb/usr/share/biomaj-watcher/webapp
-
-cp -R biomaj_deb/usr/share/biomaj-watcher/webapp/* biomaj_deb/usr/share/biomaj-watcher/src/
-rm -rf biomaj_deb/usr/share/biomaj-watcher/webapp
-rm -rf biomaj_deb/usr/share/biomaj-watcher/src/doc
-rm -rf biomaj_deb/usr/share/biomaj-watcher/src/test
-rm -f biomaj_deb/usr/share/biomaj-watcher/src/war/WEB-INF/lib/*
-
-mv biomaj_deb/usr/share/biomaj-watcher/src/build.xml.debian  biomaj_deb/usr/share/biomaj-watcher/src/build.xml
-
-mkdir -p biomaj_deb/usr/share/doc/biomaj-watcher
-svn export svn://scm.gforge.inria.fr/svn/biomaj/trunk/biomaj_ext/BmajWatcher/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/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.4 biomaj_deb/external_deps/smartgwt
-rm -rf biomaj_deb/external_deps/smartgwt/samples
-
-mv biomaj_deb biomaj-watcher_$WATCHERVERSION
-
-
-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

Modified: trunk/packages/biomaj-watcher/trunk/debian/watch
===================================================================
--- trunk/packages/biomaj-watcher/trunk/debian/watch	2011-08-19 12:49:00 UTC (rev 7480)
+++ trunk/packages/biomaj-watcher/trunk/debian/watch	2011-08-19 12:57:45 UTC (rev 7481)
@@ -1,2 +1,2 @@
 version=3
-https://gforge.inria.fr/frs/?group_id=369 .*/biomaj-watcher_(\d[\d.-]+)\.orig.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+http://biomaj.gforge.inria.fr/download.php .*/biomaj-watcher_(\d[\d.-]+)\.orig.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




More information about the debian-med-commit mailing list