Lintian Fixes - python-ironicclient

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 6b4cf97..9b839b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-ironicclient (5.0.1-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Sep 2022 13:21:05 -0000
+
 python-ironicclient (5.0.1-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index f837496..b35c525 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Corey Bryant <corey.bryant@canonical.com>,
  David Della Vecchia <ddv@canonical.com>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -38,7 +38,7 @@ Build-Depends-Indep:
  python3-testtools,
  python3-yaml,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-ironicclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-ironicclient.git
 Homepage: http://www.openstack.org
diff --git a/debian/rules b/debian/rules
index e69b6fe..11a89fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@  --with python3,sphinxdoc
+	dh $@  --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf build
@@ -22,7 +22,7 @@ endif
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-ironicclient-doc/usr/share/doc/python-ironicclient-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 override_dh_python3:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..51d94a1
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-ironicclient

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package python-ironicclient-doc

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

Run locally

More details

Full run details