File: control

package info (click to toggle)
kcov 43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,600 kB
  • sloc: cpp: 12,617; ansic: 2,379; python: 2,001; sh: 333; makefile: 133; javascript: 65; xml: 7; asm: 4
file content (37 lines) | stat: -rw-r--r-- 1,261 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
32
33
34
35
36
37
Source: kcov
Section: devel
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Build-Depends: binutils-dev,
               cmake,
               debhelper-compat (= 13),
               libcurl4-openssl-dev,
               libdw-dev,
               libelf-dev,
               libiberty-dev,
               libjs-handlebars,
               libjs-jquery,
               libjs-jquery-tablesorter,
               libssl-dev,
               pkgconf,
               python-is-python3,
               python3,
               zlib1g-dev
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/kcov.git
Vcs-Browser: https://salsa.debian.org/debian/kcov
Homepage: https://simonkagstrom.github.io/kcov/
Rules-Requires-Root: no

Package: kcov
Architecture: any
Built-Using: ${misc:Built-Using}
Multi-Arch: no
Depends: python3, ${misc:Depends}, ${shlibs:Depends}
Description: Code coverage analysis using DWARF debugging information
 Kcov is a code coverage tester based on bcov by Thomas Neumann. It allows
 collecting code coverage information from executables without special
 command-line arguments, and continuosly produces output from long-running
 applications.
 .
 Kcov, like Bcov, uses DWARF debugging information to make this possible.