diff mbox

[rdma-core,2/2] debian: Move perl:Depends from ibverbs-providers to rdma-core

Message ID 20170918093344.11482-2-benjamin.drung@profitbricks.com (mailing list archive)
State Accepted
Headers show

Commit Message

Benjamin Drung Sept. 18, 2017, 9:33 a.m. UTC
The build process shows these warnings:

dpkg-gencontrol: warning: package rdma-core: unused substitution
variable ${perl:Depends}
dpkg-gencontrol: warning: Depends field of package ibverbs-providers:
unknown substitution variable ${perl:Depends}

The binary /usr/bin/rxe_cfg is a Perl script that is shipped by
rdma-core now.

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/debian/control b/debian/control
index f87f8999..fef59ad5 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,10 @@  Homepage: https://github.com/linux-rdma/rdma-core
 
 Package: rdma-core
 Architecture: linux-any
-Depends: lsb-base (>= 3.2-14~), ${misc:Depends}, ${shlibs:Depends}
+Depends: lsb-base (>= 3.2-14~),
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Recommends: dmidecode, ethtool, net-tools
 Breaks: infiniband-diags (<< 2.0.0)
 Replaces: infiniband-diags (<< 2.0.0)
@@ -57,7 +60,7 @@  Description: InfiniBand Communication Manager Assistant (ACM)
 Package: ibverbs-providers
 Architecture: linux-any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: libcxgb3-1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, libnes1
 Replaces: libcxgb3-1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, libnes1
 Breaks: libcxgb3-1, libipathverbs1, libmlx4-1, libmlx5-1, libmthca1, libnes1