diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9e3f4d1..53f3337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ 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). + * Bump compat to 10: + - Change debian/compat to 10. + - Change debhelper version at debian/control to >= 10. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 10 Oct 2016 05:50:43 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index c53a052..4c1df04 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), scons (>= 2.5) Build-Depends-Indep: openjdk-8-jre, |