Source: go-md2man Version: 1-2 Severity: important Tags: patch go-md2man FTBFS on ppc64el architecture because it depends on golang that is still not ported to ppc64el. In this case, we would like to depend on gccgo for ppc64el architecture.
This patch change the build-depends on ppc64el from golang to gccgo. Thanks Breno -- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16.0-4-powerpc64le (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Index: go-md2man-1/debian/control =================================================================== --- go-md2man-1.orig/debian/control +++ go-md2man-1/debian/control @@ -3,7 +3,8 @@ Section: doc 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, golang-blackfriday-dev, + golang-go [!ppc64el], gccgo [ppc64el] Standards-Version: 3.9.5 Homepage: https://github.com/cpuguy83/go-md2man Vcs-Git: git://anonscm.debian.org/pkg-go/packages/go-md2man.git

