This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository proj.
commit f082e2667cd5154c22acac5b64e16d93e8e85c8c Author: Bas Couwenberg <[email protected]> Date: Wed Oct 19 23:25:50 2016 +0200 Add patch to fix 'International' typo. --- debian/changelog | 1 + debian/patches/international-typo.patch | 14 ++++++++++++++ debian/patches/series | 1 + 3 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index d09663c..41be15f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ proj (4.9.3-2) UNRELEASED; urgency=medium * Add patch to fix PJ_sch description, causes issues with PDL parser. + * Add patch to fix 'International' typo. -- Bas Couwenberg <[email protected]> Sun, 09 Oct 2016 13:45:16 +0200 diff --git a/debian/patches/international-typo.patch b/debian/patches/international-typo.patch new file mode 100644 index 0000000..97278de --- /dev/null +++ b/debian/patches/international-typo.patch @@ -0,0 +1,14 @@ +Description: Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c). +Author: Bas Couwenberg <[email protected]> + +--- a/src/pj_list.h ++++ b/src/pj_list.h +@@ -52,7 +52,7 @@ PROJ_HEAD(hatano, "Hatano Asymmetrical E + PROJ_HEAD(healpix, "HEALPix") + PROJ_HEAD(rhealpix, "rHEALPix") + PROJ_HEAD(igh, "Interrupted Goode Homolosine") +-PROJ_HEAD(imw_p, "Internation Map of the World Polyconic") ++PROJ_HEAD(imw_p, "International Map of the World Polyconic") + PROJ_HEAD(isea, "Icosahedral Snyder Equal Area") + PROJ_HEAD(kav5, "Kavraisky V") + PROJ_HEAD(kav7, "Kavraisky VII") diff --git a/debian/patches/series b/debian/patches/series index 1064adb..37c60a8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ PJ_sch-description.patch +international-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

