[scotch] 04/12: debian patch fix_manpages.patch fixes man pages

Drew Parsons dparsons at moszumanska.debian.org
Wed Dec 20 07:14:43 UTC 2017


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

dparsons pushed a commit to tag debian/6.0.4.dfsg1-8
in repository scotch.

commit a88c343e3ad10afc384da49b0c445b77919e8e68
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Dec 20 12:12:50 2017 +0800

    debian patch fix_manpages.patch fixes man pages
    
    fixes errors using quotes '' at the beginning of lines in gout and
    dgscat man pages.
---
 debian/changelog                  |  2 ++
 debian/patches/fix_manpages.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 debian/scotch_binaries.1          |  2 +-
 4 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5513473..3928d4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ scotch (6.0.4.dfsg1-8) UNRELEASED; urgency=medium
     a man page is not available. Closes: #883824.
   * Install with executable [pt]scotch.install to distinguish scotch
     from ptscotch binaries at package build time.
+  * debian patch fix_manpages.patch fixes errors using quotes '' at
+    the beginning of lines in gout and dgscat man pages.
 
  -- Drew Parsons <dparsons at debian.org>  Mon, 27 Nov 2017 22:48:30 +0800
 
diff --git a/debian/patches/fix_manpages.patch b/debian/patches/fix_manpages.patch
new file mode 100644
index 0000000..7badeed
--- /dev/null
+++ b/debian/patches/fix_manpages.patch
@@ -0,0 +1,29 @@
+Index: scotch/man/man1/dgscat.1
+===================================================================
+--- scotch.orig/man/man1/dgscat.1
++++ scotch/man/man1/dgscat.1
+@@ -77,8 +77,8 @@ several of the three other escape sequen
+ For instance, filename 'brol' will lead to the opening of file 'brol'
+ on the root processor only, filename '%\fB-brol\fP' (or even 'br%\fB-ol\fP') will
+ lead to the parallel opening of files called 'brol' on every
+-processor, and filename 'brol%p-%r' will lead to the opening of files
+-'brol2-0' and 'brol2-1', respectively, on each of the two processors
++processor, and filename 'brol%p-%r' will lead to the opening of files 'brol2-0'
++and 'brol2-1', respectively, on each of the two processors
+ on which the program were to run.
+ .SH OPTIONS
+ .TP
+Index: scotch/man/man1/gout.1
+===================================================================
+--- scotch.orig/man/man1/gout.1
++++ scotch/man/man1/gout.1
+@@ -230,8 +230,7 @@ removed:
+ .fi
+ Build an OpenInventor file of graph brol.grf without any vertex
+ information associated to it. Mapping data are not required and
+-will not be read, but a file name has to be provided, hence the
+-'-':
++will not be read, but a file name has to be provided, hence the '-':
+ .PP
+ .nf
+ .fam C
diff --git a/debian/patches/series b/debian/patches/series
index a22d2fc..d7264ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ metis-header.patch
 #format-security.patch
 include_headers.patch
 man_gpart_gman.patch
+fix_manpages.patch
diff --git a/debian/scotch_binaries.1 b/debian/scotch_binaries.1
index fb3e861..279d11e 100644
--- a/debian/scotch_binaries.1
+++ b/debian/scotch_binaries.1
@@ -1,4 +1,4 @@
-." Text adapted from amk_ccc.1 and scotch_esmumps.1
+.\" Text adapted from amk_ccc.1 and scotch_esmumps.1
 .TH scotch_binaries 1 "December, 2017" "" "Sundry Scotch Binaries"
 .SH NAME
 \fBscotch_esmumps, scotch_gbase, acpl, amk_grf, mcv \fP- sundry Scotch binary commands

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



More information about the debian-science-commits mailing list