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

sebastic pushed a commit to branch master
in repository merkaartor.

commit aee8d310d91f0eeada33ce197aff94e374d36484
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Sep 18 12:59:36 2015 +0200

    Reorder qmake options.
---
 debian/rules | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index b20d11c..a735ea0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,18 +41,19 @@ override_dh_clean:
 override_dh_auto_configure:
        echo '#define SVNREV $(SVNREV)' > src/revision.h
        cd translations && make release
-       qmake Merkaartor.pro NOWEBKIT=1 \
-                       TRANSDIR_SYSTEM="/usr/share/qt5/translations/" \
-                       PREFIX=/usr \
-                       GEOIMAGE=1 \
-                       PROJ=1 \
-                       GDAL=1 \
-                       GPSDLIB=1 \
-                       ZBAR=0 \
-                       SPATIALITE=1 \
-                       LIBPROXY=1 \
-                       SYSTEM_QUAZIP=1 \
-                       $(RELEASEFLAGS)
+       qmake Merkaartor.pro \
+               TRANSDIR_SYSTEM="/usr/share/qt5/translations/" \
+               PREFIX=/usr \
+               GDAL=1 \
+               GEOIMAGE=1 \
+               GPSDLIB=1 \
+               LIBPROXY=1 \
+               NOWEBKIT=1 \
+               PROJ=1 \
+               SPATIALITE=1 \
+               SYSTEM_QUAZIP=1 \
+               ZBAR=0 \
+               $(RELEASEFLAGS)
 
 override_dh_auto_build:
        $(MAKE)

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to