update the coverity configuration as the chroot switched to gcc 5

This commit is contained in:
Sylvestre Ledru 2015-08-07 10:45:00 +00:00
parent 9058637fab
commit 1d440a57d9

2
debian/rules vendored
View File

@ -189,6 +189,8 @@ override_dh_auto_configure: preconfigure
cov-configure --compiler g++-4.8 --comptype gcc; \ cov-configure --compiler g++-4.8 --comptype gcc; \
cov-configure --compiler gcc-4.9 --comptype gcc; \ cov-configure --compiler gcc-4.9 --comptype gcc; \
cov-configure --compiler g++-4.9 --comptype gcc; \ cov-configure --compiler g++-4.9 --comptype gcc; \
cov-configure --compiler gcc-5 --comptype gcc; \
cov-configure --compiler g++-5 --comptype gcc; \
fi) fi)
# Due to bug upstream, no symlink here # Due to bug upstream, no symlink here