[med-svn] [tifffile] 01/02: Fix syntax

Andreas Tille tille at debian.org
Thu Oct 5 21:31:40 UTC 2017


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

tille pushed a commit to branch master
in repository tifffile.

commit fe5dd1f451b1ed408ea29e07ea40929bc68b597b
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 5 23:28:24 2017 +0200

    Fix syntax
---
 debian/patches/fix_syntax.patch | 15 +++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_syntax.patch b/debian/patches/fix_syntax.patch
new file mode 100644
index 0000000..8b9f107
--- /dev/null
+++ b/debian/patches/fix_syntax.patch
@@ -0,0 +1,15 @@
+Author: Sven Joachim <svenjoac at gmx.de>
+Last-Update: Thu, 05 Oct 2017 21:56:39 +0200
+Description: Fix syntax of GET_NEXT_CODE definition
+
+--- a/tifffile.c
++++ b/tifffile.c
+@@ -570,7 +570,7 @@ char py_decodelzw_doc[] = "Return TIFF L
+     code <<= (uint32_t)(bitcount % 8); \
+     code &= mask; \
+     code >>= shr; \
+-    bitcount += bitw; \
++    bitcount += bitw;
+ static PyObject*
+ py_decodelzw(PyObject* obj, PyObject* args)
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 4b9f521..9b18be8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 setuppy.patch
+fix_syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tifffile.git



More information about the debian-med-commit mailing list