Lintian Fixes - refstack-client

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 0895e6a..61aac0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+refstack-client (0.0.0~2021.08.18.fa73ef2524-5) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 25 Mar 2023 13:40:33 -0000
+
 refstack-client (0.0.0~2021.08.18.fa73ef2524-4) unstable; urgency=medium
 
   * Fix egg-info version when building (Closes: #1030437).
diff --git a/debian/control b/debian/control
index 727eef3..4fbc89a 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 (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -29,7 +29,7 @@ Build-Depends-Indep:
  python3-yaml,
  subunit,
  tempest,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/refstack-client
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/refstack-client.git
 Homepage: https://opendev.org/openinfra/refstack-client
diff --git a/debian/rules b/debian/rules
index 616ffc1..012236d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export OSLO_PACKAGE_VERSION=0.0.0
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf doc/build build .stestr

Run locally

More details

Full run details

Historical runs