summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-11-16 22:06:52 +0000
committerSteven Knight <knight@baldmt.com>2001-11-16 22:06:52 +0000
commit76166c77f852377b6139a9414cc355fe2661a0e7 (patch)
treefe77db2a491d0f8f0aa6c743c1e1f5b21a1914ed /debian/control
parent9508d219188fcd2ad8eb2d24606d1b9c611e9ed2 (diff)
downloadscons-76166c77f852377b6139a9414cc355fe2661a0e7.tar.gz
Add the scons package.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 10 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5a5ae24b..e6286888 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.