This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch separate-tests-package in repository python-pysam.
commit d7515d80737f965c2f0856174ee23a921f4afc40 Author: Afif Elghraoui <[email protected]> Date: Sun Jul 12 07:44:22 2015 -0700 Build test data in d/rules --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 238d385..a6b2252 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,10 @@ export HTSLIB_INCLUDE_DIR=/usr/include %: LC_ALL=C.UTF-8 dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_auto_build: + dh_auto_build + $(MAKE) -C tests/pysam_data + override_dh_install: dh_install -Xtest.gtf.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
