[librsb] 08/09: d/p/senseful-whatis-entries.patch: New patch

Rafael Laboissiere rafael at debian.org
Sun Mar 12 01:09:19 UTC 2017


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

rafael pushed a commit to branch master
in repository librsb.

commit 189a7d0e822ea45ff1ca4c972a2b8b328701b8ee
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Mar 11 17:26:35 2017 -0300

    d/p/senseful-whatis-entries.patch: New patch
---
 debian/patches/senseful-whatis-entries.patch | 19 +++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/senseful-whatis-entries.patch b/debian/patches/senseful-whatis-entries.patch
new file mode 100644
index 0000000..04a42d2
--- /dev/null
+++ b/debian/patches/senseful-whatis-entries.patch
@@ -0,0 +1,19 @@
+Description: Add name option to help2man calls
+ This avoids manpage-has-useless-whatis-entry Liintian warnings.
+Forwarded: no
+Last-Update: 2017-03-11
+
+--- librsb-1.2.0-rc5.orig/doc/Makefile.am
++++ librsb-1.2.0-rc5/doc/Makefile.am
+@@ -13,9 +13,9 @@ endif
+ 
+ if HAVE_HELP2MAN
+ man/librsb-config.1: ../librsb-config
+-	$(HELP2MAN) --no-info $< > $@ 
++	$(HELP2MAN) --name="provide configuration information for librsb" --no-info $< > $@ 
+ man/rsbench.1: ../rsbench
+-	$(HELP2MAN) --no-info $< > $@ 
++	$(HELP2MAN) --name="benchmark and test for librsb" --no-info $< > $@ 
+ endif
+ 
+ $(man3_MANS): html/index.html
diff --git a/debian/patches/series b/debian/patches/series
index 5d61965..ac69de1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ compile-fortran-examples.patch
 fix-spelling-information.patch
 fix-spelling-function.patch
 manpages-in-section-1.patch
+senseful-whatis-entries.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/librsb.git



More information about the debian-science-commits mailing list