This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository hyphy.
commit 77b27f260cfec1a7e63e73a3f9ccf9e64985bcb3 Author: Andreas Tille <[email protected]> Date: Thu Jul 16 11:21:36 2015 +0200 Make sure test will be found also on Ubuntu Trusty for backporting --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8b58ee4..c2a6137 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ override_dh_auto_build: # cd src/lib ; bash build.sh LIBRARY R override_dh_auto_test: - ./obj-$(DEB_TARGET_GNU_TYPE)/HYPHYGTEST + find obj-* -name HYPHYGTEST -exec \{\} \; override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
