diff mbox

[rdma-core,11/21] debian: Remove infiniband-diags Depends from iwpmd

Message ID 1500926429-31822-12-git-send-email-jgunthorpe@obsidianresearch.com (mailing list archive)
State Accepted
Headers show

Commit Message

Jason Gunthorpe July 24, 2017, 8 p.m. UTC
This was a copy and paste error.

Fixes: bba93a9ce37 ("Debian Packaging")
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Benjamin Drung July 27, 2017, 1:37 p.m. UTC | #1
Am Montag, den 24.07.2017, 14:00 -0600 schrieb Jason Gunthorpe:
> This was a copy and paste error.
> 
> Fixes: bba93a9ce37 ("Debian Packaging")
> Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
> ---
>  debian/control | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/debian/control b/debian/control
> index 34b275dfeb8c62..8434bbb23693f8 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -47,8 +47,7 @@ Description: InfiniBand Communication Manager
> Assistant (ACM)
>  
>  Package: iwpmd
>  Architecture: linux-any
> -Depends: infiniband-diags,
> -         lsb-base (>= 3.2-14~),
> +Depends: lsb-base (>= 3.2-14~),
>           ${misc:Depends},
>           ${shlibs:Depends}
>  Description: Userspace component for iWarp RDMA services

These reduced dependencies can go into one line now (you could run
'wrap-and-sort' to do it for you).
diff mbox

Patch

diff --git a/debian/control b/debian/control
index 34b275dfeb8c62..8434bbb23693f8 100644
--- a/debian/control
+++ b/debian/control
@@ -47,8 +47,7 @@  Description: InfiniBand Communication Manager Assistant (ACM)
 
 Package: iwpmd
 Architecture: linux-any
-Depends: infiniband-diags,
-         lsb-base (>= 3.2-14~),
+Depends: lsb-base (>= 3.2-14~),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Userspace component for iWarp RDMA services