doctest 1.2.7+repack0-2 source package in Ubuntu

Changelog

doctest (1.2.7+repack0-2) unstable; urgency=medium

  * Cleanup d/control thanks to `cme update dpkg-control`
  * Update Vcs-* for the move to Salsa

 -- Didier Raboud <email address hidden>  Fri, 23 Feb 2018 20:52:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_1.2.7+repack0-2.dsc 1.8 KiB 13b0107b7c30d17780780d6115fbd2b1692eb4741d28f22f3f9628e3e43d2b44
doctest_1.2.7+repack0.orig.tar.xz 2.0 MiB 441d3d445ff11b9353946a3154705835a1933030aab71467e3d4af0b1fda983b
doctest_1.2.7+repack0-2.debian.tar.xz 3.0 KiB f2f31730eb394b8c69d69a8f04acb546b288499a07c7e2ba3def880ee634b38c

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++.