summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 07:21:45 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-16 07:21:45 +0100
commitab672b4625dff7e785baba0852408e1760e7848a (patch)
treecca66fb24b095349141f83d9a6316a3161d204f9
parent957f2c55744c1b473180f03838c26de7e68df89b (diff)
d/control: change version of scons
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e0eefcc..50599ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ scons-doc (2.4.1+repack-1) UNRELEASED; urgency=medium
* New upstream release.
* Remove upstream applied debain/patch/0100-license.patch.
+ * debian/control:
+ - Change version of scons at Build-Depends and Suggests to >=2.4.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 16 Nov 2015 06:59:20 +0100
diff --git a/debian/control b/debian/control
index 639604a..da63e19 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
debhelper (>= 9),
- scons (>= 2.3)
+ scons (>= 2.4)
Build-Depends-Indep:
docbook-utils,
docbook-xml,
@@ -21,7 +21,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/scons-doc.git
Package: scons-doc
Architecture: all
Depends: ${misc:Depends}
-Suggests: scons (>= 2.3)
+Suggests: scons (>= 2.4)
Description: Documentation for SCons, a replacement for Make
SCons is a make replacement providing a range of enhanced features such
as automated dependency generation and built in compilation cache