diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:32:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:32:26 +0200 |
commit | 02292cfec56d773f3e3e8607f5b7f76f97c9c874 (patch) | |
tree | 227557a2b19a60250bdf48d1156f41cb0dfab5a3 /debian/control | |
parent | df608fa858819f84924451b6a97559671303e8b0 (diff) |
last 2.3.2-1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7faabd3 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: scons-doc +Section: doc +Priority: optional +Maintainer: Luca Falavigna <dktrkranz@debian.org> +Uploaders: Mark Brown <broonie@debian.org> +Build-Depends: + debhelper (>= 9), + scons (>= 2.3.1) +Build-Depends-Indep: + docbook-utils, + docbook-xml, + fop, + jade, + python-libxml2, + python-libxslt1 +Standards-Version: 3.9.5 +Homepage: http://www.scons.org/ +Vcs-Git: git://anonscm.debian.org/collab-maint/scons-doc.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/scons-doc.git;a=summary + +Package: scons-doc +Architecture: all +Depends: ${misc:Depends} +Suggests: scons (>= 2.3.1) +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. |