[osgearth] 04/17: Reorder CMake configure options.
    Bas Couwenberg 
    sebastic at debian.org
       
    Tue Sep  6 21:36:54 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository osgearth.
commit 2544916b16f1b41584955a93f94f580988ec5761
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 6 20:35:41 2016 +0200
    Reorder CMake configure options.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index e4b9a88..ea73cbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,12 @@ override_dh_clean:
 
 override_dh_auto_configure:
 	dh_auto_configure --builddirectory=build -- \
+		-DBUILD_OSGEARTH_EXAMPLES=0 \
 		-DCMAKE_VERBOSE_MAKEFILE=1 \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DBUILD_OSGEARTH_EXAMPLES=0 \
-		-DLIB_POSTFIX="" \
-		-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH)
+		-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
+		-DLIB_POSTFIX=""
 
 override_dh_auto_build:
 	# Create man pages from DocBook XML
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git
    
    
More information about the Pkg-grass-devel
mailing list