Created
July 2, 2020 14:38
-
-
Save TTimo/11c4b21abc12fafbcfbe6b895ff96578 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steam (1:1.0.0.64) beta; urgency=medium | |
[ Simon McVittie ] | |
* steamdeps: Recognise xenial as a LTS HWE stack. | |
Ubuntu 14.04.6 LTS comes with a backported Ubuntu 16.04.x graphics stack, | |
so we need to install libgl1-mesa-glx-lts-xenial and other xenial-derived | |
packages instead of the original Ubuntu 14.04.0 versions. (T21844) | |
* Remove Recommends: jockey-common. | |
According to steam-for-linux#6634, this was the "Additional Drivers" | |
module in older Ubuntu, which is no longer present in any supported | |
Ubuntu release. Thanks to @BryanQuigley | |
[ Ludovico de Nittis ] | |
* steam.list: Download updates via https (T21740) | |
In older versions of apt (lower than 1.6) we need to install | |
apt-transport-https to use https repositories, so do that. | |
* steam.list: Switch the suite from precise to stable | |
(Fixes: steam-for-linux#4436) | |
* steam.list: Add commented-out apt sources for the beta launcher | |
* bin_steamdeps: use python-apt for "is_provided" check. | |
`apt-cache showpkg` output was intended to be human readable. | |
In the apt version shipped with Ubuntu 20.04 they added additional | |
information to the "Reverse Provides" field, and that could break our | |
parsing. | |
Instead, using python-apt, is safer and we will be able to avoid these | |
kind of problems in the future. | |
(T21880) | |
* bin_steamdeps: use --wait option for gnome-terminal if it is available. | |
The --disable-factory option is no longer available upstream and in | |
Debian, although Ubuntu patches it back in. (T22095) | |
* bin_steamdeps: remove deprecated '-e' option in gnome-terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment