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.
%:
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