1
0
mirror of synced 2026-04-14 07:29:14 +00:00

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).
This commit is contained in:
Axel Beckert
2019-02-03 19:25:32 +01:00
parent f1052fcdaa
commit 19e117b9f3
3 changed files with 7 additions and 2 deletions

5
debian/changelog vendored
View File

@@ -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)

2
debian/compat vendored
View File

@@ -1 +1 @@
9
10

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: xen-tools
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9~),
Build-Depends: debhelper (>= 10~),
devscripts,
git,
libdata-validate-domain-perl,