# Issue 54 fixed upstream. Removed patch system.
authorCharles Plessy <plessy@debian.org>
Mon, 14 Feb 2011 09:57:04 +0000 (18:57 +0900)
committerCharles Plessy <plessy@debian.org>
Mon, 14 Feb 2011 09:57:04 +0000 (18:57 +0900)
debian/control
debian/patches/issue-54 [deleted file]
debian/patches/series [deleted file]
debian/rules

index bedfc2e7733412515b9c6ccd3300ad10d2a255a9..118122720e3de313e49a8023234fa51d35cf68e0 100644 (file)
@@ -2,7 +2,7 @@ Source: pysam
 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
diff --git a/debian/patches/issue-54 b/debian/patches/issue-54
deleted file mode 100644 (file)
index 81b16ff..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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'
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index 9bc2b4c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-issue-54
index baadecc97aa0c700a2422b2d94d6c3b419705c07..2d33f6ac8992b7da84b39a5bca0742c4962d3349 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --with-quilt 
+       dh $@