user [email protected] usertag 785649 arm64 usertag 785093 arm64 retitle 785649 go-md2man: Enable the build for gccgo platforms block 785093 by 785649 thanks
Hi, Attached better patch from ubuntu, this will enable build not just on ppc, but arm64 and other platforms without golang but with gccgo. Tianon, this blocks having docker on arm64, ppc and others. Riku diff -Nru go-md2man-1.0.2/debian/control go-md2man-1.0.2/debian/control --- go-md2man-1.0.2/debian/control 2015-01-29 08:23:14.000000000 +0200 +++ go-md2man-1.0.2/debian/control 2015-05-23 11:55:49.000000000 +0300 @@ -3,7 +3,12 @@ Priority: extra Maintainer: Tianon Gravi <[email protected]> Uploaders: Docker Packaging Team <[email protected]> -Build-Depends: debhelper (>= 9), dh-golang, golang-blackfriday-dev, golang-go +Build-Depends: + debhelper (>= 9), + dh-golang, + gccgo [!amd64 !armel !armhf !i386], + golang-blackfriday-dev, + golang-go [amd64 armel armhf i386] Standards-Version: 3.9.6 Homepage: https://github.com/cpuguy83/go-md2man Vcs-Git: git://anonscm.debian.org/pkg-go/packages/go-md2man.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

