[nfft] 05/11: Fixup whitespacing in rules file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 20 17:53:15 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository nfft.

commit 3aa1dfdb902a9941b8da49258e1ed9495e8605e6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Sep 19 22:09:00 2017 +0200

    Fixup whitespacing in rules file
---
 debian/rules | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1d6f79b..7da9848 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,33 +1,32 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE = 1
+#export DH_VERBOSE=1
 
 include /usr/share/dpkg/architecture.mk
 
 # Hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 # Available precisions.
 PRECISIONS = single double
 ifneq (,$(findstring libnfft3-long2,$(shell dh_listpackages)))
-	PRECISIONS += long
+	PRECISIONS+=long
 endif
 
 # Tested precisions.
 # NOTE: Testing is temporarily restricted to single- and double-precision
 # builds on powerpc architectures. See Bug-Debian #844403.
 ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),powerpc ppc64el))
-	TESTED_PRECISIONS = single double
+	TESTED_PRECISIONS=single double
 else
-	TESTED_PRECISIONS = $(PRECISIONS)
+	TESTED_PRECISIONS=$(PRECISIONS)
 endif
 
 # Build options common to arch and indep targets.
-BUILD_OPTIONS = \
-	--disable-applications \
+BUILD_OPTIONS=--disable-applications \
 	--disable-doxygen-doc \
 	--disable-examples \
 	--disable-static \

-- 
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