From 1563773baef65be817894c05f3ecdf91cf3e7d52 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 1 Mar 2020 12:03:21 -0500 Subject: [PATCH] Change refs to nightowlsoftware.ca to team-oscar.org --- Building/Linux/README.first | 3 +-- Building/Linux/mkDebian9.sh | 9 ++++----- Building/Linux/mkRedHat.sh | 9 ++++----- Building/Linux/mkUbuntu.sh | 9 ++++----- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/Building/Linux/README.first b/Building/Linux/README.first index 52973702..1dffd613 100644 --- a/Building/Linux/README.first +++ b/Building/Linux/README.first @@ -7,10 +7,9 @@ sudo, you will get a desktop icon installed, which must be double-clicked and tr The packaged file cannot be installed using apt, apt-get, or aptitude, because those programs install from the distribution repository, but not a plan package file. -The scripts assume the following folder structure: +The packaging scripts assume the following folder structure: /home/username/OSCAR/ -the packaging scripts /home/username/OSCAR/build/ /home/username/OSCAR/OSCAR-code/ /home/username/OSCAR/OSCAR-code/oscar ...etc diff --git a/Building/Linux/mkDebian9.sh b/Building/Linux/mkDebian9.sh index b843168c..3c77d5e8 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 nightowlsoftware.ca " > $share_doc_folder/copyright +echo "Copyright 2019-2020 team-oscar.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -108,8 +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 " -- nightowlsoftware.ca " >> $changelog_file -# -- Sat, 03 Aug 2019 15:22:22 +0200 +echo " -- team-oscar.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 @@ -128,9 +127,9 @@ fpm --input-type dir --output-type deb \ --name ${appli_name} --version $1 --iteration $iter \ --category misc \ --deb-priority optional \ - --maintainer " -- nightowlsoftware.ca " \ + --maintainer " -- team-oscar.org " \ --license GPL-v3 \ - --vendor nightowlsoftware.ca \ + --vendor team-oscar.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 b53a1d60..390663d4 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 2019 nightowlsoftware.ca " > $share_doc_folder/copyright +echo "Copyright 20192020 team-oscar.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -87,8 +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 " -- nightowlsoftware.ca " >> $changelog_file -# -- Sat, 03 Aug 2019 15:22:22 +0200 +echo " -- team-oscar.org " >> $changelog_file gzip --best $changelog_file description='Open Source CPAP Analysis Reporter\n' @@ -107,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 " -- nightowlsoftware.ca " \ + --maintainer " -- team-oscar.org " \ --license GPL-v3 \ - --vendor nightowlsoftware.ca \ + --vendor team-oscar.org \ --description "$description" \ --url https://sleepfiles.com/OSCAR \ -C ${temp_folder} \ diff --git a/Building/Linux/mkUbuntu.sh b/Building/Linux/mkUbuntu.sh index df6558bd..cca22d0f 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 nightowlsoftware.ca " > $share_doc_folder/copyright +echo "Copyright 2019-2020 team-oscar.org " > $share_doc_folder/copyright changelog_file="$share_doc_folder/changelog" @@ -107,8 +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 " -- nightowlsoftware.ca " >> $changelog_file -# -- Sat, 03 Aug 2019 15:22:22 +0200 +echo " -- team-oscar.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 +126,9 @@ fpm --input-type dir --output-type deb \ --name ${appli_name} --version $1 --iteration $iter \ --category misc \ --deb-priority optional \ - --maintainer " -- nightowlsoftware.ca " \ + --maintainer " -- team-oscar.org " \ --license GPL-v3 \ - --vendor nightowlsoftware.ca \ + --vendor team-oscar.org \ --description "$description" \ --url https://sleepfiles.com/OSCAR \ --deb-no-default-config-files \