From 19e117b9f305f435fb70b0f3708432f3699c89dc Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 3 Feb 2019 19:25:32 +0100 Subject: [PATCH] Bump debhelper compatibility level to 10 Update versioned debhelper build-dependency accordingly. Only using dh compat level 10 allows one to still build the package on Debian 9 Stretch without backports (debhelper 10.x), on Ubuntu 18.04 LTS (debehlper 11.x) and on Ubuntu 16.04 LTS with backports (debhelper 10.x). --- debian/changelog | 5 +++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f6cd46..7e66041 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,11 @@ xen-tools (4.8-1) UNRELEASED; urgency=medium * Recommend e2fsprogs. (Closes: #887236) * Prefer btrfs-progs over now transitional package btrfs-tools. (Closes: #878910) + * Bump debhelper compatibility level to 10. + + Update versioned debhelper build-dependency accordingly. + + Only using dh compat level 10 allows one to still build the package + on Debian 9 Stretch without backports, on Ubuntu 18.04 LTS and on + Ubuntu 16.04 LTS with backports. [ Jelmer Vernooij ] * Trim trailing whitespace from debian/changelog. (GH #54) 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 2d270e6..e87e0e2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xen-tools Section: utils Priority: optional Maintainer: Axel Beckert -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 10~), devscripts, git, libdata-validate-domain-perl,