Lintian Fixes - python-blazarclient

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 12cce8b..b9dacd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-blazarclient (3.6.0-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.2.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 22 Aug 2023 11:37:36 -0000
+
 python-blazarclient (3.6.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1048957).
diff --git a/debian/control b/debian/control
index c69525a..e4b20f7 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,
@@ -30,7 +30,7 @@ Build-Depends-Indep:
  python3-testtools <!nocheck>,
  python3-stestr <!nocheck>,
  subunit <!nocheck>,
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-blazarclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-blazarclient.git
 Homepage: https://github.com/openstack/python-blazarclient
diff --git a/debian/rules b/debian/rules
index 7fa55d5..2becdf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/openstack/python-blazarclient.git
 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 .stestr *.egg-info
@@ -23,7 +23,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_clean:
-	dh_clean -O--buildsystem=python_distutils
+	dh_clean -O--buildsystem=pybuild
 	rm -rf build
 
 override_dh_python3:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..57941fb
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-blazarclient

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details