diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-30 10:39:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-03-30 10:39:59 +0200 |
commit | 4fb863a029568bdddf307bbcb130ee5263fbff36 (patch) | |
tree | 22c65bd64b50a404e53ab41bf29eb79531c2fdfd | |
parent | 36287ef1d6a6b93fcdda3e7ca5980c19d2856e81 (diff) |
Migrate to debhelper 11
-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 7a9ee91..31fd947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ scons-doc (3.0.0+repack-2) UNRELEASED; urgency=medium * Switch from openjdk-8-jre to default-jre (Closes: #894355). + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst <debian@jff.email> Fri, 30 Mar 2018 10:17:32 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index ea77c77..1298bfc 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 (>= 10), + debhelper (>= 11), scons (>= 3.0) Build-Depends-Indep: default-jre, |