diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:02:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-25 15:02:04 +0200 |
commit | 83370576d74c932cde854cb251bfff6b06ab45ec (patch) | |
tree | 71a48f93597a9b5972dd42ca5bd07eeaf3747488 /debian/control | |
parent | 99469e37d07b9f326c5b2c8157566f2f512cdc56 (diff) |
last 2.3.2-1
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..b92634b --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: scons +Section: devel +Priority: optional +Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Build-Depends: + debhelper (>= 9), + python (>= 2.7~) +Standards-Version: 3.9.5 +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/gitweb/?p=collab-maint/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. |