Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ef382530 authored by Claire Bardel's avatar Claire Bardel
Browse files

correction meta-données (email, license)

git-svn-id: svn+ssh://imag/users/huron/danjean/svnroot/claire/altree/trunk@431 cf695345-040a-0410-a956-b889e835fe2e
parent 9fc5f38e
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,10 @@ WriteMakefile(
PMLIBDIRS => [ 'ALTree' ],
DIR => [ 'CUtils' ],
VERSION => '1.1.0',
LICENSE => 'perl',
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'altree', # retrieve abstract from module
AUTHOR => 'Claire Bardel <bardel@vjf.inserm.fr>') : ()),
AUTHOR => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()),
EXE_FILES => [qw (altree altree-add-S altree-convert)],
);
......@@ -74,7 +74,8 @@ if [ "$(make distcheck 2>&1 1>/dev/null | grep -v "^No such file: META.yml$")" !
fi
fi
D=svn+ssh://atsina/users/huron/danjean/svnroot/claire/altree/tags/release-$VERSION
DEPO=svn+ssh://atsina/users/huron/danjean/svnroot/claire/altree
D=$DEPO/tags/release-$VERSION
echo ""
echo "Checking if the tag release-$VERSION already exists in SVN database..."
echo ""
......@@ -115,8 +116,7 @@ make dist
if [ "$DO_TAG" = true ]; then
$DRYRUN svn copy -m "Release $VERSION" \
svn+ssh://labri/usr/labri/danjean/svnroot/claire/altree/trunk \
"$D"
$DEPO/trunk "$D"
fi
echo "************************************"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment