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:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -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
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user