Chore: Update debhelper package for newer Ubuntu 03/73503/1 master v0.16.9
authorEric Ball <eball@linuxfoundation.org>
Thu, 26 Jun 2025 17:47:02 +0000 (10:47 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 26 Jun 2025 17:47:02 +0000 (10:47 -0700)
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>
provision/install-base-pkgs-Ubuntu-18.04.yaml [moved from provision/install-base-pkgs-Ubuntu-22.04.yaml with 90% similarity]
provision/install-base-pkgs-Ubuntu.yaml

@@ -4,6 +4,7 @@
     name:
       - build-essential
       - devscripts
     name:
       - build-essential
       - devscripts
+      - dh-systemd
       - equivs
       - gdebi
     state: latest
       - equivs
       - gdebi
     state: latest
index 52587db..ad7b42e 100644 (file)
@@ -3,8 +3,8 @@
   ansible.builtin.apt:
     name:
       - build-essential
   ansible.builtin.apt:
     name:
       - build-essential
+      - debhelper
       - devscripts
       - devscripts
-      - dh-systemd
       - equivs
       - gdebi
     state: latest
       - equivs
       - gdebi
     state: latest