File: control

package info (click to toggle)
cpptest 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 624 kB
  • sloc: cpp: 1,559; makefile: 136; sh: 72; ansic: 10
file content (49 lines) | stat: -rw-r--r-- 1,947 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
38
39
40
41
42
43
44
45
46
47
48
49
Source: cpptest
Section: devel
Priority: optional
Homepage: https://github.com/cpptest/cpptest
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11)
	, doxygen
	, intltool
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/alteholz/cpptest
Vcs-Git: https://salsa.debian.org/alteholz/cpptest.git

Package: libcpptest1
Section: libs
Architecture: any
Suggests: libcpptest-doc
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: unit testing framework for C++
 CppTest is a portable and powerful, yet simple, unit testing framework for
 handling automated tests in C++. The focus lies on usability and extensibility.
 Several output formats, including simple text output, compiler-like output and
 HTML, are supported and new ones are easily added.
 .
 This package contains the libraries for cpptest.

Package: libcpptest-dev
Section: libdevel
Architecture: any
Suggests: libcpptest-doc
Depends: libcpptest1 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: unit testing framework for C++ (development)
 CppTest is a portable and powerful, yet simple, unit testing framework for
 handling automated tests in C++. The focus lies on usability and extensibility.
 Several output formats, including simple text output, compiler-like output and
 HTML, are supported and new ones are easily added.
 .
 This package contains the development libraries and headers.

Package: libcpptest-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: unit testing framework for C++ (documentation)
 CppTest is a portable and powerful, yet simple, unit testing framework for
 handling automated tests in C++. The focus lies on usability and extensibility.
 Several output formats, including simple text output, compiler-like output and
 HTML, are supported and new ones are easily added.
 .
 This package contains the document files for the libs and dev packages.