Source: ccbuild
Section: devel
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9),
 automake,
 autoconf,
 autotools-dev,
 flex,
 libgnutls-openssl-dev,
 libbobcat-dev (>= 2.22),
 pkg-config,
 libboost-dev (>= 1.37),
 g++-4.8 (>= 4.8.1)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ccbuild.git
Vcs-Git: git://anonscm.debian.org/collab-maint/ccbuild.git
Homepage: http://freshmeat.net/projects/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.
