libtut 0.0.20070706-4 source package in Ubuntu

Changelog

libtut (0.0.20070706-4) unstable; urgency=medium

  * QA upload.

  * Added d/gbp.conf to describe branch layout.
  * Updated vcs in d/control to Salsa.
  * Updated d/gbp.conf to enforce the use of pristine-tar.
  * Updated Standards-Version from 4.5.0 to 4.7.0.
  * Use wrap-and-sort -at for debian control files
  * Replaced obsolete pkg-config build dependency with pkgconf.
  * Trim trailing whitespace.
  * Bump debhelper from old 12 to 13.

 -- Petter Reinholdtsen <email address hidden>  Mon, 03 Jun 2024 00:32:07 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtut_0.0.20070706-4.dsc 1.8 KiB 8a237ec0e9fcef8eee343c293da684a0a4f7b8aaf81c8314929f14e146b1b31f
libtut_0.0.20070706.orig.tar.gz 89.6 KiB 2f1723afd49219a81706b96eef891ced53d43bbd7eed49ece51af1bf5f63d79d
libtut_0.0.20070706-4.debian.tar.xz 19.3 KiB b4b227b00f86e4d3a36f02763b039bbc66ba53ebb69d64025ae2eeb92a990ad0

Available diffs

No changes file available.

Binary packages built by this source

libtut-dev: elegant C++ unit test framework

 TUT is a unit test framework for C++, written in pure C++. It makes use of
 C++ templates to reduce the responsibilities of the user and provide an
 intuitive and easy-to-use interface. Unlike other test unit frameworks for
 C++, TUT doesn't use macros, since their usage conceals actual implementation
 and (what's worse) can interfere with client application.
 .
 TUT completely fits into a single header file. No library compilation is
 required, thus a lot of portability problems are avoided and integration with
 client code is very simple.