[SCM] visp branch, master, updated. debian/2.6.2-1-60-gffc7192

Thomas Moulard thomas.moulard at gmail.com
Sun Jun 23 01:01:51 UTC 2013


The following commit has been merged in the master branch:
commit 1490eb039399c1a1a0d6e00f868ce179853f8fe6
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Tue Jun 18 23:43:08 2013 +0900

    Fix pkgautotest simple test case.

diff --git a/debian/tests/build b/debian/tests/build
old mode 100644
new mode 100755
index 1759efb..bec80e5
--- a/debian/tests/build
+++ b/debian/tests/build
@@ -9,7 +9,7 @@ set -e
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 cd $WORKDIR
-cat <<EOF > glibtest.cpp
+cat <<EOF > visptest.cpp
 #include <visp/vpColor.h>
 
 int main()
@@ -19,7 +19,7 @@ int main()
 }
 EOF
 
-gcc -o visptest visptest.cpp `pkg-config --cflags --libs visp`
+g++ -o visptest visptest.cpp `pkg-config --cflags --libs visp`
 echo "build: OK"
 [ -x visptest ]
 ./visptest

-- 
visp



More information about the debian-science-commits mailing list