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.
