mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-16 04:32:19 +00:00
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:
parent
64ca2b12bb
commit
a232f194cc
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
10
|
9
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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 -- \
|
||||||
|
Loading…
Reference in New Issue
Block a user