steam (1:1.0.0.62) beta; urgency=medium

  * build: Adapt for newer Steam Runtime builds.
    In newer runtimes, steam-runtime/i386 is populated with symlinks
    into steam-runtime/lib and steam-runtime/usr, rather than containing
    regular files.
  * build: Populate source package using a Python script.
    This takes care of downloading all the necessary bits from the Steam
    client, and repacking the Steam runtime and some other Steam binaries
    into the bootstrap tarball.
  * debian: Add an epoch to the version number.
    This makes this package supersede the outdated steam package in Ubuntu,
    which has an epoch as a result of an unrelated package "sTeam" that
    existed in historical Ubuntu versions.
  * Take over responsibility for steam_tray_mono.png,
    bin_steam.sh, bin_steamdeps.py from Steam client.
  * bin_steam.sh: Remove redirection to a log file.
    This is not particularly useful in practice, and can easily be replaced
    with ordinary Unix shell redirection when debugging the client or a
    game. We can't rely on it anyway, because third-party packages don't
    tend to do this. (Fixes: steam-for-linux#6901)
  * bin_steam.sh: Add a brief header identifying this file
  * bin_steam.sh: Simplify version management by making it dotted-decimal
  * bin_steam.sh: Include full .deb version number, except for epoch
  * bin_steam.sh: If run directly, default to non-beta Steam universe
  * bin_steam.sh: Use a more robust way to set up ~/.steam/steam symlink
  * bin_steam.sh: Make Ubuntu 20.04 show the .desktop file as "trusted"
  * bin_steam.sh: chmod the .desktop file a+x, not just +x.
    To mark a .desktop file as "trusted" on most desktops, it needs to be
    a+x, which differs from +x under a restrictive umask.
  * bin_steam.sh: Only copy .desktop file to desktop if system-wide.
    The .desktop file hard-codes the path to the executable, so it's only
    suitable for system-wide installations.
  * bin_steam.sh: Prefer content that is adjacent to the script.
    Install all the essential bits into $(pkglibdir).
  * bin_steam.sh: Exit unsuccessfully if a command fails.
  * Add steam and steamdeps symlinks.
    The README says you can run ./steam, so let's make sure you can.
  * bin_steamdeps.py: Use python3.
    Python 2 is EOL, and will not be in Ubuntu 20.04.
    (Fixes steam-for-linux#6869, #6634)
  * bin_steamdeps.py: Cope with Ubuntu 14.04 graphics stack backported
    to 12.04. (Note that the Steam client is no longer supported on 12.04.)
  * bin_steamdeps.py: Print diagnostics to stderr.
    If we print them to stdout, which is fully-buffered by default, then
    they will not necessarily be shown before we actually try to install
    the packages in question.
    Instead, print them to stderr, which is line-buffered by default.
  * bin_steamdeps.py: Fall back to x-terminal-emulator.
  * bin_steamdeps.py: Install libgl1 instead of libgl1-mesa-glx if GLVND.
    libgl1 is the GLVND dispatcher, and replaces the transitional package
    libgl1-mesa-glx, which is likely to disappear in future versions of
    Debian/Ubuntu.
  * bin_steamdeps.py: Remap package names, not complete dependencies.
    This is a lot simpler, and is all we actually need in practice.
  * bin_steamdeps.py: Explicitly depend on amd64 libc and GL stack
  * bin_steamdeps.py: Ignore python-apt.
    Steam claims to need python-apt, but as far as anyone can tell, it
    actually doesn't. (Part of steam-for-linux#6869, #6634)
  * debian: Depend on apt instead of python-apt.
    We ask for python-apt, but we don't seem to actually use it; the
    bin_steamdeps.py script calls out to apt subprocesses instead.
    (Part of steam-for-linux#6869, #6634)
  * debian: Recommend xdg-utils, except on SteamOS
    (Fixes steam-for-linux#2200)
  * debian: Build-Depend on dh-python, with alternative for older distros.
    Building the source package on anything newer than Ubuntu 12.04 'precise'
    or SteamRT 1 'scout' will need dh-python.
  * d/control: Build-depend on perl, for prove(1)
    This is used to run QA checks.
  * Move bootstrap and version checks from Makefile into tests/
  * check_version.sh: Cope with epoch and/or suffix in package version
  * Import steam-devices udev rules from
    <https://github.com/ValveSoftware/steam-devices/> as a subproject:
    - add ZeroPlus P4 (hitbox) hidraw device, 0c12:0ef6
  * Add brief details of the subprojects and their bug reporting addresses
  * d/copyright: Add copyright/licensing details for some open-source parts
    of this package
  * Add some .gitignore files
  * Remove references to steamrepo@list.valvesoftware.com.
    This mailing list no longer exists.
  * d/README.source: Add some documentation for maintainers
  * Ship a known-good binary-blob public key, taken from 1.0.0.61.
    We install this into /etc, so it isn't great if it changes every time
    we rebuild the package. Freeze it at a known-good version, and
    document how to regenerate it in debian/README.source.

 -- Simon McVittie <smcv@collabora.com>  Fri, 06 Mar 2020 16:01:57 +0000

steam (1.0.0.61) precise; urgency=medium

  * Update udev rules

 -- TTimo <ttimo@valvesoftware.com>  Wed, 10 Apr 2019 11:45:24 -0500

steam (1.0.0.60) precise; urgency=medium

  * Updates to the bootstraping logic and bootstraping runtime

 -- TTimo <ttimo@valvesoftware.com>  Mon, 08 Apr 2019 14:17:42 -0500

steam (1.0.0.59) precise; urgency=medium

  * Update udev rules.
  * Add --run option to the steam command, will exec a command through run.sh in the steam runtime environment.

 -- TTimo <ttimo@valvesoftware.com>  Wed, 24 Oct 2018 18:33:34 -0500

steam (1.0.0.58) precise; urgency=medium

  * Bump version, iterate on the internal build systems.

 -- TTimo <ttimo@valvesoftware.com>  Thu, 27 Sep 2018 18:36:04 -0500

steam (1.0.0.57) precise; urgency=medium

  * Bump version to match the internal steambeta package version.

 -- TTimo <ttimo@valvesoftware.com>  Wed, 26 Sep 2018 21:50:39 -0500

steam (1.0.0.56) precise; urgency=medium

  * Rename udev rules files to 60-* to fix #5169 and clean up naming.

 -- Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>  Fri, 24 Aug 2018 20:01:53 -0700

steam (1.0.0.55) precise; urgency=medium

  * Update locstrings for .desktop file (thanks David Broz ans STS crew)
  * Update udev rules for VR and controllers

 -- Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>  Tue, 29 May 2018 15:58:13 -0700

steam (1.0.0.54) precise; urgency=medium

  * Update controller udev rules to let Steam write to DualShock 4 HID nodes

 -- Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>  Sat, 29 Oct 2016 18:23:06 -0700

steam (1.0.0.53) precise; urgency=medium

  * Update udev rules for HTC Vive and order them so they run after
	50-udev-default.rules but before 73-seat-late.rules

 -- John Vert <johnv@valvesoftware.com>  Wed, 18 May 2016 16:43:24 -0700

steam (1.0.0.52) precise; urgency=medium

  * fix potential file overwrite vulnerability
  * Add additional udev rules for HTC Vive

 -- John Vert <johnv@valvesoftware.com>  Tue, 29 Mar 2016 12:33:54 -0700

steam (1.0.0.51) precise; urgency=medium

  * Add uinput rule for the Steam Controller.
  * Remove udev rule for the Oculus Rift VR headset.
  * Add udev rule for HTC Vive VR headset.

 -- John Vert <johnv@valvesoftware.com>  Tue, 17 Nov 2015 11:21:15 -0800

steam (1.0.0.50) precise; urgency=medium

  * Added libXinerama and libXext to the bootstrap runtime to fix AMD 
    graphics driver crashing if these aren't present.

 -- John Vert <johnv@valvesoftware.com>  Tue, 05 May 2015 10:44:29 -0700

steam (1.0.0.49) precise; urgency=medium

  * Update packaged icons.
  * Update liblibstdc++ file version to match new runtime.

 -- Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>  Mon, 25 Aug 2014 17:57:42 -0700

steam (1.0.0.48) precise; urgency=medium

  * Update udev rules to encompass all Valve USB devices

 -- John Vert <johnv@valvesoftware.com>  Mon, 16 Jun 2014 11:42:10 -0700

steam (1.0.0.47) precise; urgency=low

  * Fix python indentation error

 -- Valve Corporation <linux@steampowered.com>  Mon, 10 Feb 2014 16:23:07 -0800

steam (1.0.0.46) precise; urgency=low

  * Change steamdeps to handle installing the right packages with Ubuntu Saucy 
    GL stack
  * Change apt repository to indicate only amd64 and i386 support

 -- Valve Corporation <linux@steampowered.com>  Mon, 10 Feb 2014 15:49:53 -0800

steam (1.0.0.45) precise; urgency=low

  * Add missing runtime dependencies for bootstrapping

 -- Valve Corporation <linux@steampowered.com>  Mon, 25 Nov 2013 10:52:42 -0700

steam (1.0.0.44) precise; urgency=low

  * Remove jockey-common from steamdeps

 -- Valve Corporation <linux@steampowered.com>  Wed, 13 Nov 2013 11:14:43 -0800

steam (1.0.0.43) precise; urgency=low

  * Update udev rules to support front panel and Oculus Rift
  * Demote jockey-common dependency to Recommends

 -- Valve Corporation <linux@steampowered.com>  Tue, 08 Oct 2013 10:52:42 -0700

steam (1.0.0.42) precise; urgency=low

  * Update udev rules

 -- Valve Corporation <linux@steampowered.com>  Mon, 09 Sep 2013 14:57:10 -0700

steam (1.0.0.41) precise; urgency=low

  * Fix steamdeps to handle installing the right packages on both quantal and 
    raring GL stacks.

 -- Valve Corporation <linux@steampowered.com>  Tue, 03 Sep 2013 12:57:06 -0700

steam (1.0.0.40) precise; urgency=low

  * Updated steamdeps to deal with raring GL stack in 12.04.3

 -- Valve Corporation <linux@steampowered.com>  Wed, 28 Aug 2013 13:29:31 -0700

steam (1.0.0.39) precise; urgency=low

  * Updated bootstrap files with proxy envvar parsing fixes

 -- Valve Corporation <linux@steampowered.com>  Thu, 9 May 2013 17:00:24 -0800

steam (1.0.0.38) precise; urgency=low

  * Updated bootstrap files with network download fixes

 -- Valve Corporation <linux@steampowered.com>  Wed, 24 Apr 2013 12:00:24 -0800

steam (1.0.0.37) precise; urgency=low

  * Updated steam:i386 dependency so it requires steam-launcher >= current version

 -- Valve Corporation <linux@steampowered.com>  Tue, 12 Mar 2013 11:38:24 -0800

steam (1.0.0.36) precise; urgency=low

  * Renamed /usr/share/pixmaps/steam_tray.png /usr/share/pixmaps/steam_tray_mono.png

 -- Valve Corporation <linux@steampowered.com>  Tue, 12 Mar 2013 11:21:08 -0800

steam (1.0.0.35) precise; urgency=low

  * Turned steam:i386 into a transitional package bringing in steam-launcher

 -- Valve Corporation <linux@steampowered.com>  Sun, 24 Feb 2013 17:45:01 -0800

steam (1.0.0.34) precise; urgency=low

  * Added support for the konsole terminal emulator during dependency installation
  * Added i386 as a foreign architecture if necessary on 64-bit systems

 -- Valve Corporation <linux@steampowered.com>  Sun, 24 Feb 2013 17:45:01 -0800

steam (1.0.0.33) precise; urgency=low

  * Fixed 32-bit package installation after a fresh install on 64-bit system

 -- Valve Corporation <linux@steampowered.com>  Sat, 23 Feb 2013 21:10:11 -0800

steam (1.0.0.32) precise; urgency=low

  * steam-launcher package also replaces the steam64 package
  * Re-added the steam:i386 package to ease transition to steam-launcher

 -- Valve Corporation <linux@steampowered.com>  Sat, 23 Feb 2013 15:59:46 -0800

steam (1.0.0.31) precise; urgency=low

  * Added dependencies on curl and xz-utils
  * Run apt-get update before trying to install additional dependencies

 -- Valve Corporation <linux@steampowered.com>  Sat, 23 Feb 2013 12:28:21 -0800

steam (1.0.0.30) precise; urgency=low

  * Made a single package that works on both 32 and 64-bit platforms

 -- Valve Corporation <linux@steampowered.com>  Mon, 18 Feb 2013 15:11:32 -0800

steam (1.0.0.29) precise; urgency=low

  * Temporarily removed dependency on 32-bit glx because this causes uninstallation of 64-bit X server if installed on Ubuntu 12.04.2.

 -- Valve Corporation <linux@steampowered.com>  Mon, 18 Feb 2013 15:11:32 -0800

steam (1.0.0.28) precise; urgency=low

  * Added explicit dependency on libc version 2.15 or newer
  * Removed spurious extra paragraph in package description

 -- Valve Corporation <linux@steampowered.com>  Fri, 15 Feb 2013 11:30:21 -0800

steam (1.0.0.27) precise; urgency=low

  * Removed references to beta from the documentation

 -- Valve Corporation <linux@steampowered.com>  Thu, 14 Feb 2013 11:02:05 -0800

steam (1.0.0.26) precise; urgency=low

  * We're no longer beta!
  * Moved apt key from postinstall to /etc/apt/trusted.gpg.d
  * Added debian copyright file, referring to steam_install_agreement.txt
  * Fixed line endings in steam.desktop
  * Removed redundant gtk icon update postinstall step

 -- Valve Corporation <linux@steampowered.com>  Wed, 13 Feb 2013 09:19:53 -0800

steam (1.0.0.25) precise; urgency=low

  * Added license to bootstrap so fresh installs work correctly

 -- Valve Corporation <linux@steampowered.com>  Thu, 7 Feb 2013 18:19:00 -0800

steam (1.0.0.24) precise; urgency=low

  * Added license to allow repackaging for other Linux distributions

 -- Valve Corporation <linux@steampowered.com>  Thu, 7 Feb 2013 11:03:58 -0800

steam (1.0.0.23) precise; urgency=low

  * Created an unpackaged archive for installing on non-Debian systems
  * Added a 64-bit package that depends on the current 32-bit package
  * Added Steam Linux Runtime, massively reducing the package dependencies

 -- Valve Corporation <linux@steampowered.com>  Tue, 5 Feb 2013 9:24:21 -0800

steam (1.0.0.22) unstable; urgency=low

  * Removed dependency on libjpeg-turbo8
  * Fixed /usr/bin/steam to handle localized Desktop directory correctly again

 -- Valve Corporation <linux@steampowered.com>  Tue, 15 Jan 2013 10:31:21 -0800

steam (1.0.0.21) unstable; urgency=low

  * Copy the bootstrap files to the user Steam directory in case the bootstrap needs to be reinstalled by Steam itself
  * Update the version of /usr/bin/steam with each package release
  * Added dependency on xterm or gnome-terminal

 -- Valve Corporation <linux@steampowered.com>  Wed, 09 Jan 2013 16:39:49 -0800

steam (1.0.0.20) unstable; urgency=low

  * Fixed layout of installation wizard when installing multiple apps.
  * Fixed rare occurrence of prompting a user to accept the same Steam Subscriber Agreements multiple times.
  * Big Picture: Added support for notifying the user when logging into an account that has already logged in on another machine
  * Big Picture: Fixed bug where chat notifications might not be displayed when in game.
  * Big Picture: Fixed possibly displaying multiple countdown timers in the store
  * Big Picture: Fixed loading animations disappearing before loading was complete
  * Big Picture: Fixed crash when entering Big Picture mode while in a voice chat
  * Linux: add support for custom Steam library folders
  * Linux: fix bug w/notifications stealing focus
  * Linux: fix bug that caused text to be entered backwards in edit fields
  * Linux: fix overlay crash w/Amnesia: The Dark Descent Demo
  * Linux: fix overlay crash w/The Critter Chronicles
  * Linux: fix "Retrieve A Lost Account" wizard causing steam to minimize
  * Linux: fix Turkish characters showing up correctly in Steam updater window
  * Linux: remove game icons when removing a game
  * Linux: fix bug causing menus to close when a sub-menu closes
  * Linux: fix bug with usernames ending with '.'
  * Linux: fix bug w/Steam changing global mouse cursor theme

 -- Valve Corporation <linux@steampowered.com>  Tue, 08 Jan 2013 16:39:49 -0800

steam (1.0.0.19) unstable; urgency=low

  * added /usr/bin/steamdeps script to install additional dependencies

 -- Valve Corporation <linux@steampowered.com>  Tue, 18 Dec 2012 9:38:01 -0700

steam (1.0.0.18) unstable; urgency=low

  * added support for hotplug joysticks using SDL 2.0 and libudev
  * added multi-monitor support using Xinerama
  * added signed .changes files instead of signing the .deb packages directly (fixes issue when installing on systems with lintian)

 -- Valve Corporation <linux@steampowered.com>  Fri, 14 Dec 2012 14:10:57 -0700

steam (1.0.0.17) unstable; urgency=low

  * notify the user of important package updates instead of trying to update /usr/bin/steam
  * added a software source for automatic package updates at http://repo.steampowered.com/steam/
  * added a 256x256 steam icon

 -- Valve Corporation <linux@steampowered.com>  Fri, 7 Dec 2012 09:10:57 -0700

steam (1.0.0.16) unstable; urgency=low

  * use XDG_DATA_HOME for default Steam install path.
  * added libgl1-mesa-glx and libgl1-mesa-dri as dependencies
  * added check for broken gksudo installs, use fallback if necessary

 -- Valve Corporation <linux@steampowered.com>  Thu, 28 Nov 2012 15:16:16 -0700

steam (1.0.0.15) unstable; urgency=low

  * find the Steam content directory if the user has moved it
  * run core steam executable on systems without OpenGL installed

 -- Valve Corporation <linux@steampowered.com>  Thu, 15 Nov 2012 15:16:16 -0700

steam (1.0.0.14) unstable; urgency=low

  * switch to xz compression for bootstrap tar file
  * add dependencies on joystick and jstest-gtk packages for joystick support

 -- Valve Corporation <linux@steampowered.com>  Wed, 17 Oct 2012 15:16:16 -0700

steam (1.0.0.13) unstable; urgency=low

  * automatically detect package dependencies.

 -- Valve Corporation <linux@steampowered.com>  Fri, 05 Oct 2012 16:35:27 -0700

steam (1.0.0.12) unstable; urgency=low

  * updated package dependencies.

 -- Valve Corporation <linux@steampowered.com>  Tue, 18 Sep 2012 19:15:43 -0700

steam (1.0.0.11) unstable; urgency=low

  * changed bin folder from linux32 to ubuntu12_32 as we have updated our build system and linux32 is now only used by steamcmd.

 -- Valve Corporation <linux@steampowered.com>  Mon, 27 Aug 2012 15:25:51 -0700

steam (1.0.0.10) unstable; urgency=low

  * Updated dependencies, now includes openal.

 -- Valve Corporation <linux@steampowered.com>  Fri, 13 Jul 2012 18:13:02 -0700

steam (1.0.0.9) unstable; urgency=low

  * Launcher script now opens an xterm to show progress on initial
    bootstrapping, to be replaced by a real progress bar in future.

 -- Valve Corporation <linux@steampowered.com>  Tue, 26 Jun 2012 10:27:26 -0700

steam (1.0.0.8) unstable; urgency=low

  * Better icon.

 -- Valve Corporation <linux@steampowered.com>  Mon, 25 Jun 2012 13:26:49 -0700

steam (1.0.0.7) unstable; urgency=low

  * Removed dependency on libode1.

 -- Valve Corporation <linux@steampowered.com>  Thu, 21 Jun 2012 16:18:14 -0700

steam (1.0.0.6) unstable; urgency=low

  * Fixed a syntax error in the steam script.

 -- Valve Corporation <linux@steampowered.com>  Wed, 20 Jun 2012 16:35:55 -0700

steam (1.0.0.5) unstable; urgency=low

  * Cleaned up package build files.

 -- Valve Corporation <linux@steampowered.com>  Wed, 20 Jun 2012 16:02:48 -0700

steam (1.0.0.4) unstable; urgency=low

  * Modified script to download and extract a bootstrap.tar.gz archive.

 -- Valve Corporation <linux@steampowered.com>  Wed, 20 Jun 2012 14:45:50 -0700

steam (1.0.0.3) unstable; urgency=low

  * Improved dependencies by using dpkg-shlibdeps to gather info.

 -- Valve Corporation <linux@steampowered.com>  Wed, 20 Jun 2012 14:05:37 -0700

steam (1.0.0.2) unstable; urgency=low

  * Added dependencies representative of the client and one of the test games.

 -- Valve Corporation <linux@steampowered.com>  Wed, 20 Jun 2012 13:23:19 -0700

steam (1.0.0.1) unstable; urgency=low

  * Internal Release.

 -- Valve Corporation <linux@steampowered.com>  Tue, 19 Jun 2012 17:47:05 -0700

steam (1.0.0.0) unstable; urgency=low

  * Internal Release.

 -- Valve Corporation <linux@steampowered.com>  Tue, 19 Jun 2012 13:06:14 -0700
