diff options
author | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-01 18:01:34 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@ubuntu.com> | 2009-08-01 18:01:34 +0200 |
commit | 0385d3705bec1a9b42f0dc3ffeecbb34a5be9756 (patch) | |
tree | 13c8055c853498037281957f2ac2d63562b4f70f /debian/control |
Initial import of scons 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..f6c013d --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: scons +Section: devel +Priority: optional +Maintainer: Luca Falavigna <dktrkranz@ubuntu.com> +Uploaders: Mark Brown <broonie@debian.org> +Build-Depends: debhelper (>= 5.0.37.2), python-dev, quilt +Build-Depends-Indep: python-central (>= 0.5) +Standards-Version: 3.8.1 +XS-Python-Version: current +Homepage: http://www.scons.org/ +DM-Upload-Allowed: yes + +Package: scons +Architecture: all +Depends: ${python:Depends} +XB-Python-Version: ${python:Versions} +Description: 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. |