[netcdf] 01/02: Indent configure options.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Oct 24 17:20:10 UTC 2015


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

sebastic pushed a commit to branch master
in repository netcdf.

commit c89d62dac6bb0c47a3162bfdf6f07ccaeff1bf7c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 24 17:55:06 2015 +0200

    Indent configure options.
---
 debian/rules | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index ca38acb..3ba6f85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,12 @@ UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	-DCMAKE_SKIP_RPATH:BOOL=ON \
-	-DCMAKE_VERBOSE_MAKEFILE=1 \
-	-DENABLE_TESTS:BOOL=OFF \
-	-DENABLE_DOXYGEN:BOOL=ON \
-	-DHDF5_INCLUDE_PATH=$(HDF5_INCLUDE_PATH) \
-	-DHDF5_LIBRARY_PATH=$(HDF5_LIBRARY_PATH)
+		-DCMAKE_SKIP_RPATH:BOOL=ON \
+		-DCMAKE_VERBOSE_MAKEFILE=1 \
+		-DENABLE_TESTS:BOOL=OFF \
+		-DENABLE_DOXYGEN:BOOL=ON \
+		-DHDF5_INCLUDE_PATH=$(HDF5_INCLUDE_PATH) \
+		-DHDF5_LIBRARY_PATH=$(HDF5_LIBRARY_PATH)
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the Pkg-grass-devel mailing list