[h5utils] 34/39: Add patch to fix man page warning.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 23:56:11 UTC 2015


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

sebastic pushed a commit to branch master
in repository h5utils.

commit bf16a779947552ec0ea957c79840a3319653bdb2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 22 00:49:56 2015 +0200

    Add patch to fix man page warning.
---
 debian/changelog                                 |  1 +
 debian/patches/manpage-has-errors-from-man.patch | 80 ++++++++++++++++++++++++
 debian/patches/series                            |  1 +
 3 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 11ef24c..015b23f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ h5utils (1.12.1-3) UNRELEASED; urgency=medium
   * Add watch file.
   * Add gbp.conf to use pristine-tar by default.
   * Fix 'allows one to' typo in package description.
+  * Add patch to fix man page warning.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 21 Jul 2015 23:15:08 +0200
 
diff --git a/debian/patches/manpage-has-errors-from-man.patch b/debian/patches/manpage-has-errors-from-man.patch
new file mode 100644
index 0000000..9b2b49a
--- /dev/null
+++ b/debian/patches/manpage-has-errors-from-man.patch
@@ -0,0 +1,80 @@
+Description: Fix man page warnings: macro `"' not defined
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/h5fromh4.1
++++ b/h5fromh4.1
+@@ -27,7 +27,7 @@ h5fromh4 \- convert HDF4 scientific data
+ [\fIOPTION\fR]... [\fIHDF4FILE\fR]...
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5fromh4 takes one or more files in HDF4 format and outputs files in
+ HDF5 format containing the datasets from the HDF4 files.  (Currently,
+ only a single dataset per HDF4 file is converted.)
+--- a/h5fromtxt.1
++++ b/h5fromtxt.1
+@@ -27,7 +27,7 @@ h5fromtxt \- convert text input to an HD
+ [\fIOPTION\fR]... [\fIHDF5FILE\fR]
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5fromtxt takes a series of numbers from standard input and outputs a
+ multi-dimensional numeric dataset in an HDF5 file.
+ 
+--- a/h5math.1
++++ b/h5math.1
+@@ -27,7 +27,7 @@ h5math \- combine/create HDF5 files with
+ [\fIOPTION\fR]... \fIOUTPUT-HDF5FILE\fR [\fIINPUT-HDF5FILES\fR...]
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5math takes any number of HDF5 files as input, along with a mathematical
+ expression, and combines them to produce a new HDF5 file.
+ 
+--- a/h5totxt.1
++++ b/h5totxt.1
+@@ -27,7 +27,7 @@ h5totxt \- generate comma-delimited text
+ [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5totxt is a utility to generate comma-delimited text (and similar
+ formats) from one-, two-, or more-dimensional slices of numeric
+ datasets in HDF5 files.  This way, the data can easily be imported
+--- a/h5tov5d.1
++++ b/h5tov5d.1
+@@ -27,7 +27,7 @@ h5tov5d \- convert datasets in HDF5 file
+ [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5tov5d is a program to generate Vis5d data files from
+ multidimensional datasets in HDF5 files.  Vis5d is a free volumetric
+ visualization program capable of displaying 3, 4, or even 5
+--- a/h5tovtk.1
++++ b/h5tovtk.1
+@@ -27,7 +27,7 @@ h5tovtk \- convert datasets in HDF5 file
+ [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5tovtk is a program to generate VTK data files from multidimensional
+ datasets in HDF5 files.  VTK, the Visualization ToolKit, is an
+ open-source, freely available software system for 3D computer
+--- a/h5topng.1.in
++++ b/h5topng.1.in
+@@ -27,7 +27,7 @@ h5topng \- generate PNG images from 2d s
+ [\fIOPTION\fR]... [\fIHDF5FILE\fR]...
+ .SH DESCRIPTION
+ .PP
+-." Add any additional description here
++.\" Add any additional description here
+ h5topng is a utility to generate images in PNG (Portable Network Graphics)
+ format from two-dimensional slices of datasets in HDF5 files.  It is
+ designed for quick-and-dirty visualization of scientific data, and for
diff --git a/debian/patches/series b/debian/patches/series
index 1be32ec..0bc02f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 # no patch
 png1.5
+manpage-has-errors-from-man.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git



More information about the Pkg-grass-devel mailing list