Try to keep example_no_seq_in_header_null_bytes.bam from being deleted
authorMichael R. Crusoe <michael.crusoe@gmail.com>
Thu, 23 Jan 2020 13:31:06 +0000 (14:31 +0100)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Thu, 23 Jan 2020 13:38:49 +0000 (14:38 +0100)
debian/changelog
debian/patches/clean_less [new file with mode: 0644]
debian/patches/series

index fc7526512fe272aaa652c783cc2c1454fd960ecf..ce2b514d6a3811064969cb08c16603af9de47f4d 100644 (file)
@@ -3,6 +3,7 @@ python-pysam (0.15.4+ds-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream version
   * python-pysam-tests: Multi-Arch: foreign
+  * Try to keep example_no_seq_in_header_null_bytes.bam from being deleted
 
  -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 23 Jan 2020 13:46:15 +0100
 
diff --git a/debian/patches/clean_less b/debian/patches/clean_less
new file mode 100644 (file)
index 0000000..2c44e8e
--- /dev/null
@@ -0,0 +1,11 @@
+--- python-pysam.orig/tests/pysam_data/Makefile
++++ python-pysam/tests/pysam_data/Makefile
+@@ -87,7 +87,7 @@
+       cp ex1.cram $@
+ clean:
+-      rm -fr *.bam *.bai *.fai *.pileup* *.cram \
++      rm -fr *.bai *.fai *.pileup* *.cram \
+       *~ calDepth *.dSYM pysam_*.sam \
+       ex2.sam ex2.sam.gz ex1.sam \
+       with_md.sam.gz \
index 0b9a088c315567eaba878545ae4098ff39aa5c3a..ed8ac5a44a62264693a8786a7e7685250f9b26e2 100644 (file)
@@ -4,3 +4,4 @@ hts1.10
 samtools_v1.10_full
 # samtools_v1.10
 bcftools_v1.10_full
+clean_less