Lintian Fixes - openstack-cluster-installer

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 1b14c6a2..44caa22c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openstack-cluster-installer (42.2.2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Use dh_installsystemd rather than deprecated dh_systemd_enable.
+  * Update standards version to 4.1.5, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 04 Oct 2022 09:32:18 -0000
+
 openstack-cluster-installer (42.2.1) unstable; urgency=medium
 
   * Fix filter:tempurl/prefix_path -> filter:tempurl/path_prefix in
diff --git a/debian/control b/debian/control
index 30879000..f3f01490 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  openstack-pkg-tools,
-Standards-Version: 4.1.4
+Standards-Version: 4.1.5
 Homepage: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Vcs-Browser: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer
 Vcs-Git: https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer.git
diff --git a/debian/rules b/debian/rules
index 969c1e7b..ed8edbd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,10 @@ override_dh_installinit:
 	dh_installinit -p openstack-cluster-installer-poc --name=oci-poc-virtual-network --no-restart-after-upgrade
 	dh_installinit -p openstack-cluster-installer-poc --name=oci-poc-vms --no-restart-after-upgrade --no-start
 
-override_dh_systemd_enable:
-	dh_systemd_enable
-	dh_systemd_enable -p openstack-cluster-installer-agent --name=oci-live-report-status
-	dh_systemd_enable -p openstack-cluster-installer-agent --name=openstack-cluster-installer-agent
-	dh_systemd_enable -p openstack-cluster-installer-agent --name=oci-live-host-keys
-	dh_systemd_enable -p openstack-cluster-installer-utils --name=oci-first-boot
-	dh_systemd_enable -p openstack-cluster-installer-utils --name=oci-report-status
+override_dh_installsystemd:
+	dh_installsystemd
+	dh_installsystemd -p openstack-cluster-installer-agent --name=oci-live-report-status
+	dh_installsystemd -p openstack-cluster-installer-agent --name=openstack-cluster-installer-agent
+	dh_installsystemd -p openstack-cluster-installer-agent --name=oci-live-host-keys
+	dh_installsystemd -p openstack-cluster-installer-utils --name=oci-first-boot
+	dh_installsystemd -p openstack-cluster-installer-utils --name=oci-report-status

Run locally

More details

Full run details