--- /dev/null
+Author: Andreas Tille <tille@debian.org>
+Last-Update: Mon, 20 Jul 2015 17:29:25 +0200
+Description: Follow the following hint when running the test suite
+ samtools pileup -cf ex1.fa ex1.bam | gzip > ex1.pileup.gz
+ [main] The `pileup' command has been removed. Please use `mpileup' instead.
+
+
+--- a/tests/pysam_data/Makefile
++++ b/tests/pysam_data/Makefile
+@@ -48,7 +48,7 @@ ex1.bam:ex1.sam.gz ex1.fa.fai
+ samtools index $<
+
+ ex1.pileup.gz:ex1.bam ex1.fa
+- samtools pileup -cf ex1.fa ex1.bam | gzip > ex1.pileup.gz
++ samtools mpileup -cf ex1.fa ex1.bam | gzip > ex1.pileup.gz
+
+ ex2_truncated.bam: ex2.bam
+ head -c 124000 ex2.bam > ex2_truncated.bam