This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-skbio.
commit d7af89028a59d8de2b4436e47a5248fcdad4e110 Author: Andreas Tille <[email protected]> Date: Wed Jul 29 15:26:04 2015 +0000 Fix some glitches --- debian/rules | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index e5d7206..109e927 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PKG := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') +export PYBUILD_NAME=skbio %: dh $@ --with python2,python3 --buildsystem=pybuild @@ -13,12 +13,8 @@ override_dh_auto_test: #Loads of failures at this point. dh_auto_test || true -override_dh_install: - # Do this after running the tests - find debian/tmp/usr -name tests -prune -exec rm -rf '{}' ';' - dh_install - override_dh_clean: dh_clean rm -f .t* .c* find ./skbio -name '*.so' -delete + rm -rf .eggs \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
