[mapserver] 17/43: Use dh_auto_configure instead of calling ./configure.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 7 20:21:33 UTC 2015


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

sebastic pushed a commit to branch wheezy-backports
in repository mapserver.

commit 7256a8e84259dd56c10174a4b9dd0ac878f605e5
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 19 19:10:34 2013 +0200

    Use dh_auto_configure instead of calling ./configure.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 81f29f6..4d55ab5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,10 +64,10 @@ MS_LDFLAGS=$(LDFLAGS)
 
 configure-stamp:
 	dh_testdir
-	./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" CPPFLAGS="$(MS_CPPFLAGS)" LDFLAGS="$(MS_LDFLAGS)"
-
 	touch configure-stamp
 
+        dh_auto_configure -- $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" CPPFLAGS="$(MS_CPPFLAGS)" LDFLAGS="$(MS_LDFLAGS)"
+
 # This is the correct, policy-compliant build target
 #build: build-indep build-arch
 

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



More information about the Pkg-grass-devel mailing list