[tilestache] 01/02: Fix syntax error in pillow-3.0.0.patch.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Dec 18 18:49:25 UTC 2015


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

sebastic pushed a commit to branch master
in repository tilestache.

commit a702e9d44e5b461c2a7cd0c356c8f8cc6345265e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Dec 18 19:39:25 2015 +0100

    Fix syntax error in pillow-3.0.0.patch.
---
 debian/changelog                  | 7 +++++++
 debian/patches/pillow-3.0.0.patch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a55680a..09a465a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tilestache (1.49.8-3) UNRELEASED; urgency=medium
+
+  * Fix syntax error in pillow-3.0.0.patch.
+    (closes: #808335)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 18 Dec 2015 19:37:39 +0100
+
 tilestache (1.49.8-2) unstable; urgency=medium
 
   * Add patch by Eric Soroos for Pillow 3.0.0 support.
diff --git a/debian/patches/pillow-3.0.0.patch b/debian/patches/pillow-3.0.0.patch
index 002779d..7d79f45 100644
--- a/debian/patches/pillow-3.0.0.patch
+++ b/debian/patches/pillow-3.0.0.patch
@@ -16,7 +16,7 @@ Forwarded: https://github.com/TileStache/TileStache/pull/246
 +            img = Image.frombytes('RGBA', (width, height), img.tostring())
 +        else:
 +            # PIL still uses Image.fromstring
-+            img = Image.fromstring('RGBA', (width, height), img.tostring() 
++            img = Image.fromstring('RGBA', (width, height), img.tostring())
          
          logging.debug('TileStache.Mapnik.ImageProvider.renderArea() %dx%d in %.3f from %s', width, height, time() - start_time, self.mapfile)
      

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



More information about the Pkg-grass-devel mailing list