This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository rasterio.
commit b5934e077bf54c8b479bc271f09f7e5fd9d18df5 Author: Bas Couwenberg <[email protected]> Date: Fri Mar 25 00:25:36 2016 +0100 Drop transform-typo.patch, applied upstream. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/transform-typo.patch | 16 ---------------- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b28b18..e21b1bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ rasterio (0.32.0-1) UNRELEASED; urgency=medium * New upstream release. + * Drop transform-typo.patch, applied upstream. -- Bas Couwenberg <[email protected]> Fri, 25 Mar 2016 00:24:48 +0100 diff --git a/debian/patches/series b/debian/patches/series index f48b083..9654eb2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 0001-Rename-rio-to-rasterio-Closes-788463.patch -transform-typo.patch diff --git a/debian/patches/transform-typo.patch b/debian/patches/transform-typo.patch deleted file mode 100644 index 537d33b..0000000 --- a/debian/patches/transform-typo.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix 'tranform' typo, replace with 'transform'. -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/mapbox/rasterio/pull/558 -Applied-Upstream: https://github.com/mapbox/rasterio/commit/df7615abe66027935ba6fa37681c6f206019d213 - ---- a/rasterio/_io.pyx -+++ b/rasterio/_io.pyx -@@ -1454,7 +1454,7 @@ cdef class RasterUpdater(RasterReader): - if [abs(v) for v in transform] == [0, 1, 0, 0, 0, 1]: - warnings.warn( - "Dataset uses default geotransform (Affine.identity). " -- "No tranform will be written to the output by GDAL.", -+ "No transform will be written to the output by GDAL.", - UserWarning - ) - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rasterio.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

