Nux

Merge lp:~townsend/nux/fix-lcov-version into lp:nux

Proposed by Christopher Townsend
Status: Merged
Approved by: Christopher Townsend
Approved revision: no longer in the source branch.
Merged at revision: 832
Proposed branch: lp:~townsend/nux/fix-lcov-version
Merge into: lp:nux
Diff against target: 11 lines (+1/-1)
1 file modified
m4/gcov.m4 (+1/-1)
To merge this branch: bzr merge lp:~townsend/nux/fix-lcov-version
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Eleni Maria Stea (community) Approve
Review via email: mp+199677@code.launchpad.net

Commit message

Need to add version 1.10 of lcov to the supported versions so the Debian package build can succeed.

Description of the change

Need to add version 1.10 of lcov to the supported versions so the Debian package build can succeed.

This is blocking Nux CI right now.

To post a comment you must log in.
Revision history for this message
Eleni Maria Stea (hikiko) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
lp:~townsend/nux/fix-lcov-version updated
832. By Christopher Townsend

Need to add version 1.10 of lcov to the supported versions so the Debian package build can succeed.

Approved by PS Jenkins bot, Eleni Maria Stea.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'm4/gcov.m4'
2--- m4/gcov.m4 2012-12-04 19:36:00 +0000
3+++ m4/gcov.m4 2013-12-19 15:43:06 +0000
4@@ -33,7 +33,7 @@
5 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
6 fi
7
8- lcov_version_list="1.6 1.7 1.8 1.9"
9+ lcov_version_list="1.6 1.7 1.8 1.9 1.10"
10 AC_CHECK_PROG(LCOV, lcov, lcov)
11 AC_CHECK_PROG(GENHTML, genhtml, genhtml)
12

Subscribers

People subscribed via source and target branches