libzt 0.3.1-4build1 source package in Ubuntu

Changelog

libzt (0.3.1-4build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 11:48:24 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libzt_0.3.1.orig.tar.gz 47.1 KiB 0522a9941df33ba8c17216bc107709b995e5f594e7761151134fcff079205437
libzt_0.3.1.orig.tar.gz.asc 833 bytes 259b4fb11ee5feb998247e13b71911af49cf5ceae5155ceea4bbf940ad7359ff
libzt_0.3.1-4build1.debian.tar.xz 206.3 KiB 4be98b6b548be219424445a5c169b9679b2a62438b60152fa40ef6dbb76eaf39
libzt_0.3.1-4build1.dsc 2.3 KiB 9aa9b045e77408d90b269baf02e4dae987db25d15fbf9779bd4005b01d4d0af7

View changes file

Binary packages built by this source

libzt-dev: libzt is a simple and robust unit test library for C (development files)

 The library provides functions for common checks and assertions,
 which produce readable diagnostic messages that integrate well with
 "make check" and programming editors, such as vi.
 .
 This package contains the development headers for compiling programs with
 libzt as well as the static library.

libzt-doc: libzt is a simple and robust unit test library for C (manual pages)

 The library provides functions for common checks and assertions,
 which produce readable diagnostic messages that integrate well with
 "make check" and programming editors, such as vi.
 .
 This package contains the manual pages for libzt.

libzt-test: libzt is a simple and robust unit test library for C (unit-tests)

 The library provides functions for common checks and assertions,
 which produce readable diagnostic messages that integrate well with
 "make check" and programming editors, such as vi.
 .
 This package contains the test suite of libzt itself.

libzt-test-dbgsym: debug symbols for libzt-test
libzt1: libzt is a simple and robust unit test library for C

 The library provides functions for common checks and assertions,
 which produce readable diagnostic messages that integrate well with
 "make check" and programming editors, such as vi.
 .
  - Robust, allowing you to focus on your code.
  - Simple and small, making it quick to learn and use.
  - Doesn't use dynamic memory allocation, reducing error handling.
  - Equipped with useful helpers for writing test cases.
  - Portable and supported on Linux, MacOS and Windows.
  - Documented and fully coverage and integration tested.
 .
 This package contains the shared library for programs linking with libzt.

libzt1-dbgsym: debug symbols for libzt1