vcswatch reports that
this package seems to have a new changelog entry (version
0~20180105-5, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit a3d261990f0db197290cff7e2d1141a2f5d5cd55
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sun Dec 20 23:55:07 2020 +0100
start new changelog
commit 28fdf093531a31b91203ae3784a461fb2c94e3c1
Author: Simon McVittie <smcv@collabora.com>
Date: Fri Oct 9 12:45:14 2020 +0100
scripts: Don't create a confusing partial directory hierarchy
"$STEAMROOT" is the Steam installation directory, pointed to by
~/.steam/steam and ~/.steam/root. It doesn't need to contain a .steam
subdirectory, which won't actually be used for anything.
Signed-off-by: Simon McVittie <smcv@collabora.com>
commit c72820a325e794261514cce23cdc5065acc67fc5
Author: Simon McVittie <smcv@collabora.com>
Date: Fri Oct 9 12:43:45 2020 +0100
scripts: Quote arguments properly
We have to quote "$@", otherwise arguments containing whitespace will
be subject to unintended word-splitting.
Signed-off-by: Simon McVittie <smcv@collabora.com>
commit 1549e2a7b59e4ea996134aadc7f3a8fdfe77c977
Author: Simon McVittie <smcv@collabora.com>
Date: Fri Oct 9 12:42:42 2020 +0100
scripts: Put shell in "strict mode"
set -e means we will stop on error, instead of blindly continuing.
set -u similarly means we will stop on references to an undefined
variable.
Signed-off-by: Simon McVittie <smcv@collabora.com>
commit cde2a8d4c30d5b06159af648da0f9b5dc3573c03
Author: Simon McVittie <smcv@debian.org>
Date: Fri Oct 9 12:41:39 2020 +0100
scripts: Create ~/.steam if it doesn't exist
Otherwise, we will certainly not be able to create ~/.steam/root and
~/.steam/steam symlinks.
Signed-off-by: Simon McVittie <smcv@collabora.com>