[Pkg-cmake-commits] [cmake] 01/01: Fix DEB_BUILD_PROFILES check.

Felix Geyer fgeyer at moszumanska.debian.org
Fri Aug 28 16:10:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch experimental
in repository cmake.

commit a06921530e27a203c52ca07ea7435b0bb07dcbeb
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Aug 28 18:10:08 2015 +0200

    Fix DEB_BUILD_PROFILES check.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6201bbb..231c4f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ $(BUILD_FLAGS_FILE) verify-build-flags:
 	$(call $(flag_action),CMAKE_CXX_FLAGS,"$(CXXFLAGS)","C++ flags")
 	$(call $(flag_action),CMAKE_SKIP_BOOTSTRAP_TEST,ON,"Skip BootstrapTest")
 	$(call $(flag_action),BUILD_CursesDialog,ON,"Build curses GUI")
-ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
+ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
 	$(call $(flag_action),BUILD_QtDialog,ON,"Build Qt GUI")
 endif
 #	$(call $(flag_action),BUILD_DOCUMENTATION,ON)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list