diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a29dfb0..78b0c16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ scons-doc (2.5.0+repack-1) UNRELEASED; urgency=medium * debian/control: - Bump Standards-Version to 3.9.7 (no changes required). - Use secure URIs. + - Change version of Build-Depends scons to >= 2.5. * debian/watch: - - bump version to 4 (no changes required). + - Bump version to 4 (no changes required). -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 10 Apr 2016 18:20:46 +0200 diff --git a/debian/control b/debian/control index b8b2fe0..4c2e6f2 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.4) + scons (>= 2.5) Build-Depends-Indep: openjdk-8-jre, docbook-utils, |