All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
	jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Talat Batheesh <talatb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: [PATCH rdma-core 1/4] debian/control: Remove build-essential from Build-Depends
Date: Thu, 29 Dec 2016 15:49:05 +0200	[thread overview]
Message-ID: <20161229134908.13185-2-leon@kernel.org> (raw)
In-Reply-To: <20161229134908.13185-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

From: Talat Batheesh <talatb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

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-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Signed-off-by: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
 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 <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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),
-- 
2.10.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-12-29 13:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 13:49 [PATCH rdma-core 0/4] Debian fixes Leon Romanovsky
     [not found] ` <20161229134908.13185-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-12-29 13:49   ` Leon Romanovsky [this message]
2016-12-29 13:49   ` [PATCH rdma-core 2/4] debian/iwpmd.install: Remove ibacm from iwpmd install Leon Romanovsky
2016-12-29 13:49   ` [PATCH rdma-core 3/4] debian/copyright: Add copyright information Leon Romanovsky
     [not found]     ` <20161229134908.13185-4-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-12-29 15:25       ` Jason Gunthorpe
     [not found]         ` <20161229152537.GB30742-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-01  7:54           ` Leon Romanovsky
     [not found]             ` <20170101075433.GR26885-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-01-02 22:11               ` Jason Gunthorpe
     [not found]                 ` <20170102221123.GA10226-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-04  7:55                   ` Leon Romanovsky
     [not found]                     ` <20170104075516.GJ12077-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-01-04 22:42                       ` Jason Gunthorpe
     [not found]                         ` <20170104224227.GA15569-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-05  6:14                           ` Leon Romanovsky
     [not found]                             ` <20170105061436.GW12077-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-01-10 21:55                               ` Jason Gunthorpe
2016-12-29 13:49   ` [PATCH rdma-core 4/4] debian/changelog: Update changes Leon Romanovsky
     [not found]     ` <20161229134908.13185-5-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-12-29 15:11       ` Jason Gunthorpe
     [not found]         ` <20161229151132.GA30742-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-01-01  7:56           ` Leon Romanovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161229134908.13185-2-leon@kernel.org \
    --to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=talatb-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.