check 0.9.10-6.1ubuntu1 source package in Ubuntu RTM

Changelog

check (0.9.10-6.1ubuntu1) utopic; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Build using dh-autoreconf.
    - Build the two variants in two directories.
    - Build using dpkg-buildflags.
  * Drop unnecessary manual config.{guess,sub} updates.

check (0.9.10-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Ensure config.{sub,guess} are up to date using autotools-dev (closes: #733038)
 -- Colin Watson <email address hidden>   Wed, 04 Jun 2014 14:08:46 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Downloads

File Size SHA-256 Checksum
check_0.9.10.orig.tar.gz 634.9 KiB 823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d
check_0.9.10-6.1ubuntu1.debian.tar.gz 7.8 KiB 516fd8605d5d63113dd43a5324688c4496f9fcbe7deabcc4c2f2b6d5adc9744b
check_0.9.10-6.1ubuntu1.dsc 2.1 KiB bffb807d2c065915d21e2d4c661d6c4aaf1fee3dc7c6b6f2104ad42bd1d548b8

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.