Bas Couwenberg pushed to branch experimental at Debian GIS Project / proj

Commits:
3d39849b by Bas Couwenberg at 2018-02-23T22:13:01+01:00
Add upstream patch to fix gie test failures for missing grids.

- - - - -
a32b3fc1 by Bas Couwenberg at 2018-02-23T22:14:19+01:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/Dont-reset-errno-when-skipping-tests.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-proj (5.0.0~rc5-1) UNRELEASED; urgency=medium
+proj (5.0.0~rc5-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
   * Drop install-nad-gtx.patch, applied upstream.
   * Update copyright years for Charles Karney.
+  * Add upstream patch to fix gie test failures for missing grids.
 
- -- Bas Couwenberg <sebas...@debian.org>  Fri, 23 Feb 2018 20:40:32 +0100
+ -- Bas Couwenberg <sebas...@debian.org>  Fri, 23 Feb 2018 22:13:06 +0100
 
 proj (5.0.0~rc4-1~exp2) experimental; urgency=medium
 


=====================================
debian/patches/Dont-reset-errno-when-skipping-tests.patch
=====================================
--- /dev/null
+++ b/debian/patches/Dont-reset-errno-when-skipping-tests.patch
@@ -0,0 +1,19 @@
+Description: Don't reset errno when skipping tests.
+ The error number should not be reset until a new instance of "operation
+ ..." is reached. The ignore-feature initially worked by accident since
+ pj_errno was not being reset when calling proj_errno_reset. This was
+ fixed in #808, which subsequently caused ignored tests to fail.
+Author: Kristian Evers <kristianev...@gmail.com>
+Origin: 
https://github.com/OSGeo/proj.4/pull/820/commits/ad4b6e12f137817217058f60c36ad51a4d29e417
+Bug: https://github.com/OSGeo/proj.4/issues/819
+
+--- a/src/gie.c
++++ b/src/gie.c
+@@ -332,7 +332,6 @@ static int another_failure (void) {
+ static int another_skip (void) {
+     T.op_skip++;
+     T.total_skip++;
+-    proj_errno_reset (T.P);
+     return 0;
+ }
+ 


=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Dont-reset-errno-when-skipping-tests.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/a6df7664c71c94843a28da25bb921e6310dc76d8...a32b3fc1feca4d6b39bb377def2001a5d3b24754

---
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/proj/compare/a6df7664c71c94843a28da25bb921e6310dc76d8...a32b3fc1feca4d6b39bb377def2001a5d3b24754
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to