[med-svn] [beast2-mcmc] 03/04: Do not test when fest.swing might be needed

Andreas Tille tille at debian.org
Tue Oct 6 12:48:52 UTC 2015


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 <tille at debian.org>
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



More information about the debian-med-commit mailing list