summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: e6286888205a6c8707b9c090796db77d9f14dbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: scons
Section: devel
Priority: extra
Maintainer: Anthony Roach <aroach@electriceyeball.com>
Standards-Version: 3.5.6.0
Build-Depends: debhelper

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.