[pybind11] 08/13: Fixup whitespacing in rules file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 14 11:28:04 UTC 2017


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

ghisvail-guest pushed a commit to branch experimental
in repository pybind11.

commit 8026fafa89a7822728544d7e5eb9b5c211876bf8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 14 11:00:31 2017 +0100

    Fixup whitespacing in rules file
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index ff75db8..79f07df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,19 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE = 1
+#export DH_VERBOSE=1
 
 # Prevent install of headers by setup.py.
 export PYBIND11_USE_CMAKE=1
 
-export PYBUILD_NAME = pybind11
+export PYBUILD_NAME=pybind11
 
-CONFIGURE_ARGS = -DPYBIND11_INSTALL:BOOL=ON
+CONFIGURE_ARGS=-DPYBIND11_INSTALL:BOOL=ON
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-CONFIGURE_ARGS += -DPYBIND11_TEST:BOOL=ON \
+CONFIGURE_ARGS+=-DPYBIND11_TEST:BOOL=ON \
 	-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/$(shell py3versions -d)
 else
-CONFIGURE_ARGS += -DPYBIND11_TEST:BOOL=OFF
+CONFIGURE_ARGS+=-DPYBIND11_TEST:BOOL=OFF
 endif
 
 %:

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



More information about the debian-science-commits mailing list