Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Change build dependency from libpcre3-dev to libpcre2-dev. (closes: #911934)
· 07c0f64b
Bas Couwenberg
authored
Oct 26, 2018
07c0f64b
Add patch to fix spelling errors.
· 3f28f655
Bas Couwenberg
authored
Oct 26, 2018
3f28f655
Set distribution to unstable.
· f324fcd1
Bas Couwenberg
authored
Oct 26, 2018
f324fcd1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f324fcd1
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 1
2
:0
1:04
+0200
-- Bas Couwenberg <sebastic@debian.org>
Fri, 26 Oct
2018 1
6
:0
7:29
+0200
gmt (5.4.4+dfsg-2) unstable; urgency=medium
...
...
debian/control
View file @
f324fcd1
...
...
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9.20160114),
libfftw3-dev,
libgdal-dev,
libnetcdf-dev,
libpcre
3
-dev,
libpcre
2
-dev,
libxaw7-dev,
libxmu-headers,
python-sphinx,
...
...
debian/patches/series
View file @
f324fcd1
disable-triangle.patch
manpage-section.patch
spelling-errors.patch
debian/patches/spelling-errors.patch
0 → 100644
View file @
f324fcd1
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 {