[Git][debian-gis-team/gmt][master] 3 commits: Change build dependency from libpcre3-dev to libpcre2-dev. (closes: #911934)

Bas Couwenberg gitlab at salsa.debian.org
Fri Oct 26 16:36:56 BST 2018


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


Commits:
07c0f64b by Bas Couwenberg at 2018-10-26T12:38:15Z
Change build dependency from libpcre3-dev to libpcre2-dev. (closes: #911934)

- - - - -
3f28f655 by Bas Couwenberg at 2018-10-26T14:07:26Z
Add patch to fix spelling errors.

- - - - -
f324fcd1 by Bas Couwenberg at 2018-10-26T14:07:38Z
Set distribution to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/spelling-errors.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,12 @@
-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 at debian.org>  Sat, 04 Aug 2018 12:01:04 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 26 Oct 2018 16:07:29 +0200
 
 gmt (5.4.4+dfsg-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -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,


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 disable-triangle.patch
 manpage-section.patch
+spelling-errors.patch


=====================================
debian/patches/spelling-errors.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * constrasts -> contrasts
+Author: Bas Couwenberg <sebastic at 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 {



View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/compare/5eb2f310b9dfeaf474b9a62a407d755efbc626ef...f324fcd1082f61336255d544b1399e777b3bb1d7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/compare/5eb2f310b9dfeaf474b9a62a407d755efbc626ef...f324fcd1082f61336255d544b1399e777b3bb1d7
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/20181026/33e2a153/attachment-0001.html>


More information about the Pkg-grass-devel mailing list