Package: src:steam Version: 1.0.0.36-1 Severity: serious Tags: patch Justification: FTBFS
Hi Mike, steam FTBFS in a clean chroot because of missing libraries when calculating the shlibdeps. The following patch fixes this: --- steam-1.0.0.36/debian/control 2013-05-06 16:48:54.415805598 +0200 +++ steam-1.0.0.36.fixed/debian/control 2013-05-06 16:49:18.695523155 +0200 @@ -5,6 +5,10 @@ Uploaders: Michael Gilbert <[email protected]> Build-Depends: debhelper (>= 9), + libx11-6, + libxau6, + libxcb1, + libxdmcp6, python-dev, Standards-Version: 3.9.4 Homepage: http://www.steampowered.com Regards, Stephen -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (200, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

