Lintian Fixes - zvmcloudconnector

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 8e9bc44..8d511d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+zvmcloudconnector (1.4.1-5) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Update standards version to 4.1.5, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 17 May 2023 12:17:36 -0000
+
 zvmcloudconnector (1.4.1-4) unstable; urgency=medium
 
   * Use override_dh_installsystemd and not override_dh_systemd_enable, fixing
diff --git a/debian/control b/debian/control
index fc1f4ee..3abe84d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -22,7 +22,7 @@ Build-Depends-Indep:
  python3-webob,
  subunit,
  testrepository,
-Standards-Version: 4.1.4
+Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/zvmcloudconnector
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/zvmcloudconnector.git
 Homepage: https://github.com/mfcloud/python-zvm-sdk
diff --git a/debian/rules b/debian/rules
index 0b52709..57fce93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/mfcloud/python-zvm-sdk/
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	rm -rf build
@@ -20,7 +20,7 @@ override_dh_auto_install:
 	rm -rf $(CURDIR)/debian/python3-zvmcloudconnector/var
 	cp $(CURDIR)/doc/source/zvmsdk.conf.sample $(CURDIR)/debian/zvmcloudconnector-common/etc/zvmsdk/zvmsdk.conf
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package python3-zvmcloudconnector

No differences were encountered between the control files of package zvmcloudconnector-api

No differences were encountered between the control files of package zvmcloudconnector-common

Run locally

More details

Full run details