Section: science
Priority: optional
Maintainer: Charles Plessy <plessy@debian.org>
-Build-Depends: debhelper (>= 8~), quilt, python-dev, cython, zlib1g-dev
+Build-Depends: debhelper (>= 8~), python-dev, cython, zlib1g-dev
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/pysam/
Vcs-Git: git://git.debian.org/debian-med/pysam.git
+++ /dev/null
-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 = "<cccf"
-+ fmt, pytype = "<cccf", 'f'
- elif t == types.IntType:
- if value < 0:
- if value >= -127: fmt, pytype = "<cccb", 'c'