doctest 2.4.9~ds-1 source package in Ubuntu

Changelog

doctest (2.4.9~ds-1) unstable; urgency=medium

  [ upstream ]
  *new release

  [ Jonas Smedegaard ]
  * drop patch cherry-picked upstream now applied
  * update and unfuzz patches
  * declare compliance with Debian Policy 4.6.1

 -- Jonas Smedegaard <email address hidden>  Sat, 17 Sep 2022 14:44:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.4.9~ds-1.dsc 1.8 KiB a29df85c37eb43704856c7f2b49114d7be2ec56255e988afef50e252b1a2fcf8
doctest_2.4.9~ds.orig.tar.xz 1.9 MiB 7cc78169975bea36e70ab9d67e7de9b03d89b38653499ad03243e3944429b1ab
doctest_2.4.9~ds-1.debian.tar.xz 12.3 KiB 6cde2565c088ce67d6658b8797d0995008c968ea69de96e23fd8ac8458a9d606

Available diffs

No changes file available.

Binary packages built by this source

doctest-dev: Light and feature-rich C++ testing framework

 doctest is a light and feature-rich
 C++98 / C++11 single-header testing framework
 for unit tests and TDD.
 .
 It is inspired by the unittest {} functionality
 of the D programming language and Python's docstrings -
 tests can be considered a form of documentation
 and should be able to reside near the production code
 which they test.
 This isn't possible (or at least practical)
 with any other testing framework for C++.