catch 1.12.2-0.1 source package in Ubuntu

Changelog

catch (1.12.2-0.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Jérémy Lal ]
  * New upstream version 1.12.2
  * Fix Python 3 build

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ Timo Röhling ]
  * Work around missing SIGSTKSZ with glib 2.34 (Closes: #993515)
    Thanks to Drew Parsons for the patch.
  * Bump Standards-Version to 4.6.1

 -- Timo Röhling <email address hidden>  Mon, 08 Aug 2022 10:38:49 +0200

Upload details

Uploaded by:
kapouer
Uploaded to:
Sid
Original maintainer:
kapouer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
catch_1.12.2-0.1.dsc 1.7 KiB 8d4791ba445a08fe57486f1e54352e907ec35ce0c5a0dd5e98092633f0902747
catch_1.12.2.orig.tar.gz 368.4 KiB 27bf01d20692e534a8963f96c6ca797df2b4ba6551db0379510c376558d75e3c
catch_1.12.2-0.1.debian.tar.xz 4.3 KiB bd745ef6bdc0a8a63fcf293ffca0c9ef4ec07add0fe10fa696a839b0872c8854

No changes file available.

Binary packages built by this source

catch: C++ Automated Test Cases in Headers

 Catch is a multi-paradigm automated test framework for C++
 and Objective-C.
 .
 Its key features are:
  * Distributed as a single header file with no dependencies.
  * Test cases are self-registering.
  * Test cases can be de divided into isolated sections.
  * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN
    in place of test cases and sections.
  * Only one core assertion macro for comparisons; standard language
    operators are used for comparison, yet the expression is decomposed
    and properly logged.