This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository beast2-mcmc.
commit 9c2236cff6c7dd1180ef8b982d8ab8d848113f03 Author: Andreas Tille <[email protected]> Date: Tue Oct 6 14:18:23 2015 +0200 Do not test when fest.swing might be needed --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index a977c4e..6fde431 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,12 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) PDFLATEX:=pdflatex -interaction=batchmode +override_dh_auto_build: + # move tests requiring fest.swing out of the way + mv src/test/beast/app/beauti debian/fest_swing_tests + dh_auto_build + mv debian/fest_swing_tests src/test/beast/app/beauti + override_dh_compress: dh_compress --exclude=.pdf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beast2-mcmc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
