Package: ibutils Version: 1.5.7-3 Severity: minor Tags: patch User: [email protected] Usertags: origin-ubuntu vivid ubuntu-patch
Hello, The build of ibutils is currently architecture-restricted. Per request of IBM, we have enabled building ibutils on the ppc64el architecture in Ubuntu, in addition to the powerpc architecture where it is already being built. It seems sensible to apply the same change in Debian. Please consider applying the attached (trivial) patch. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ [email protected] [email protected]
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2014-07-04 11:26:44 +0000 +++ debian/control 2015-03-02 19:54:27 +0000 @@ -11,14 +11,14 @@ Homepage: https://www.openfabrics.org/downloads/ibutils/ Package: ibutils -Architecture: i386 ia64 amd64 powerpc +Architecture: i386 ia64 amd64 powerpc ppc64el Depends: ${shlibs:Depends}, ${misc:Depends}, libibdm1 Description: InfiniBand network utilities This package contains a set of utilities useful for diagnosing and testing InfiniBand based networks. Package: libibdm1 -Architecture: i386 ia64 amd64 powerpc +Architecture: i386 ia64 amd64 powerpc ppc64el Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: InfiniBand network diagnostic library @@ -27,7 +28,7 @@ Package: libibdm-dev Section: libdevel -Architecture: i386 ia64 amd64 powerpc +Architecture: i386 ia64 amd64 powerpc ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} Description: Development files for the libibdm library This package contains header files for building applications

