diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5a5ae24..e628688 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ Build-Depends: debhelper Package: scons Architecture: all -Depends: python-scons|python2-scons,python-base(>=1.5.2)|python2-base -Suggests: python-scons, python2-scons +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 @@ -29,3 +28,12 @@ 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. |