Skip to content
Commits on Source (3)
gmt (5.4.4+dfsg-3) UNRELEASED; urgency=medium
gmt (5.4.4+dfsg-3) unstable; urgency=medium
* Bump Standards-Version to 4.2.1, no changes.
* Add Build-Depends-Package field to symbols file.
* Change build dependency from libpcre3-dev to libpcre2-dev.
(closes: #911934)
* Add patch to fix spelling errors.
-- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 12:01:04 +0200
-- Bas Couwenberg <sebastic@debian.org> Fri, 26 Oct 2018 16:07:29 +0200
gmt (5.4.4+dfsg-2) unstable; urgency=medium
......
......@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.20160114),
libfftw3-dev,
libgdal-dev,
libnetcdf-dev,
libpcre3-dev,
libpcre2-dev,
libxaw7-dev,
libxmu-headers,
python-sphinx,
......
disable-triangle.patch
manpage-section.patch
spelling-errors.patch
Description: Fix spelling errors.
* constrasts -> contrasts
Author: Bas Couwenberg <sebastic@debian.org>
--- a/src/potential/gravfft.c
+++ b/src/potential/gravfft.c
@@ -231,7 +231,7 @@ GMT_LOCAL int parse (struct GMT_CTRL *GM
case 'D':
if (!opt->arg) {
GMT_Report (API, GMT_MSG_NORMAL,
- "Syntax error -D option: must give constant density contrast or grid with density constrasts\n");
+ "Syntax error -D option: must give constant density contrast or grid with density contrasts\n");
n_errors++;
}
else {