This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository biosquid.
commit ad5c2a8620cbdd970dac60c094bc49c07fe86bb1 Author: Andreas Tille <[email protected]> Date: Wed Apr 5 11:26:20 2017 +0200 Make sure build programs are executable (no idea why these are not ...) --- debian/tests/run-unit-test | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 9992126..c8fb9b9 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -21,5 +21,6 @@ cd Testsuite sed -i 's#-I../#-I/usr/include/biosquid#' Makefile chmod +x x-base* make +chmod +x iospeed rndspeed sqdconfig for tool in $TOOLS ; do ln -s /usr/bin/$tool ../$tool ; done make check -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/biosquid.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
