From: Michael R. Crusoe Date: Sun, 17 Nov 2019 16:37:05 +0000 (+0100) Subject: Trim trailing whitespace. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~83 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c00a31ea78fd42cabc90a4d166c74677815c62ce;p=python-pysam.git Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. --- diff --git a/debian/changelog b/debian/changelog index a51bce7..cb08ffa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-pysam (0.15.3+ds-1) UNRELEASED; urgency=medium * New upstream release. Not yet dropping py2 due to paleomix, sga, others * debhelper-compat 12 * Standards-Version: 4.4.0 + * Trim trailing whitespace. -- Michael R. Crusoe Tue, 06 Aug 2019 19:37:44 +0200 diff --git a/debian/rules b/debian/rules index 091888f..66ea9bb 100755 --- a/debian/rules +++ b/debian/rules @@ -72,4 +72,3 @@ clean-tests: pysam_data.clean cbcf_data.clean tests/pysam_data/ex1.fa.gz.gzi \ tests/pysam_data/ex1_csi.bam.csi rm -rf .pytest_cache/ -