From: Thomas Lamprecht Date: Wed, 22 May 2019 16:47:53 +0000 (+0200) Subject: bump debian compat level to 11 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=22ea82a2f871754536a4baf9b2d36463b3773429 bump debian compat level to 11 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 6733239..f9b5572 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: qemu-server Section: admin Priority: optional Maintainer: Proxmox Support Team -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends: debhelper (>= 10~), libio-multiplex-perl, libjson-c-dev, libpve-common-perl (>= 5.0-49), diff --git a/debian/rules b/debian/rules index 97112b4..955dd78 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with systemd + dh $@