[Git][debian-gis-team/h5utils][master] Add patch to fix acute-accent-in-manual-page issues.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Sep 12 13:36:06 BST 2021



Bas Couwenberg pushed to branch master at Debian GIS Project / h5utils


Commits:
d95b3e05 by Bas Couwenberg at 2021-09-12T14:31:18+02:00
Add patch to fix acute-accent-in-manual-page issues.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/acute-accent-in-manual-page.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -7,6 +7,7 @@ h5utils (1.13.1-5) UNRELEASED; urgency=medium
   * Update watch file for GitHub URL changes.
   * Bump debhelper compat to 12, changes:
     - Drop --list-missing from dh_install
+  * Add patch to fix acute-accent-in-manual-page issues.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 Nov 2020 18:53:41 +0100
 


=====================================
debian/patches/acute-accent-in-manual-page.patch
=====================================
@@ -0,0 +1,58 @@
+Description: Don't use \' groff sequence for apostrophe.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/doc/man/h5fromh4.1
++++ b/doc/man/h5fromh4.1
+@@ -53,7 +53,7 @@ option is used and multiple HDF4 files a
+ datasets are output into that HDF5 file with the input filenames
+ (minus the ".hdf" suffix) used as the dataset names.
+ 
+-The most basic usage is something like \'h5fromh4 foo.hdf\', which
++The most basic usage is something like \(aqh5fromh4 foo.hdf\(aq, which
+ will output a file foo.h5 containing the scientific dataset from
+ foo.hdf.
+ .SH OPTIONS
+--- a/doc/man/h5topng.1.in
++++ b/doc/man/h5topng.1.in
+@@ -49,7 +49,7 @@ slice, via the
+ .B -xyzt
+ options.  Yet more options control things like the colormap and
+ magnification.  Still, the most basic usage is something like
+-\'h5topng foo.h5\', which will output a file foo.png containing an
++\(aqh5topng foo.h5\(aq, which will output a file foo.png containing an
+ image from the two-dimensional data in foo.h5.
+ .SH OPTIONS
+ .TP
+--- a/doc/man/h5totxt.1
++++ b/doc/man/h5totxt.1
+@@ -55,7 +55,7 @@ more slice dimensions, via the
+ .B -xyzt
+ options.
+ 
+-The most basic usage is something like \'h5totxt foo.h5\', which will
++The most basic usage is something like \(aqh5totxt foo.h5\(aq, which will
+ output comma-delimited text to stdout from the data in foo.h5.
+ .SH OPTIONS
+ .TP
+--- a/doc/man/h5tov5d.1
++++ b/doc/man/h5tov5d.1
+@@ -56,7 +56,7 @@ more) slice dimension(s), via the
+ options.
+ 
+ A typical invocation is of the form
+-\'h5tov5d foo.h5\', which will output a Vis5d data file foo.v5d
++\(aqh5tov5d foo.h5\(aq, which will output a Vis5d data file foo.v5d
+ from the data in foo.h5.
+ .SH OPTIONS
+ .TP
+--- a/doc/man/h5tovtk.1
++++ b/doc/man/h5tovtk.1
+@@ -52,7 +52,7 @@ vectors and fields can be output via the
+ option below.
+ 
+ A typical invocation is of the form
+-\'h5tovtk foo.h5\', which will output a VTK data file foo.vtk
++\(aqh5tovtk foo.h5\(aq, which will output a VTK data file foo.vtk
+ from the data in foo.h5.
+ .SH OPTIONS
+ .TP


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+acute-accent-in-manual-page.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/d95b3e05b4b1b79cba893dfca4af2acdb906cfda

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/h5utils/-/commit/d95b3e05b4b1b79cba893dfca4af2acdb906cfda
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210912/778eb4ed/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list