Package: perftest Version: 3.0+0.16.gb2f2e82-1 Severity: important Tags: patch
Please modify perftest to build on any linux architecture vs. a hardcoded list. This prevents perftest in Debian from gaining new architecture support when it is added upstream (e.g. arm64 & s390x). Build failures on architectures that have not been previously supported won't block testing migration.
--- perftest-3.0+0.16.gb2f2e82.orig/debian/control 2016-02-12 05:12:57.084814313 -0500 +++ perftest-3.0+0.16.gb2f2e82/debian/control 2016-02-12 06:26:12.580814313 -0500 @@ -10,7 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/g Homepage: https://www.openfabrics.org/downloads/perftest/ Package: perftest -Architecture: i386 ia64 amd64 powerpc ppc64el s390x +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Infiniband verbs performance tests This is a collection of tests written using Infiniband verbs intended for