cmocka 1.1.5-2.1 source package in Ubuntu

Changelog

cmocka (1.1.5-2.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.6.0, no changes needed.
  * Fix field name case in debian/control (Build-Depends-indep =>
    Build-Depends-Indep).

  [ Vagrant Cascadian ]
  * debian/patches: Disable embedding of full path names in documentation
    generated by doxygen. (Closes: #991181)

 -- Vagrant Cascadian <email address hidden>  Thu, 29 Dec 2022 10:55:47 -0800

Upload details

Uploaded by:
David Prevot
Uploaded to:
Sid
Original maintainer:
David Prevot
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
cmocka_1.1.5-2.1.dsc 1.6 KiB 9f94190b571e059dd6a359c7effd40b982c6c2796959ea201cf41e7cac0b6730
cmocka_1.1.5.orig.tar.xz 79.1 KiB f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6
cmocka_1.1.5.orig.tar.xz.asc 833 bytes 0dbc0cf7c9cde72d0c911483607421da2aeee5aa99712d7fb393b3da307ee315
cmocka_1.1.5-2.1.debian.tar.xz 8.9 KiB 6ba25b3981ce2a6b954ba17b2e05460e5b14fd2092475fb3c13b0eb9aa3208b2

Available diffs

No changes file available.

Binary packages built by this source

cmocka-doc: documentation for the CMocka unit testing framework

 This package contains the documentation and examples for CMocka.
 .
 The idea of CMocka is that a test application only requires the
 standard C library and the CMocka library itself to minimize conflicts
 with standard C headers especially on a lot of different platforms.
 .
 Features:
  * Easy to use framework to write unit tests
  * Support for mock objects
  * Testing of memory leaks, buffer overflows and underflows
  * Platform and compiler independent

libcmocka-dev: development files for the CMocka unit testing framework

 This package contains the library development files for CMocka.
 .
 The idea of CMocka is that a test application only requires the
 standard C library and the CMocka library itself to minimize conflicts
 with standard C headers especially on a lot of different platforms.
 .
 Features:
  * Easy to use framework to write unit tests
  * Support for mock objects
  * Testing of memory leaks, buffer overflows and underflows
  * Platform and compiler independent

libcmocka0: library for the CMocka unit testing framework

 This is the major library for CMocka.
 .
 The idea of CMocka is that a test application only requires the
 standard C library and the CMocka library itself to minimize conflicts
 with standard C headers especially on a lot of different platforms.
 .
 Features:
  * Easy to use framework to write unit tests
  * Support for mock objects
  * Testing of memory leaks, buffer overflows and underflows
  * Platform and compiler independent

libcmocka0-dbgsym: debug symbols for libcmocka0