steamcmd (0~20180105-4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0~20180105-5 > 0~20180105-4
- Git: https://salsa.debian.org/games-team/steamcmd.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/games-team/steamcmd
- Last scan: 2021-02-22 11:51:11+00
- Next scan: 2021-02-28 16:38:00+00
- Debian changelog in Git:
steamcmd (0~20180105-5) UNRELEASED; urgency=medium
* Fix "fresh installation doesn't create ~/.steam" (Closes: #971901) [smcv]
-- Alexandre Detiste <alexandre.detiste@gmail.com> Sun, 20 Dec 2020 23:54:08 +0100
- This branch is 5 commits ahead of tag 0_20180105-4
- Git log:
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>