summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d57483b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: scons
+Section: devel
+Priority: optional
+Maintainer: Jörg Frings-Fürst <debian@jff.email>
+Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Build-Depends:
+ debhelper (>= 12),
+ dh-python,
+ python3-all (>= 3.5)
+Standards-Version: 4.4.1
+Rules-Requires-Root: binary-targets
+Homepage: https://www.scons.org/
+Vcs-Git: https://salsa.debian.org/debian/scons.git
+Vcs-Browser: https://salsa.debian.org/debian/scons
+
+Package: scons
+Architecture: all
+Depends:
+ ${python3:Depends},
+ ${misc:Depends}
+Description: replacement for make
+ SCons is a make replacement providing a range of enhanced features such
+ as automated dependency generation and built in compilation cache
+ support. SCons rule sets are Python scripts so as well as the features
+ it provides itself SCons allows you to use the full power of Python
+ to control compilation.