File: control

package info (click to toggle)
gcovr 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,340 kB
  • ctags: 528
  • sloc: python: 5,282; xml: 680; makefile: 300; cpp: 250; ruby: 229; sh: 106
file content (25 lines) | stat: -rw-r--r-- 984 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
Source: gcovr
Section: devel
Priority: extra
Maintainer: Wolfgang Silbermayr <wolfgang@silbermayr.at>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9),
               python (>= 2.6.6-3~),
               python-setuptools,
               dh-python,
X-Python-Version: >= 2.4
Standards-Version: 3.9.8
Homepage: http://gcovr.com/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gcovr.git
Vcs-Git: git://anonscm.debian.org/collab-maint/gcovr.git

Package: gcovr
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
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.