[Pkg-ofed-commits] [infiniband-diags] 15/17: Add README.Debian explaining how to rebuild to install rdma-ndd.service

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Sep 4 20:44:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch master
in repository infiniband-diags.

commit 8e83bbcc24ba0aa12d787c5a2489aa96a161b4d6
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Sun Sep 4 22:30:02 2016 +0200

    Add README.Debian explaining how to rebuild to install rdma-ndd.service
---
 debian/README.Debian | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..2033dd8
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,46 @@
+Installing rdma-ndd service
+---------------------------
+
+To install the rdma-ndd.service, the package needs rebuilding applying the
+following patch. This service can't be installed because it needs the
+service rdma that is not installed in Debian by any package.
+
+
+diff --git a/debian/control b/debian/control
+index af442dd..ac7cd0f 100644
+--- a/debian/control
++++ b/debian/control
+@@ -5,7 +5,7 @@ Maintainer: OFED and Debian Development and Discussion <pkg-ofed-devel at lists.al
+ Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>
+ Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev,
+  libibumad-dev (>= 1.3.7), libibmad-dev (>= 1.3.12), libopensm-dev (>= 3.3.12),
+- libudev-dev, python-docutils
++ libudev-dev, python-docutils, dh-systemd, systemd
+ Standards-Version: 3.9.8
+ Vcs-Git: https://anonscm.debian.org/git/pkg-ofed/infiniband-diags.git
+ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ofed/infiniband-diags.git
+diff --git a/debian/infiniband-diags.install b/debian/infiniband-diags.install
+index 9ed3e40..186d1bb 100644
+--- a/debian/infiniband-diags.install
++++ b/debian/infiniband-diags.install
+@@ -1,2 +1,3 @@
+ usr/sbin
+ usr/share/perl5
++lib/systemd/system/rdma-ndd.service
+diff --git a/debian/rules b/debian/rules
+index a158c75..1353514 100755
+--- a/debian/rules
++++ b/debian/rules
+@@ -4,10 +4,10 @@
+ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+ 
+ %:
+-	dh $@ --with autoreconf
++	dh $@ --with autoreconf,systemd
+ 
+ override_dh_auto_configure:
+-	dh_auto_configure -- --with-ibpath_override=/usr/sbin
++	dh_auto_configure -- --with-ibpath_override=/usr/sbin --exec-prefix=/usr
+ 
+ override_dh_install:
+ 	mv debian/tmp/usr/sbin/ibfindnodesusing.pl debian/tmp/usr/sbin/ibfindnodesusing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/infiniband-diags.git



More information about the Pkg-ofed-commits mailing list