Bug#822341: steam:i386: steam-devices package was not built

Alexandre Detiste alexandre.detiste at gmail.com
Sat Apr 23 19:18:06 UTC 2016


Le samedi 23 avril 2016, 19:36:47 James Cowgill a écrit :
> > >
> > > With the last upload (1.0.0.51-1), you added a steam-devices package
> > > that installs udev rules for some Valve hardware like the Steam
> > > Controller. It appears with the current version, this package was not
> > > built or at least didn't end up in the archive:
> > > 
> > > http://ftp.debian.org/debian/pool/non-free/s/steam/
> 
> Steam FTBFS on the arch:all buildd here:
> https://buildd.debian.org/status/fetch.php?pkg=steam&arch=all&ver=1.0.0.52-1&stamp=1460888088
> 
> The arch:all buildds run amd64 and these are forbidden by some code in
> debian/rules. An easy fix is to remove that bit of code, but then the
> main steam package will silently not be built on amd64 (if that's a
> problem).
> 
> James

The main steam binary package is a sourceless i386 binary.

Let's disable this check only for -indep build.

-%:
+build-arch:
 ifneq ($(DEB_BUILD_ARCH), i386)
        @echo "error: $(DEB_BUILD_ARCH) is not a supported architecture"
        @exit 1
 endif
+
+%:
        dh $@


Attached patch also includes python2 -> 3 migration as already done
in forked steamcmd package.

Thanks for looking, sorry for the noise.

Alexandre


-------------- next part --------------
A non-text attachment was scrubbed...
Name: steam.patch
Type: text/x-patch
Size: 2273 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20160423/557905be/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20160423/557905be/attachment-0001.sig>


More information about the Pkg-games-devel mailing list