File: control

package info (click to toggle)
gcovr 7.2%2Breally-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,628 kB
  • sloc: python: 9,740; xml: 6,225; cpp: 4,063; makefile: 2,403; sh: 255; ansic: 98
file content (31 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: gcovr
Section: devel
Priority: optional
Maintainer: Wolfgang Silbermayr <wolfgang@silbermayr.at>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 11),
               python3,
               python3-setuptools,
               python3-colorlog,
               dh-python,
               help2man,
               python3-importlib-metadata,
               python3-lxml,
X-Python3-Version: >= 3.6
Standards-Version: 4.2.1
Homepage: http://gcovr.com/
Vcs-Browser: https://salsa.debian.org/debian/gcovr
Vcs-Git: https://salsa.debian.org/debian/gcovr.git

Package: gcovr
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-colorlog,
         python3-pkg-resources,
Description: Manages the compilation of coverage information from gcov
 The gcovr command provides a utility for running the gcov command and
 summarizing code coverage results. This command is inspired by the
 Python coverage.py package, which provides a similar utility in
 Python. Further, gcovr can be viewed as a command-line alternative of
 the lcov utility, which runs gcov and generates an HTML output.