[nfft] 09/16: d/rules: s/COMMON_BUILD_OPTIONS/BUILD_OPTIONS.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 14:43:48 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 nfft.

commit 1ec94c0f6318c0281c0c0ad3f4c081c25afe27b6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 11 14:55:52 2016 +0100

    d/rules: s/COMMON_BUILD_OPTIONS/BUILD_OPTIONS.
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1961ed7..eedd598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Build options common to arch and indep targets.
-COMMON_BUILD_OPTIONS = \
+BUILD_OPTIONS = \
 	--disable-applications \
 	--disable-examples \
 	--disable-static \
@@ -33,16 +33,16 @@ endif
 
 override_dh_auto_configure-arch:
 	dh_auto_configure --builddirectory=build-nfft -- \
-		$(COMMON_BUILD_OPTIONS) \
+		$(BUILD_OPTIONS) \
 		--disable-doxygen-doc
 	dh_auto_configure --builddirectory=build-nfftf -- \
-		$(COMMON_BUILD_OPTIONS) \
+		$(BUILD_OPTIONS) \
 		--disable-doxygen-doc \
 		--enable-single \
 		--program-suffix=f
 ifneq (,$(HAVE_FFTWL))
 	dh_auto_configure --builddirectory=build-nfftl -- \
-		$(COMMON_BUILD_OPTIONS) \
+		$(BUILD_OPTIONS) \
 		--disable-doxygen-doc \
 		--enable-long-double \
 		--program-suffix=l
@@ -50,7 +50,7 @@ endif
 
 override_dh_auto_configure-indep:
 	dh_auto_configure --builddirectory=build-nfft -- \
-		$(COMMON_BUILD_OPTIONS) \
+		$(BUILD_OPTIONS) \
 		--enable-doxygen-doc
 
 override_dh_auto_build-arch:

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



More information about the debian-science-commits mailing list