diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 19:46:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-04-10 19:46:34 +0200 |
commit | c7496fba056eb3a5a06aa4d929c3a344c1704c59 (patch) | |
tree | 1528a67bd703d028d373295a8c39af833e9871fe | |
parent | e0d8f40d017aada88b5c6fce463a838e5efadad3 (diff) |
d/control: Change version of Build-Depends scons to >= 2.5
-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, |