This is an automated email from the git hooks/post-receive script. ghisvail-guest pushed a commit to branch debian/sid in repository irtk.
commit ef044c57e86d215fcd985adb88bbf7a17eec5908 Author: Ghislain Antony Vaillant <[email protected]> Date: Tue Mar 17 17:23:20 2015 +0000 d/rules: disable build of tests --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ca69b61..586033b 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,8 @@ BUILDDIR = $(CURDIR)/debian/build override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_WITH_TBB=ON + -DBUILD_WITH_TBB=ON \ + -DBUILD_TESTS=OFF override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/irtk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
