Needs lcov as an explicit dep

This commit is contained in:
Sylvestre Ledru 2013-04-10 16:56:00 +00:00
parent 3dbb24b904
commit 317cc8174a
2 changed files with 1 additions and 2 deletions

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect,
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
libisl-dev (>= 0.11.1), binutils-gold [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32],
${dep:codecoverage}
lcov
Build-Conflicts: oprofile, ocaml
Standards-Version: 3.9.3
Homepage: http://www.llvm.org/

1
debian/rules vendored
View File

@ -67,7 +67,6 @@ ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
CODECOVERAGE=yes
CXXFLAGS_EXTRA="-fprofile-arcs -ftest-coverage"
LDFLAGS_EXTRA="-coverage -lgcov"
control_vars = "$(control_vars) -Vdep:codecoverage=lcov"
endif
%: