[clfft] 05/08: d/rules: simplify formatting.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon May 2 14:31:32 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 clfft.

commit 5ffc943ba317b115728bf09e7268a2ad9691afc6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 26 21:53:54 2016 +0100

    d/rules: simplify formatting.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c024c93..995e9f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Common build options.
-CMAKE_BUILD_OPTIONS = \
+BUILD_OPTIONS = \
 	-DBUILD_RUNTIME=ON \
 	-DBUILD_CLIENT=ON \
 	-DBUILD_TEST=OFF \
@@ -21,9 +21,9 @@ CMAKE_BUILD_OPTIONS = \
 
 # Disable build of examples if no check requested.
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-CMAKE_BUILD_OPTIONS += -DBUILD_EXAMPLES=ON
+BUILD_OPTIONS += -DBUILD_EXAMPLES=ON
 else
-CMAKE_BUILD_OPTIONS += -DBUILD_EXAMPLES=OFF
+BUILD_OPTIONS += -DBUILD_EXAMPLES=OFF
 endif
 
 %:
@@ -31,7 +31,7 @@ endif
 		--sourcedirectory=src
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKE_BUILD_OPTIONS)
+	dh_auto_configure -- $(BUILD_OPTIONS)
 
 override_dh_auto_build-indep:
 	cd docs/ && doxygen clFFT.doxy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list