ccbuild 2.0.1-1 source package in Ubuntu

Changelog

ccbuild (2.0.1-1) unstable; urgency=low

  [ Jari Aalto ]
  * New upstream release.
  * debian/clean
    - New file.
  * debian/compat
    - Update to 8.
  * debian/control
    - (Build-Depands): Update to debhelper 8.
    - (Standards-Version): Update to 3.9.1.
  * debian/copyright
    - Update download URL.
  * debian/patches
    - (10): Refresh.
  * debian/rules
    - Remove unnecessary targets and move to full dh(1).
  * debian/watch
    - Update URL.

  [ Markus Schölzel <email address hidden> ]
  * debian/control
    - (Build-Depands): Add libgnutls-dev, libbobcat-dev,
      pkg-config,libboost-dev.
  * debian/rules
    - (CXXFLAGS): New.
 -- Artur Rona <email address hidden>   Mon,  15 Nov 2010 10:02:06 +0000

Upload details

Uploaded by:
Artur Rona
Uploaded to:
Natty
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.1.orig.tar.gz 339.6 KiB 465ee3d9f9ecbd66b0ca5dc441ac9445ec531a7465aa6ef6ec4ed720abf09e96
ccbuild_2.0.1-1.debian.tar.gz 4.0 KiB ee8a6c52712de1a072848c026e0b4be111e28bd5850ff1ec2e04723b342cb82f
ccbuild_2.0.1-1.dsc 1.8 KiB db8fe127054d78af57b13d19b18c4a071df95ba8d3ee2885bb6366b041a0b25b

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.