[proj] 01/01: Add patch to fix PJ_sch description, causes issues with PDL parser.

Bas Couwenberg sebastic at debian.org
Sun Oct 9 11:45:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository proj.

commit e6084b8a9821bb0328fe10825ddfbaca98f3b6cc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Oct 9 13:45:21 2016 +0200

    Add patch to fix PJ_sch description, causes issues with PDL parser.
---
 debian/changelog                        |  6 ++++++
 debian/patches/PJ_sch-description.patch | 17 +++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f102322..d09663c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+proj (4.9.3-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix PJ_sch description, causes issues with PDL parser.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 09 Oct 2016 13:45:16 +0200
+
 proj (4.9.3-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
diff --git a/debian/patches/PJ_sch-description.patch b/debian/patches/PJ_sch-description.patch
new file mode 100644
index 0000000..fc9acc8
--- /dev/null
+++ b/debian/patches/PJ_sch-description.patch
@@ -0,0 +1,17 @@
+Description: Use more consistent description for sch projection.
+ The spaces around equals signs caused issues with the parser in PDL.
+ See: https://sourceforge.net/p/pdl/bugs/429/
+Forwarded: https://github.com/OSGeo/proj.4/pull/427
+Applied-Upstream: https://github.com/OSGeo/proj.4/commit/0301a2863c66c1d0fb1d6e4d88e0df92fbc76d97
+
+--- a/src/PJ_sch.c
++++ b/src/PJ_sch.c
+@@ -48,7 +48,7 @@ struct pj_opaque {
+     GeocentricInfo elp_0;
+ };
+ 
+-PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0 = ,plon_0 = , phdg_0 = ,[h_0 = ]";
++PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0= plon_0= phdg_0= [h_0=]";
+ 
+ static LPZ inverse3d(XYZ xyz, PJ *P) {
+     LPZ lpz = {0.0, 0.0, 0.0};
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1064adb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+PJ_sch-description.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git



More information about the Pkg-grass-devel mailing list