ccbuild 2.0.6-1 source package in Ubuntu

Changelog

ccbuild (2.0.6-1) unstable; urgency=low


  * New upstream release
    - libbobcat now requires --std=c++11
      (FTBFS serious; Closes: #727118).
    - Thanks Andreas Rönnquist <email address hidden> for helping.
  * debian/control
    - (Build-Depends): Use libgnutls-openssl-dev (Closes: #731620).
    - (Standards-Version): Update to 3.9.5.

 -- Jari Aalto <email address hidden>  Thu, 16 Jan 2014 10:01:34 +0200

Upload details

Uploaded by:
Jari Aalto
Uploaded to:
Sid
Original maintainer:
Jari Aalto
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ccbuild_2.0.6-1.dsc 1.9 KiB 07edbc0fb26676023c691d6beecde8beb597ffa361b86b88d656403dd78feb64
ccbuild_2.0.6.orig.tar.gz 338.4 KiB f5912ee4fc5d7a3ff190821e407056f5f394d247f649beef9568a129601208de
ccbuild_2.0.6-1.debian.tar.xz 5.3 KiB deb2db6ee999011b0100077082b02e34b44f6ba017d8dd06b2963d719103834a

Available diffs

No changes file available.

Binary packages built by this source

ccbuild: source scanning build utility for C++

 Scan the source for main functions and includes. When the file
 contains a main function it will compile all the files next to that
 file's includes and link them into a program.
 .
 This makes it possible to build entire programs with minimal
 configuration. Linker and compiler options can be added and will be
 automatically divided over the compiler and linker.