Building a debian package failed with [1], this commit fixes the issue by adding arch.h to libibverbs-dev.install. [1] dh_install: usr/include/infiniband/arch.h exists in debian/tmp but is not installed to anywhere. Signed-off-by: Talat Batheesh <talatb@xxxxxxxxxxxx> --- debian/libibverbs-dev.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/libibverbs-dev.install b/debian/libibverbs-dev.install index 0ddb0a8..d010ef2 100644 --- a/debian/libibverbs-dev.install +++ b/debian/libibverbs-dev.install @@ -3,6 +3,7 @@ usr/include/infiniband/opcode.h usr/include/infiniband/sa-kern-abi.h usr/include/infiniband/sa.h usr/include/infiniband/verbs.h +usr/include/infiniband/arch.h usr/lib/*/libibverbs*.so usr/share/man/man3/ibv_* usr/share/man/man3/mbps_to_ibv_rate.3 -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html