From: Charles Plessy Date: Tue, 1 Feb 2011 09:27:21 +0000 (+0900) Subject: # Patch fixing upstream issue n°54. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~460 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5462ea03c0ad4b9349aa2034fee8ad4fa1803e9a;p=python-pysam.git # Patch fixing upstream issue n°54. Description: pytype not defined for FloatType tags URL: http://code.google.com/p/pysam/issues/detail?id=54 --- diff --git a/debian/patches/issue-54 b/debian/patches/issue-54 new file mode 100644 index 0000000..81b16ff --- /dev/null +++ b/debian/patches/issue-54 @@ -0,0 +1,13 @@ +diff --git a/pysam/csamtools.pyx b/pysam/csamtools.pyx +index e94e0e6..39e136b 100644 +--- a/pysam/csamtools.pyx ++++ b/pysam/csamtools.pyx +@@ -1599,7 +1599,7 @@ cdef class AlignedRead: + for pytag, value in tags: + t = type(value) + if t == types.FloatType: +- fmt = "= -127: fmt, pytype = "