From d273aea617af727e9044fc358706c8bc92498b57 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Mon, 8 Jun 2015 23:58:02 -0700 Subject: [PATCH] Resolve lintian "duplicated-compressed-file" tests/pysam_data/test.gtf and tests/pysam_data/test.gtf.gz in the source distribution are two copies of the same thing. I verified this by decompressing the latter and taking the diff of the two. This patch prevents installing the provided compressed version. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 9f1f053..1300435 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,9 @@ export HTSLIB_INCLUDE_DIR=/usr/include %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_install: + dh_install -Xtest.gtf.gz + override_dh_auto_test: #nothing to test until pysam is installed. #test package is provided for both Python versions -- 2.30.2