blob: b563d80aa5011d1a82d754ab52d56daadedee761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Source: scons-doc
Section: doc
Priority: optional
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Uploaders: Mark Brown <broonie@debian.org>
Build-Depends: debhelper (>= 6)
Build-Depends-Indep: docbook-utils
Standards-Version: 3.8.3
Homepage: http://www.scons.org/
Vcs-Git: git://git.debian.org/git/users/dktrkranz/scons-doc.git
Vcs-Browser: http://git.debian.org/?p=users/dktrkranz/scons-doc.git;a=summary
Package: scons-doc
Architecture: all
Suggests: scons
Description: Documentation for SCons, a replacement for Make
SCons is a make replacement providing a range of enhanced features such
as automated dependency generation and built in compilation cache
support. SCons rule sets are Python scripts so as well as the features
it provides itself SCons allows you to use the full power of Python
to control compilation.
.
This package provides the SCons User's guide.
|