summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..09fa8a1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: scons
+Section: devel
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz@debian.org>
+Uploaders: Mark Brown <broonie@debian.org>
+Build-Depends: debhelper (>= 7.2.18), python (>= 2.5.4-1~), quilt (>= 0.46-7)
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+XS-Python-Version: >= 2.4
+Homepage: http://www.scons.org/
+Vcs-Git: git://git.debian.org/git/users/dktrkranz/scons.git
+Vcs-Browser: http://git.debian.org/?p=users/dktrkranz/scons.git;a=summary
+
+Package: scons
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: 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.