1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: aap
Section: devel
Priority: optional
Maintainer: Cory Dodt <corydodt@twistedmatrix.com>
Build-Depends-Indep: debhelper (>> 3.0.0), python (>> 2.2)
Standards-Version: 3.6.1
Package: aap
Suggests: aap-doc
Architecture: all
Depends: python
Description: make-like "expert system" for building software
A-A-P is a dependency rule-based software build system like make. It
eliminates many of the warts of GNU Make and can evaluate Python code
embedded in the scripts.
Package: aap-doc
Section: doc
Architecture: all
Description: make-like "expert system" for building software (documentation)
A-A-P is a dependency rule-based software build system like make. It
eliminates many of the warts of GNU Make and can evaluate Python code
embedded in the scripts.
.
This package contains the documentation in HTML and PDF format.
|