This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libsfml.
commit 303aaa48141b69b39224bd617ee5d58f5c59fb87 Author: James Cowgill <[email protected]> Date: Tue Jun 28 19:32:46 2016 +0100 autopkgtest: also build against reduced dependencies --- debian/tests/build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/tests/build b/debian/tests/build index 1709bd9..5ea82d4 100644 --- a/debian/tests/build +++ b/debian/tests/build @@ -18,9 +18,13 @@ g++ -Wall -Werror -o sfml_test1 sfml_test.cpp -lsfml-network -lsfml-system echo "build1: OK" g++ -Wall -Werror -o sfml_test2 sfml_test.cpp $(pkg-config --cflags --libs sfml-all) echo "build2: OK" +g++ -Wall -Werror -o sfml_test3 sfml_test.cpp $(pkg-config --cflags --libs sfml-network sfml-system) +echo "build3: OK" # Run them ./sfml_test1 echo "run1: OK" ./sfml_test2 echo "run2: OK" +./sfml_test3 +echo "run3: OK" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

