Source: ccbuild Section: devel Priority: optional Maintainer: Jari Aalto Uploaders: tony mancill Build-Depends: debhelper (>= 9), cmake, flex (>= 2.6.0), libgnutls-openssl-dev, libbobcat-dev (>= 2.22), pkg-config, libboost-dev (>= 1.37) Standards-Version: 3.9.8 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ccbuild.git Vcs-Git: git://anonscm.debian.org/collab-maint/ccbuild.git Homepage: http://www.logfish.net/pr/ccbuild Package: ccbuild Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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.