[grass] 04/05: Reorder configure options.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun May 1 15:02:00 UTC 2016


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

sebastic pushed a commit to branch master
in repository grass.

commit 136843923fd1d4620611aebfdc7ac587c8b8e2ed
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun May 1 16:07:41 2016 +0200

    Reorder configure options.
---
 debian/rules | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/debian/rules b/debian/rules
index 21d5c2c..710db80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,33 +70,32 @@ override_dh_auto_clean:
 override_dh_auto_configure: templates
 	dh_auto_configure -- \
                     --prefix=/usr/lib \
+                    --enable-largefile \
                     --enable-socket \
                     --enable-shared \
-                    --with-postgres \
-                    --with-mysql \
+                    --with-blas \
+                    --with-cairo \
                     --with-cxx \
-                    --with-x \
+                    --with-freetype \
+                    --with-freetype-includes=/usr/include/freetype2 \
                     --with-gdal \
                     --with-geos \
-                    --with-freetype \
+                    --with-lapack \
+                    --with-liblas=/usr/bin/liblas-config \
                     --with-motif \
-                    --with-readline \
+                    --with-mysql \
+                    --with-mysql-includes=$(shell mysql_config --include | sed -e 's/-I//') \
+                    --with-netcdf \
                     --with-nls \
                     --with-odbc \
-                    --with-netcdf \
-                    --with-blas \
-                    --with-lapack \
-                    --with-sqlite \
-                    --enable-largefile \
-                    --with-freetype-includes=/usr/include/freetype2 \
+                    --with-postgres \
                     --with-postgres-includes=$(shell pg_config --includedir) \
-                    --with-mysql-includes=$(shell mysql_config --include | sed -e 's/-I//') \
                     --with-proj-share=/usr/share/proj \
-                    --with-liblas=/usr/bin/liblas-config \
-                    --with-wxwidgets=/usr/bin/wx-config \
                     --with-python \
-                    --with-cairo
-
+                    --with-readline \
+                    --with-sqlite \
+                    --with-wxwidgets=/usr/bin/wx-config \
+                    --with-x
 
 # This target generates arch-dep stuff, unfortunately most doc requires working bins to 
 # be properly generated...

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



More information about the Pkg-grass-devel mailing list