[mapserver] 26/43: Add msautotest submodule.

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 9e62fd50a98c152901dc64c37cfe46ef03d4f82b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jul 20 01:30:58 2013 +0200

    Add msautotest submodule.
---
 debian/patches/msautotest.patch | 14 ++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/msautotest.patch b/debian/patches/msautotest.patch
new file mode 100644
index 0000000..c6c2d82
--- /dev/null
+++ b/debian/patches/msautotest.patch
@@ -0,0 +1,14 @@
+Description: Add msautotest submodule.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-07-20
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -523,7 +523,7 @@ query-testcase:
+ 	cd msautotest/query && export PATH=../..:$(PATH) && ./run_test.py $(AUTOTEST_OPTS)
+ 
+ autotest-install:
+-	test -d "msautotest/wxs" ||  ( git submodule init && git submodule update )
++	test -d "msautotest/wxs" ||  ( git submodule add git://github.com/mapserver/msautotest.git msautotest && git submodule init && git submodule update )
+ 
+ php-testcase:
+ 	test -z "$(PHP_MAPSCRIPT)" || (export PHP_MAPSCRIPT_SO="../../mapscript/php/.libs/php_mapscript.so" && cd msautotest/php && ./run_test.sh)
diff --git a/debian/patches/series b/debian/patches/series
index ee79e12..45a55ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ php_segfault.patch
 mapows-contenttype.patch
 hardening.patch
 shp2img-typo.patch
+msautotest.patch

-- 
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