summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-06 17:14:17 +0000
committerSteven Knight <knight@baldmt.com>2001-10-06 17:14:17 +0000
commit835c20588c4085e7bf963a1bf3fd2198194c8f50 (patch)
treeeec154cd7ce881966f16d6f86c7a330aa3fd2dcb /debian/control
parenta86827b3933c2861d2e5b9df319630ce04559fe0 (diff)
downloadscons-835c20588c4085e7bf963a1bf3fd2198194c8f50.tar.gz
Create Debian package installation
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..5a5ae24b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+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-scons|python2-scons,python-base(>=1.5.2)|python2-base
+Suggests: python-scons, python2-scons
+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.