summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-10 06:21:47 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-10 06:21:47 +0200
commit23f5bf0fc625dc018949c19b62efddb712220a45 (patch)
tree085685463b154f17402a0f322409c497fe8e74fb
parentd977e94e70bdb5145154c6cb26324c41431ae3e4 (diff)
Change version of Suggests scons to >= 2.5
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 53f3337..3843b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ scons-doc (2.5.0+repack-2) UNRELEASED; urgency=medium
* debian/control:
- Remove obsolete jade from Build-Depends-Indep (Closes: #840256).
- Bump Standards-Version to 3.9.8 (no changes required).
+ - Change version of Suggests scons to >= 2.5.
* Bump compat to 10:
- Change debian/compat to 10.
- Change debhelper version at debian/control to >= 10.
diff --git a/debian/control b/debian/control
index 4c1df04..37343f1 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git
Package: scons-doc
Architecture: all
Depends: ${misc:Depends}
-Suggests: scons (>= 2.4)
+Suggests: scons (>= 2.5)
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