[opengm] 03/09: d/rules: improve comments.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sat Apr 2 12:26:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository opengm.
commit 92376fb8e3b11085c719f78011e7b8fde6db224e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Apr 1 17:00:48 2016 +0100
d/rules: improve comments.
---
debian/rules | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 93f04af..727745e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)
-# Build options.
+# Build options common to -arch and -indep configurations.
BUILD_OPTIONS = \
-DBUILD_TUTORIALS=OFF \
-DBUILD_COMMANDLINE=ON \
@@ -23,7 +23,7 @@ BUILD_OPTIONS = \
-DBUILD_CONVERTER=ON \
-DBUILD_PYTHON_WRAPPER=ON
-# Disable build of testsuite if nocheck is passed.
+# Disable build of examples and testsuite if nocheck is passed.
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
BUILD_OPTIONS += -DBUILD_EXAMPLES=ON -DBUILD_TESTING=ON
else
@@ -47,9 +47,9 @@ override_dh_auto_configure-indep:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- # Run library testsuite.
+ # Run the library testsuite.
CTEST_OUTPUT_ON_FAILURE=1 dh_auto_test
- # Run Python testsuite.
+ # Run the Python testsuite.
make --directory=$(BUILDDIR) test-python-wrapper
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git
More information about the debian-science-commits
mailing list