Change refs to nightowlsoftware.ca to team-oscar.org

This commit is contained in:
Phil Olynyk 2020-03-01 12:03:21 -05:00
parent e973c6f03c
commit 1563773bae
4 changed files with 13 additions and 17 deletions

View File

@ -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

View File

@ -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 <oscar@nightowlsoftware.ca>" > $share_doc_folder/copyright
echo "Copyright 2019-2020 team-oscar.org <oscar@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 <oscar@nightowlsoftware.ca>" >> $changelog_file
# -- <oscar@nightowlsoftware.ca> Sat, 03 Aug 2019 15:22:22 +0200
echo " -- team-oscar.org <oscar@team-oscar.oeg>" >> $changelog_file
gzip --best $changelog_file
description='Open Source CPAP Analysis Reporter\n<extended description needed to be filled with the right value>'
# 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 <oscar@nightowlsoftware.ca>" \
--maintainer " -- team-oscar.org <oscar@team-oscar.orga>" \
--license GPL-v3 \
--vendor nightowlsoftware.ca \
--vendor team-oscar.org \
--description "$description" \
--url https://sleepfiles.com/OSCAR \
--deb-no-default-config-files \

View File

@ -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 <oscar@nightowlsoftware.ca>" > $share_doc_folder/copyright
echo "Copyright 20192020 team-oscar.org <oscar@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 <oscar@nightowlsoftware.ca>" >> $changelog_file
# -- <oscar@nightowlsoftware.ca> Sat, 03 Aug 2019 15:22:22 +0200
echo " -- team-oscar.org <oscar@team-oscar.org>" >> $changelog_file
gzip --best $changelog_file
description='Open Source CPAP Analysis Reporter\n<extended description needed to be filled with the right value>'
@ -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 <oscar@nightowlsoftware.ca>" \
--maintainer " -- team-oscar.org <oscar@team-oscar.org>" \
--license GPL-v3 \
--vendor nightowlsoftware.ca \
--vendor team-oscar.org \
--description "$description" \
--url https://sleepfiles.com/OSCAR \
-C ${temp_folder} \

View File

@ -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 <oscar@nightowlsoftware.ca>" > $share_doc_folder/copyright
echo "Copyright 2019-2020 team-oscar.org <oscar@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 <oscar@nightowlsoftware.ca>" >> $changelog_file
# -- <oscar@nightowlsoftware.ca> Sat, 03 Aug 2019 15:22:22 +0200
echo " -- team-oscar.org <oscar@team-oscar.org>" >> $changelog_file
gzip --best $changelog_file
description='Open Source CPAP Analysis Reporter\n<extended description needed to be filled with the right value>'
# 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 <oscar@nightowlsoftware.ca>" \
--maintainer " -- team-oscar.org <oscar@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 \