Revert "d/control: bump compat to 10"

The new dh_systemd_start parameter behavior is stupid.
Might be less so with compat 11 later on...

This reverts commit 4d672101f1.
This commit is contained in:
Wolfgang Bumiller 2018-11-19 12:29:35 +01:00
parent 64ca2b12bb
commit a232f194cc
3 changed files with 3 additions and 3 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
10 9

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: autotools-dev, Build-Depends: autotools-dev,
bash-completion, bash-completion,
debhelper (>= 10~), debhelper (>= 9),
dh-apparmor, dh-apparmor,
dh-autoreconf, dh-autoreconf,
dh-systemd, dh-systemd,

2
debian/rules vendored
View File

@ -8,7 +8,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk include /usr/share/dpkg/default.mk
%: %:
dh $@ --parallel --with autoreconf,autotools-dev,quilt dh $@ --parallel --with autoreconf,autotools-dev,quilt,systemd
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \