diff options
author | Jörg Frings-Fürst <jff@merkur> | 2014-07-26 11:45:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <jff@merkur> | 2014-07-26 11:45:47 +0200 |
commit | 7c6b954c00c2a2eed2e975ec797216c515cd249d (patch) | |
tree | 475c0ae1b3b3b8be085b54420894896688ea363c /debian/control | |
parent | 2176ae74d2f856582dd1e498a63a31949a7e19e2 (diff) |
Imported Upstream version 2.3.2upstream/2.3.2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 6e9e9ad..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: scons -Section: devel -Priority: optional -Maintainer: Luca Falavigna <dktrkranz@debian.org> -Uploaders: Mark Brown <broonie@debian.org> -Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~) -Standards-Version: 3.9.5 -X-Python-Version: >= 2.4 -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. |