File: control

package info (click to toggle)
aap 1.072-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,980 kB
  • ctags: 2,160
  • sloc: python: 15,113; makefile: 61; sh: 31
file content (25 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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.