[med-svn] [python-pysam] 01/03: Resolve lintian "duplicated-compressed-file"
Afif Elghraoui
afif-guest at moszumanska.debian.org
Tue Jun 9 07:38:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pysam.
commit d273aea617af727e9044fc358706c8bc92498b57
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon Jun 8 23:58:02 2015 -0700
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list