This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch wheezy-backports in repository mapserver.
commit aa891da4d77c230e7de634d87971f60b09231eee Author: Bas Couwenberg <[email protected]> Date: Sat Jul 20 01:46:53 2013 +0200 Skip dh_auto_test. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 7083b36..7b2f903 100755 --- a/debian/rules +++ b/debian/rules @@ -124,6 +124,9 @@ override_dh_auto_build: mv mapscript.so ruby$$v-mapscript.so ; \ done +override_dh_auto_test: + # msautotest submodule is not used + override_dh_auto_install: dh_auto_install -- 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

