diff mbox

[rdma-core,1/4] debian/control: Remove build-essential from Build-Depends

Message ID 20161229134908.13185-2-leon@kernel.org (mailing list archive)
State Accepted
Headers show

Commit Message

Leon Romanovsky Dec. 29, 2016, 1:49 p.m. UTC
From: Talat Batheesh <talatb@mellanox.com>

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 <talatb@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

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 <linux-rdma@vger.kernel.org>
 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),