From patchwork Thu Dec 29 13:49:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 9491233 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1DCD360453 for ; Thu, 29 Dec 2016 13:49:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 11E6F1FFD6 for ; Thu, 29 Dec 2016 13:49:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 04F71252D5; Thu, 29 Dec 2016 13:49:22 +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=-6.9 required=2.0 tests=BAYES_00,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 A2A601FFD6 for ; Thu, 29 Dec 2016 13:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752674AbcL2NtU (ORCPT ); Thu, 29 Dec 2016 08:49:20 -0500 Received: from mail.kernel.org ([198.145.29.136]:50626 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752574AbcL2NtU (ORCPT ); Thu, 29 Dec 2016 08:49:20 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 145FD20396; Thu, 29 Dec 2016 13:49:19 +0000 (UTC) Received: from localhost (unknown [213.57.247.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97BB32041B; Thu, 29 Dec 2016 13:49:17 +0000 (UTC) From: Leon Romanovsky To: dledford@redhat.com, jgunthorpe@obsidianresearch.com Cc: linux-rdma@vger.kernel.org, Leon Romanovsky , Talat Batheesh Subject: [PATCH rdma-core 1/4] debian/control: Remove build-essential from Build-Depends Date: Thu, 29 Dec 2016 15:49:05 +0200 Message-Id: <20161229134908.13185-2-leon@kernel.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161229134908.13185-1-leon@kernel.org> References: <20161229134908.13185-1-leon@kernel.org> X-Virus-Scanned: ClamAV using ClamSMTP 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 From: Talat Batheesh Fix lintian error [1] build-depends-on-build-essential build-depends. The package build is done with "debuild -uc -us -d" comamnd. [1] E: rdma-core source: build-depends-on-build-essential build-depends Signed-off-by: Talat Batheesh Signed-off-by: Leon Romanovsky --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3b04ac9..9e73c2b 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: rdma-core Maintainer: Linux RDMA Mailing List Section: net Priority: extra -Build-Depends: build-essential, - cmake (>= 2.8.11), +Build-Depends: cmake (>= 2.8.11), debhelper (>= 9), dh-systemd, dpkg-dev (>= 1.17),