This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository rasterio.
commit b9cc80ff118604bf3ead155e36d4a4f921acd543 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Mon Jul 4 16:13:21 2016 +0200 Add patch to fix 'error' typo. --- debian/changelog | 6 ++++++ debian/patches/error-typo.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index c2b22b5..4b3a5aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rasterio (0.36.0-2) UNRELEASED; urgency=medium + + * Add patch to fix 'error' typo. + + -- Bas Couwenberg <sebas...@debian.org> Mon, 04 Jul 2016 15:59:16 +0200 + rasterio (0.36.0-1) unstable; urgency=medium * Team upload. diff --git a/debian/patches/error-typo.patch b/debian/patches/error-typo.patch new file mode 100644 index 0000000..4715469 --- /dev/null +++ b/debian/patches/error-typo.patch @@ -0,0 +1,15 @@ +Description: Fix 'errror' typo, replace with 'error'. +Author: Bas Couwenberg <sebas...@debian.org> +Forwarded: https://github.com/mapbox/rasterio/pull/821 + +--- a/rasterio/_err.pyx ++++ b/rasterio/_err.pyx +@@ -167,7 +167,7 @@ cdef class CPLErrors: + """A manager for GDAL error handling contexts.""" + + def check(self): +- """Check the errror stack and raise or exit as appropriate.""" ++ """Check the error stack and raise or exit as appropriate.""" + cdef const char *msg_c = NULL + + err_type = CPLGetLastErrorType() diff --git a/debian/patches/series b/debian/patches/series index 9654eb2..f5c7f13 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-Rename-rio-to-rasterio-Closes-788463.patch +error-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel