Source: bake
Section: devel
Priority: optional
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python
Homepage: http://projects.bertram-scharpf.de/bake/
Standards-Version: 3.8.3

Package: bake
Architecture: all
Depends: ${misc:Depends}, python
Description: yet another Python Make replacement
 It was written for the following advantages:
 .
   * It handles header dependencies.
   * Build processes written in Python can be called directly, without loading
     another shell or interpreter.
   * Password entering can be put in front of all other work. (For example when
     a homepage is built and uploaded afterwards).
   * Subordinated instances can be called Python-internally without loading
     another shell, too.
