From patchwork Fri Dec 21 18:31:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10740883 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7CC7A161F for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6DF7928536 for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 61DAA28668; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1328328536 for ; Fri, 21 Dec 2018 18:32:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391490AbeLUScd (ORCPT ); Fri, 21 Dec 2018 13:32:33 -0500 Received: from mx1.ionos.com ([46.16.72.21]:56206 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391376AbeLUScc (ORCPT ); Fri, 21 Dec 2018 13:32:32 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 284E35F602 for ; Fri, 21 Dec 2018 18:32:21 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 4CAE240025; Fri, 21 Dec 2018 19:32:02 +0100 (CET) Received: (nullmailer pid 19106 invoked by uid 1000); Fri, 21 Dec 2018 18:32:02 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 6/6] debian: Specify Build-Depends-Package for libmlx5.so.1 Date: Fri, 21 Dec 2018 19:31:57 +0100 Message-Id: <20181221183157.12444-7-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> References: <20181221183157.12444-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The symbols file for libmlx5.so.1 does not contain a Build-Depends-Package meta-information field. This field specifies the name of the -dev package associated to the library and is used by dpkg-shlibdeps(1) to make sure that the dependency generated is at least as strict as the corresponding build dependency. This is useful as allows packages to not hardcode this information multiple times. Refer to the deb-symbols(5) manual page and the dpkg-shlibdeps(1) manual page for details. Signed-off-by: Benjamin Drung --- debian/ibverbs-providers.symbols | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/ibverbs-providers.symbols b/debian/ibverbs-providers.symbols index c7804c50..4a8e60b1 100644 --- a/debian/ibverbs-providers.symbols +++ b/debian/ibverbs-providers.symbols @@ -6,6 +6,7 @@ libmlx4.so.1 ibverbs-providers #MINVER# mlx4dv_create_qp@MLX4_1.0 15 mlx4dv_set_context_attr@MLX4_1.0 15 libmlx5.so.1 ibverbs-providers #MINVER# +* Build-Depends-Package: libibverbs-dev MLX5_1.0@MLX5_1.0 13 MLX5_1.1@MLX5_1.1 14 MLX5_1.2@MLX5_1.2 15