Package: multipath-tools
Version: 0.6.4-5
Severity: wishlist
Tags: patch

This series quells some lintian warnings.
I hope it is helpful. If not, just wontfix.

Vincent McIntyre (4):
  Add more shlib-symlink overrides, following previous example
  Silence bogus warning about undefined macro
  Silence one of the linebreak warnings
  Fix lintian complaint about bad whatis entry

 debian/multipath-tools.lintian-overrides       | 3 +++
 libmpathpersist/mpath_persistent_reserve_in.3  | 2 +-
 libmpathpersist/mpath_persistent_reserve_out.3 | 2 +-
 multipath/multipath.conf.5                     | 3 ++-
 multipathd/multipathd.8                        | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

-- 
>From 3c67a8e54baabbb4f689b24226d58cd0843627ab Mon Sep 17 00:00:00 2001
From: Vincent McIntyre <vincent.mcint...@csiro.au>
Date: Fri, 9 Jun 2017 16:41:18 +1000
Subject: [PATCH 1/4] Add more shlib-symlink overrides, following previous
 example

Signed-off-by: Vincent McIntyre <vincent.mcint...@csiro.au>
---
 debian/multipath-tools.lintian-overrides | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/multipath-tools.lintian-overrides b/debian/multipath-tools.lintian-overrides
index 5efa3c8..f2d35f9 100644
--- a/debian/multipath-tools.lintian-overrides
+++ b/debian/multipath-tools.lintian-overrides
@@ -6,4 +6,7 @@
 multipath-tools: no-symbols-control-file lib/libmpathpersist.so.0
 multipath-tools: no-symbols-control-file lib/libmultipath.so.0
 multipath-tools: non-dev-pkg-with-shlib-symlink lib/libmpathpersist.so.0 lib/libmpathpersist.so
+multipath-tools: non-dev-pkg-with-shlib-symlink lib/libmpathcmd.so.0 lib/libmpathcmd.so
+multipath-tools: non-dev-pkg-with-shlib-symlink lib/libmpath.so.0 lib/libmpath.so
+multipath-tools: non-dev-pkg-with-shlib-symlink lib/libmultipath.so.0 lib/libmultipath.so
 multipath-tools: package-name-doesnt-match-sonames libmpathpersist0 libmultipath0
-- 
2.1.4

>From 791c7886e9f543dec1db7eeb38dd27a965b46139 Mon Sep 17 00:00:00 2001
From: Vincent McIntyre <vincent.mcint...@csiro.au>
Date: Fri, 9 Jun 2017 16:43:53 +1000
Subject: [PATCH 2/4] Silence bogus warning about undefined macro

Signed-off-by: Vincent McIntyre <vincent.mcint...@csiro.au>
---
 multipathd/multipathd.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8
index 4c765af..cf90176 100644
--- a/multipathd/multipathd.8
+++ b/multipathd/multipathd.8
@@ -122,7 +122,7 @@ Show the current multipath topology. Same as '\fImultipath \-ll\fR'.
 .B list|show map|multipath $map topology
 Show topology of a single multipath device specified by $map, for example
 36005076303ffc56200000000000010aa. This map could be obtained from
-'\fIlist maps\fR'.
+ '\fIlist maps\fR'.
 .
 .TP
 .B list|show wildcards
-- 
2.1.4

>From 87679c75bbb68785e45fc680f80f9e21d4c18e49 Mon Sep 17 00:00:00 2001
From: Vincent McIntyre <vincent.mcint...@csiro.au>
Date: Fri, 9 Jun 2017 16:45:08 +1000
Subject: [PATCH 3/4] Silence one of the linebreak warnings

Signed-off-by: Vincent McIntyre <vincent.mcint...@csiro.au>
---
 multipath/multipath.conf.5 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index b7d7e59..04ff03d 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -869,7 +869,8 @@ The following keywords are recognized:
 Regular expression of the device nodes to be excluded.
 .RS
 .TP
-Default value is: \fB^(ram|raw|loop|fd|md|dm-|sr|scd|st|dcssblk)[0-9]\fR, \fB^(td|hd|vd)[a-z]\fR and \fB^nvme\fR
+Default value is: \fB^(ram|raw|loop|fd|md|dm-|sr|scd|st|dcssblk)[0-9]\fR,
+\fB^(td|hd|vd)[a-z]\fR and \fB^nvme\fR
 .RE
 .TP
 .B wwid
-- 
2.1.4

>From 7c6ea59bb0860cce3d2e4af38fc86edee71df251 Mon Sep 17 00:00:00 2001
From: Vincent McIntyre <vincent.mcint...@csiro.au>
Date: Fri, 9 Jun 2017 16:47:45 +1000
Subject: [PATCH 4/4] Fix lintian complaint about bad whatis entry

Signed-off-by: Vincent McIntyre <vincent.mcint...@csiro.au>
---
 libmpathpersist/mpath_persistent_reserve_in.3  | 2 +-
 libmpathpersist/mpath_persistent_reserve_out.3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmpathpersist/mpath_persistent_reserve_in.3 b/libmpathpersist/mpath_persistent_reserve_in.3
index 5ed0779..4691bde 100644
--- a/libmpathpersist/mpath_persistent_reserve_in.3
+++ b/libmpathpersist/mpath_persistent_reserve_in.3
@@ -12,7 +12,7 @@
 .SH NAME
 .\" ----------------------------------------------------------------------------
 .
-mpath_persistent_reserve_in
+mpath_persistent_reserve_in \- send PRIN command to DM device
 .
 .
 .\" ----------------------------------------------------------------------------
diff --git a/libmpathpersist/mpath_persistent_reserve_out.3 b/libmpathpersist/mpath_persistent_reserve_out.3
index e11eb57..55b00b0 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -12,7 +12,7 @@
 .SH NAME
 .\" ----------------------------------------------------------------------------
 .
-mpath_persistent_reserve_out
+mpath_persistent_reserve_out \- send PROUT command to DM device
 .
 .
 .\" ----------------------------------------------------------------------------
-- 
2.1.4

Reply via email to