check 0.9.10-6ubuntu1 source package in Ubuntu

Changelog

check (0.9.10-6ubuntu1) trusty; urgency=low

  * Merge from debian. Remaining changes:
    - Update config.{guess,sub} for Aarch64.

check (0.9.10-6) unstable; urgency=low

  * add -pthread to both --libs and --cflags of check.pc (sigh)

check (0.9.10-5) unstable; urgency=low

  * debian/patches/03texi.patch: Update patch and remove version and date
    information from check.info to handle Multi-Arch:Same (closes: #718200).
  * debian/rules:
    - Remove doc/check.info before build so it gets regenerated.
    - Remove first line from doc/check.info to handle Multi-Arch:Same.
  * debian/control: Add Build-Depends texinfo to build check.info.
 -- Jackson Doak <email address hidden>   Sat, 07 Dec 2013 10:57:13 +1100

Upload details

Uploaded by:
Jackson Doak
Sponsored by:
Daniel Holbach
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
check_0.9.10.orig.tar.gz 634.9 KiB 823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d
check_0.9.10-6ubuntu1.debian.tar.gz 19.4 KiB db8712e517f55acb9befd0966e8586a6f6a6cd5f0c5a48ec137d2fcc81548b76
check_0.9.10-6ubuntu1.dsc 1.4 KiB 2c7d2753d44713507ea102a3dc67915388333ff23628b1153f82ff8c2c083566

View changes file

Binary packages built by this source

check: unit test framework for C

 Check features a simple interface for defining unit tests, putting
 little in the way of the developer. Tests are run in a separate
 address space, so Check can catch both assertion failures and code
 errors that cause segmentation faults or other signals. The output
 from unit tests can be used within source code editors and IDEs.