Source: ccbuild
Section: devel
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9),
 automake,
 autoconf,
 autotools-dev,
 flex (>= 2.5.39-2),
 libgnutls-openssl-dev,
 libbobcat-dev (>= 2.22),
 pkg-config,
 libboost-dev (>= 1.37)
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://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.
