* cme fix dpkg-control
* debhelper 11
* do not remove samtools/tmp_file.h in clean target
+ * do not depend from non-existing data file in make test target
-- Andreas Tille <tille@debian.org> Sat, 17 Feb 2018 15:24:34 +0100
--- /dev/null
+Description: do not depend from non-existing data file in make test target
+ (There is no such file example_reverse_complement.bam)
+Author: Andreas Tille <tille@debian.org>
+Last-Update: Sat, 17 Feb 2018 15:24:34 +0100
+
+--- a/tests/pysam_data/Makefile
++++ b/tests/pysam_data/Makefile
+@@ -20,8 +20,7 @@ all: ex1.pileup.gz \
+ explicit_index.bam explicit_index.cram \
+ faidx_empty_seq.fq.gz \
+ ex1.fa.gz ex1.fa.gz.csi \
+- ex1_csi.bam \
+- example_reverse_complement.bam
++ ex1_csi.bam
+
+ # ex2.sam - as ex1.sam, but with header
+ ex2.sam.gz: ex1.bam ex1.bam.bai