creduce 2.2.1-1~14.04 source package in Ubuntu

Changelog

creduce (2.2.1-1~14.04) trusty-proposed; urgency=medium

  * Build for trusty, using llvm-3.5 on all architectures. LP: #1426725.

creduce (2.2.1-1) unstable; urgency=medium

  * C-Reduce 2.2.1 release.

creduce (2.2~pre3-3) unstable; urgency=medium

  * Bump dependency on clang-format-3.x.
  * Drop the unversioned build dependency on clang, and allow the
    tests to use a versioned clang-x.y binary.
  * Build-depend on frama-c-base.

creduce (2.2~pre3-2) unstable; urgency=medium

  * Build-depend on libedit-dev and zlib1g-dev, missing dependencies
    of llvm-3.5-dev.

creduce (2.2~pre3-1) unstable; urgency=medium

  * New upstream snapshot (llvm-svn-compatible 20140811).
  * Build using llvm-3.5-dev and libclang-3.5-dev.

creduce (2.2~pre2-1) unstable; urgency=medium

  * New upstream snapshot (trunk 20140811).
 -- Matthias Klose <email address hidden>   Sat, 28 Feb 2015 17:23:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian GCC maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe devel

Downloads

File Size SHA-256 Checksum
creduce_2.2.1.orig.tar.gz 586.3 KiB c2fb1b00feafee20b467674679b68a58bc14556c2f373bb9688150f1fc740072
creduce_2.2.1-1~14.04.debian.tar.gz 4.8 KiB dcc4017bfe6aa5472ecc75f62b998625f67bc152f653d1a7144a14078d0a4a3d
creduce_2.2.1-1~14.04.dsc 2.0 KiB a49fd582d87751c7d8c932ee22267a8e55adb7585098b039c7874c6c837680e0

View changes file

Binary packages built by this source

creduce: Test-Case Reduction for C Compiler Bugs

 C-Reduce is a tool which takes a large C or C++ program that has a
 property of interest (such as triggering a compiler bug) and
 automatically produces a much smaller C/C++ program that has the same
 property. It is intended for use by people who discover and report
 bugs in compilers and other tools that process C/C++ code.