diff --git a/Building/Linux/mkDebian9.sh b/Building/Linux/mkDebian9.sh index 3c77d5e8..e1a03b5d 100755 --- a/Building/Linux/mkDebian9.sh +++ b/Building/Linux/mkDebian9.sh @@ -95,7 +95,7 @@ cp ./${appli_name}.png ${temp_folder}/share/icons/hicolor/48x48/apps/${appli_nam cp ./${appli_name}.svg ${temp_folder}/share/icons/hicolor/scalable/apps/${appli_name}.svg cp ./${appli_name}.desktop ${temp_folder}/share/applications/${appli_name}.desktop -echo "Copyright 2019-2020 team-oscar.org " > $share_doc_folder/copyright +echo "Copyright 2019-2020 oscar-team.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -108,7 +108,7 @@ echo "$appli_name ($1-$2) whatever; urgency=medium" > $changelog_file echo "" >> $changelog_file echo " * Package created with FPM." >> $changelog_file echo "" >> $changelog_file -echo " -- team-oscar.org " >> $changelog_file +echo " -- oscar-team.org " >> $changelog_file gzip --best $changelog_file description='Open Source CPAP Analysis Reporter\n' # trick for dummies : need to use echo -e to take care of \n (cariage return to slip description and extra one @@ -127,9 +127,9 @@ fpm --input-type dir --output-type deb \ --name ${appli_name} --version $1 --iteration $iter \ --category misc \ --deb-priority optional \ - --maintainer " -- team-oscar.org " \ + --maintainer " -- oscar-team.org " \ --license GPL-v3 \ - --vendor team-oscar.org \ + --vendor oscar-team.org \ --description "$description" \ --url https://sleepfiles.com/OSCAR \ --deb-no-default-config-files \ diff --git a/Building/Linux/mkRedHat.sh b/Building/Linux/mkRedHat.sh index 390663d4..25aa5ca1 100755 --- a/Building/Linux/mkRedHat.sh +++ b/Building/Linux/mkRedHat.sh @@ -74,7 +74,7 @@ cp -r ${build_folder}/oscar/Translations ${temp_folder}/share/${appli_name} 2>/d cp ./OSCAR.png ${temp_folder}/share/icons/${appli_name}/${appli_name}.png cp ./OSCAR.desktop ${temp_folder}/share/applications/${appli_name}.desktop -echo "Copyright 20192020 team-oscar.org " > $share_doc_folder/copyright +echo "Copyright 20192020 oscar-team.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -87,7 +87,7 @@ echo "$appli_name ($1-$2) whatever; urgency=medium" > $changelog_file echo "" >> $changelog_file echo " * Package created with FPM." >> $changelog_file echo "" >> $changelog_file -echo " -- team-oscar.org " >> $changelog_file +echo " -- oscar-team.org " >> $changelog_file gzip --best $changelog_file description='Open Source CPAP Analysis Reporter\n' @@ -106,9 +106,9 @@ fpm --input-type dir --output-type rpm \ --after-remove clean_rm.sh \ --name ${appli_name} --version $1 --iteration $2 \ --category misc \ - --maintainer " -- team-oscar.org " \ + --maintainer " -- oscar-team.org " \ --license GPL-v3 \ - --vendor team-oscar.org \ + --vendor oscar-team.org \ --description "$description" \ --url https://sleepfiles.com/OSCAR \ -C ${temp_folder} \ diff --git a/Building/Linux/mkUbuntu.sh b/Building/Linux/mkUbuntu.sh index cca22d0f..c93a0fb5 100755 --- a/Building/Linux/mkUbuntu.sh +++ b/Building/Linux/mkUbuntu.sh @@ -94,7 +94,7 @@ cp ./${appli_name}.png ${temp_folder}/share/icons/hicolor/48x48/apps/${appli_nam cp ./${appli_name}.svg ${temp_folder}/share/icons/hicolor/scalable/apps/${appli_name}.svg cp ./${appli_name}.desktop ${temp_folder}/share/applications/${appli_name}.desktop -echo "Copyright 2019-2020 team-oscar.org " > $share_doc_folder/copyright +echo "Copyright 2019-2020 oscar-team.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -107,7 +107,7 @@ echo "$appli_name ($1-$2) whatever; urgency=medium" > $changelog_file echo "" >> $changelog_file echo " * Package created with FPM." >> $changelog_file echo "" >> $changelog_file -echo " -- team-oscar.org " >> $changelog_file +echo " -- oscar-team.org " >> $changelog_file gzip --best $changelog_file description='Open Source CPAP Analysis Reporter\n' # trick for dummies : need to use echo -e to take care of \n (cariage return to slip description and extra one @@ -126,9 +126,9 @@ fpm --input-type dir --output-type deb \ --name ${appli_name} --version $1 --iteration $iter \ --category misc \ --deb-priority optional \ - --maintainer " -- team-oscar.org " \ + --maintainer " -- oscar-team.org " \ --license GPL-v3 \ - --vendor team-oscar.org \ + --vendor oscar-team.org \ --description "$description" \ --url https://sleepfiles.com/OSCAR \ --deb-no-default-config-files \