diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
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 |