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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

