diff -Nru steam-1.0.0.54+repack/debian/changelog steam-1.0.0.54+repack/debian/changelog --- steam-1.0.0.54+repack/debian/changelog 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/changelog 2018-02-28 00:32:39.000000000 +0000 @@ -1,3 +1,47 @@ +steam (1:1.0.0.54+repack-5ubuntu1) bionic; urgency=medium + + * Merge from Debian Sid (LP: #1752198). Remaining changes: + - Add an epoch to the version number. + - Add a steam-installer package that depends on steam and contains + appstream metadata to try to allow Steam to be installable via the + default Software app. + - Drop debconf question because that is not supported by gnome-software. + + -- Simon Quigley Tue, 27 Feb 2018 18:32:39 -0600 + +steam (1.0.0.54-5) unstable; urgency=medium + + * Update to debhelper 11. + * Recommend nvidia-driver-libs-i386 (closes: #839592). + * Add German translation to the desktop file (closes: #889733). + - Thanks to Ronny Standtke. + + -- Michael Gilbert Sat, 17 Feb 2018 20:48:39 +0000 + +steam (1.0.0.54-4) unstable; urgency=medium + + * Team upload + * Depend on libgl1-mesa-dri (>= 17.3) | libtxc-dxtn0 now that S3TC + support is no longer patent-encumbered and has been enabled in Mesa + (Closes: #889987) + - The alternative dependency can be removed if backports to older + suites are no longer interesting. + + -- Simon McVittie Fri, 09 Feb 2018 21:42:49 +0000 + +steam (1.0.0.54-3) unstable; urgency=medium + + * Team upload. + * Set DBUS_FATAL_WARNINGS environment variable to 0, working around + versions of SDL that use the libdbus API incorrectly when ibus is + detected. (Closes: #882607) + * d/copyright: Refer to the https version of copyright-format + * d/control: Elevate Priority from extra to optional, following the + deprecation of extra in Policy v4.0.1 + * Update Standards-Version to 4.1.3 (no further changes required) + + -- Simon McVittie Fri, 29 Dec 2017 21:06:16 +0000 + steam (1:1.0.0.54+repack-2ubuntu5) zesty; urgency=medium * Depend on steam instead of steam:i386 @@ -80,7 +124,7 @@ steam (1.0.0.52-2) unstable; urgency=medium * Team upload. - + [ Alexandre Detiste ] * Fix arch:all build (Closes: #822341) diff -Nru steam-1.0.0.54+repack/debian/compat steam-1.0.0.54+repack/debian/compat --- steam-1.0.0.54+repack/debian/compat 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/compat 2018-02-28 00:27:22.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru steam-1.0.0.54+repack/debian/control steam-1.0.0.54+repack/debian/control --- steam-1.0.0.54+repack/debian/control 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/control 2018-02-28 00:27:22.000000000 +0000 @@ -24,7 +24,7 @@ xz-utils, libudev1, libxinerama1, - libtxc-dxtn0, + libgl1-mesa-dri (>= 17.3) | libtxc-dxtn0, libc6 (>= 2.15), libgl1-mesa-dri, libgl1-mesa-glx, @@ -33,6 +33,7 @@ zenity, libxss1, fonts-liberation, + nvidia-driver-libs-i386, xterm | x-terminal-emulator, Suggests: steam-devices, diff -Nru steam-1.0.0.54+repack/debian/patches/desktop-translations.patch steam-1.0.0.54+repack/debian/patches/desktop-translations.patch --- steam-1.0.0.54+repack/debian/patches/desktop-translations.patch 1970-01-01 00:00:00.000000000 +0000 +++ steam-1.0.0.54+repack/debian/patches/desktop-translations.patch 2018-02-28 00:27:22.000000000 +0000 @@ -0,0 +1,13 @@ +description: add additional language translations to the desktop file +author: Ronny Standtke + +--- a/steam.desktop ++++ b/steam.desktop +@@ -1,6 +1,7 @@ + [Desktop Entry] + Name=Steam + Comment=Application for managing and playing games on Steam ++Comment[de]=Spiele auf Steam verwalten und spielen + Exec=/usr/games/steam %U + Icon=steam + Terminal=false diff -Nru steam-1.0.0.54+repack/debian/patches/series steam-1.0.0.54+repack/debian/patches/series --- steam-1.0.0.54+repack/debian/patches/series 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/patches/series 2018-02-28 00:27:22.000000000 +0000 @@ -1 +1,2 @@ install-to-games.patch +desktop-translations.patch diff -Nru steam-1.0.0.54+repack/debian/scripts/steam steam-1.0.0.54+repack/debian/scripts/steam --- steam-1.0.0.54+repack/debian/scripts/steam 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/scripts/steam 2018-02-28 00:27:22.000000000 +0000 @@ -29,5 +29,11 @@ -o -name libgpg-error.so\* \ \) -delete +# Steam bundles a version of SDL that uses the libdbus API wrong, causing +# assertion failures which are now fatal by default +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882607 +# https://github.com/ValveSoftware/steam-for-linux/issues/5201 +export DBUS_FATAL_WARNINGS=0 + # launch the Valve run script test -x $config/steam.sh && $config/steam.sh "$@" 2>$config/error.log diff -Nru steam-1.0.0.54+repack/debian/steam.lintian-overrides steam-1.0.0.54+repack/debian/steam.lintian-overrides --- steam-1.0.0.54+repack/debian/steam.lintian-overrides 2017-03-16 16:46:54.000000000 +0000 +++ steam-1.0.0.54+repack/debian/steam.lintian-overrides 2018-02-28 00:27:22.000000000 +0000 @@ -6,4 +6,4 @@ # Valve builds the executables, so there is nothing we can do about these embedded-library spelling-error-in-binary -hardening-no-fortify-functions +binary-file-built-without-LFS-support