Lintian Fixes - refstack-client

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index f356475..f41d0be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+refstack-client (0.0.0~2021.08.18.fa73ef2524-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 01 Oct 2022 21:54:54 -0000
+
 refstack-client (0.0.0~2021.08.18.fa73ef2524-2) unstable; urgency=medium
 
   * Add patches:
diff --git a/debian/control b/debian/control
index 727eef3..578bda2 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.1
 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 4891d5a..ce8ceb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT = https://opendev.org/openinfra/refstack-client
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf doc/build build .stestr

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details