diff options
author | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-02 13:10:01 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-02 13:10:01 +0200 |
commit | 5c191400a6a35e77f72f8ef171cb944909ac50e9 (patch) | |
tree | 6ec5be1b9fd025e209276f8fc249f4217f8c3d29 /debian/control |
Initial import of scons-doc Debian packaging version 1.2.0-21.2.0-2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..146009e --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: scons-doc +Section: doc +Priority: optional +Maintainer: Luca Falavigna <dktrkranz@ubuntu.com> +Uploaders: Mark Brown <broonie@debian.org> +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: docbook-utils +Standards-Version: 3.8.1 +Homepage: http://www.scons.org/ +DM-Upload-Allowed: yes + +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. |