[netcdf-fortran] 08/09: Add patch to fix hyphen-used-as-minus-sign issues in man page.
Bas Couwenberg
sebastic at xs4all.nl
Fri Jan 16 23:38:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository netcdf-fortran.
commit a1b7389f91ea54a64ff5cee415f0068600f32227
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jan 17 00:08:18 2015 +0100
Add patch to fix hyphen-used-as-minus-sign issues in man page.
---
debian/patches/hyphen-used-as-minus-sign.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/hyphen-used-as-minus-sign.patch b/debian/patches/hyphen-used-as-minus-sign.patch
new file mode 100644
index 0000000..5a12d91
--- /dev/null
+++ b/debian/patches/hyphen-used-as-minus-sign.patch
@@ -0,0 +1,18 @@
+Description: Fix hyphen-used-as-minus-sign linian issue by escaping minus signs.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+
+--- a/docs/netcdf_fortran.3
++++ b/docs/netcdf_fortran.3
+@@ -11,10 +11,10 @@ netcdf \- Unidata's Network Common Data
+ include netcdf.inc
+ .sp
+ .SS Most Systems:
+-f77 ... -lnetcdf -lhdf5_hl -lhdf5 -lz -lm
++f77 ... \-lnetcdf \-lhdf5_hl \-lhdf5 \-lz \-lm
+ .sp
+ .SS CRAY PVP Systems:
+-f90 -dp -i64 ... -lnetcdf
++f90 \-dp \-i64 ... \-lnetcdf
+
+ .ad
+ .hy
diff --git a/debian/patches/series b/debian/patches/series
index 91d163f..e736aaa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
privacy-breach-logo.patch
+hyphen-used-as-minus-sign.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git
More information about the Pkg-grass-devel
mailing list