diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 42 |
1 files changed, 8 insertions, 34 deletions
diff --git a/debian/control b/debian/control index e628688..b5ecaff 100644 --- a/debian/control +++ b/debian/control @@ -1,39 +1,13 @@ Source: scons Section: devel -Priority: extra -Maintainer: Anthony Roach <aroach@electriceyeball.com> -Standards-Version: 3.5.6.0 -Build-Depends: debhelper +Priority: optional +Maintainer: Moshe Zadka <moshez@debian.org> +Build-Depends-Indep: debhelper (>> 2.0.0), python2.1 +Standards-Version: 3.2.1 Package: scons Architecture: all -Depends: python-base(>=1.5.2)|python2-base -Description: An Open Source software construction tool - SCons is an Open Source software construction tool--that is, a build tool; an - improved substitute for the classic Make utility; a better way to build - software. - -Package: python-scons -Architecture: all -Depends: python-base(<<2.0), python-base(>=1.5.2) -Description: SCons Python 1.5.2 extension modules - SCons is an Open Source software construction tool--that is, a build tool; an - improved substitute for the classic Make utility; a better way to build - software. - -Package: python2-scons -Architecture: all -Depends: python2-base(<<2.1), python2-base(>=2.0) -Description: SCons Python 2.0 extension modules - SCons is an Open Source software construction tool--that is, a build tool; an - improved substitute for the classic Make utility; a better way to build - software. - -Package: scons-script -Architecture: all -Depends: python-scons|python2-scons,python-base(>=1.5.2)|python2-base -Suggests: python-scons, python2-scons -Description: An Open Source software construction tool script - SCons is an Open Source software construction tool--that is, a build tool; an - improved substitute for the classic Make utility; a better way to build - software. +Depends: python2.1 +Description: A replacement for Make + Scons is able to build files from other files, based on the + dependency DAG. |
