ccbuild 2.0.2-1 source package in Ubuntu

Changelog

ccbuild (2.0.2-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright
    - (License): Add LGPL.
  * debian/patches
    - (10): Deleted. Manual page fix accepted upstream.
  * debian/rules
    - (FILE_LIST_PRESERVE): Update due to autoreconf(1).
    - (override_dh_auto_clean): Clean up files manually.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  26 Oct 2011 07:46:03 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Jari Aalto
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe devel

Downloads

File Size SHA-256 Checksum
ccbuild_2.0.2.orig.tar.gz 357.4 KiB 8b843750fc7112a786110c32934dd3bc672b3af5be4c31ad848f1817de290c00
ccbuild_2.0.2-1.debian.tar.gz 4.6 KiB 65793b05542f747298a75b3f6fbb5f6fb423264a0802967d6ac6b5e02163e9ca
ccbuild_2.0.2-1.dsc 1.9 KiB 95e6aaee5345a76503834188381d3378468898785fe1cec2361e67e12bec3afb

Available diffs

View changes file

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.