Skip to content

Commit 14d7ee0

Browse files
committed
Chore: Update debhelper package for newer Ubuntu
dh-systemd is an outdated package, and has been replaced by debhelper. debhelper is available on all newer distros, so it is safe to switch to having that package as the default, and only install dh-systemd on the oldest support Ubuntu version. Change-Id: Ib9f9a22a7b0ed8080ca22a90041e16227140c23b Signed-off-by: Eric Ball <eball@linuxfoundation.org>
1 parent dc3072c commit 14d7ee0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

provision/install-base-pkgs-Ubuntu-22.04.yaml renamed to provision/install-base-pkgs-Ubuntu-18.04.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name:
55
- build-essential
66
- devscripts
7+
- dh-systemd
78
- equivs
89
- gdebi
910
state: latest

provision/install-base-pkgs-Ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
ansible.builtin.apt:
44
name:
55
- build-essential
6+
- debhelper
67
- devscripts
7-
- dh-systemd
88
- equivs
99
- gdebi
1010
state: latest

0 commit comments

Comments
 (0)