diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8d5144d --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: scons +Section: devel +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Uploaders: László Böszörményi <gcs@debian.org> +Build-Depends: + debhelper (>= 9), + dh-python, + python (>= 2.7~) +Standards-Version: 3.9.6 +X-Python-Version: >= 2.7 +Homepage: http://www.scons.org/ +Vcs-Git: git://anonscm.debian.org/collab-maint/scons.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/scons.git + +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. |