mirror of
https://git.proxmox.com/git/ifupdown2
synced 2025-04-28 12:58:21 +00:00
d/control: define compat level via build-depends and raise to 13
drop outdated systemd override fallback Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c4159c1c07
commit
c4132b1ce4
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
9
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: ifupdown2
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Julien Fortin <jfortin@nvidia.com>
|
||||
Build-Depends: debhelper (>= 9.20160709),
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-python,
|
||||
python3,
|
||||
python3-all,
|
||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -18,15 +18,8 @@ override_dh_install:
|
||||
install --mode=644 debian/ifupdown2-pre.service debian/ifupdown2/lib/systemd/system/
|
||||
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --name=networking --no-start
|
||||
|
||||
override_dh_systemd_enable:
|
||||
dh_systemd_enable --name=networking
|
||||
|
||||
# above are depreacated and won't be used in DH compat level >= 12
|
||||
override_dh_installsystemd:
|
||||
dh_installsystemd --name=networking --no-start
|
||||
dh_installsystemd --name=networking --no-start --no-stop-on-upgrade
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -X.py
|
||||
|
Loading…
Reference in New Issue
Block a user