This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pyproj.
commit 88b6d483512352c8fc1b1c54956b018a39b0f568 Author: Bas Couwenberg <[email protected]> Date: Wed Oct 19 23:53:30 2016 +0200 Add patch to fix 'international' typo. --- debian/changelog | 6 ++++++ debian/patches/international-typo.patch | 37 +++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 44 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9349a96..c528277 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pyproj (1.9.5.1-3) UNRELEASED; urgency=medium + + * Add patch to fix 'international' typo. + + -- Bas Couwenberg <[email protected]> Wed, 19 Oct 2016 23:53:27 +0200 + python-pyproj (1.9.5.1-2) unstable; urgency=medium * Update Vcs-Git URL to use HTTPS. diff --git a/debian/patches/international-typo.patch b/debian/patches/international-typo.patch new file mode 100644 index 0000000..1040d1a --- /dev/null +++ b/debian/patches/international-typo.patch @@ -0,0 +1,37 @@ +Description: Fix 'Internation' typo, replace with 'International' (to match PJ_imw_p.c). +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/jswhit/pyproj/pull/95 + +--- a/docs/pyproj-pysrc.html ++++ b/docs/pyproj-pysrc.html +@@ -151,7 +151,7 @@ + <a name="L100"></a><tt class="py-lineno">100</tt> <tt class="py-line"><tt class="py-string">'healpix'</tt><tt class="py-op">:</tt> <tt class="py-string">"HEALPix"</tt><tt class="py-op">,</tt> </tt> + <a name="L101"></a><tt class="py-lineno">101</tt> <tt class="py-line"><tt class="py-string">'rhealpix'</tt><tt class="py-op">:</tt> <tt class="py-string">"rHEALPix"</tt><tt class="py-op">,</tt> </tt> + <a name="L102"></a><tt class="py-lineno">102</tt> <tt class="py-line"><tt class="py-string">'igh'</tt><tt class="py-op">:</tt> <tt class="py-string">"Interrupted Goode Homolosine"</tt><tt class="py-op">,</tt> </tt> +-<a name="L103"></a><tt class="py-lineno">103</tt> <tt class="py-line"><tt class="py-string">'imw_p'</tt><tt class="py-op">:</tt> <tt class="py-string">"Internation Map of the World Polyconic"</tt><tt class="py-op">,</tt> </tt> ++<a name="L103"></a><tt class="py-lineno">103</tt> <tt class="py-line"><tt class="py-string">'imw_p'</tt><tt class="py-op">:</tt> <tt class="py-string">"International Map of the World Polyconic"</tt><tt class="py-op">,</tt> </tt> + <a name="L104"></a><tt class="py-lineno">104</tt> <tt class="py-line"><tt class="py-string">'isea'</tt><tt class="py-op">:</tt> <tt class="py-string">"Icosahedral Snyder Equal Area"</tt><tt class="py-op">,</tt> </tt> + <a name="L105"></a><tt class="py-lineno">105</tt> <tt class="py-line"><tt class="py-string">'kav5'</tt><tt class="py-op">:</tt> <tt class="py-string">"Kavraisky V"</tt><tt class="py-op">,</tt> </tt> + <a name="L106"></a><tt class="py-lineno">106</tt> <tt class="py-line"><tt class="py-string">'kav7'</tt><tt class="py-op">:</tt> <tt class="py-string">"Kavraisky VII"</tt><tt class="py-op">,</tt> </tt> +--- a/lib/pyproj/__init__.py ++++ b/lib/pyproj/__init__.py +@@ -108,7 +108,7 @@ pj_list={ + 'healpix': "HEALPix", + 'rhealpix': "rHEALPix", + 'igh': "Interrupted Goode Homolosine", +-'imw_p': "Internation Map of the World Polyconic", ++'imw_p': "International Map of the World Polyconic", + 'isea': "Icosahedral Snyder Equal Area", + 'kav5': "Kavraisky V", + 'kav7': "Kavraisky VII", +--- a/src/pj_list.h ++++ b/src/pj_list.h +@@ -51,7 +51,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 8fc5c63..940f945 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01-use_proj-data_instead_of_embedded.patch 02-pyproj_datadir.patch +international-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

