* [PATCH rdma-core 2/2] debian: Move perl:Depends from ibverbs-providers to rdma-core
[not found] ` <20170918093344.11482-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
@ 2017-09-18 9:33 ` Benjamin Drung
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Drung @ 2017-09-18 9:33 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung
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-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
debian/control | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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
--
2.11.0
--
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
^ permalink raw reply related [flat|nested] 2+ messages in thread