linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-core 1/2] debian: Let lintian ignore example udev rule
@ 2017-09-18  9:33 Benjamin Drung
       [not found] ` <20170918093344.11482-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Drung @ 2017-09-18  9:33 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 debian/rdma-core.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rdma-core.lintian-overrides b/debian/rdma-core.lintian-overrides
index 476c1c13..01dea12b 100644
--- a/debian/rdma-core.lintian-overrides
+++ b/debian/rdma-core.lintian-overrides
@@ -1,3 +1,5 @@
 # The rdma-ndd service is started by udev.
 rdma-core: systemd-service-file-missing-install-key lib/systemd/system/iwpmd.service
 rdma-core: systemd-service-file-missing-install-key lib/systemd/system/rdma-ndd.service
+# Example/documentary udev rules file
+rdma-core: udev-rule-in-etc etc/udev/rules.d/70-persistent-ipoib.rules
-- 
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

* [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

end of thread, other threads:[~2017-09-18  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18  9:33 [PATCH rdma-core 1/2] debian: Let lintian ignore example udev rule Benjamin Drung
     [not found] ` <20170918093344.11482-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2017-09-18  9:33   ` [PATCH rdma-core 2/2] debian: Move perl:Depends from ibverbs-providers to rdma-core Benjamin Drung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).