Lintian Fixes - python-novaclient

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index e4c58d5f..cee2c641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-novaclient (2:18.3.0-4) 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.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 21 Aug 2023 14:00:34 -0000
+
 python-novaclient (2:18.3.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1047915).
diff --git a/debian/control b/debian/control
index a5f1de8d..dd8b2979 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Corey Bryant <corey.bryant@canonical.com>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -44,7 +44,7 @@ Build-Depends-Indep:
  python3-testtools,
  python3-unittest2,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/openstack/python-novaclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-novaclient.git
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-novaclient
diff --git a/debian/rules b/debian/rules
index dce5abd0..a408a1f4 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 .stestr .testrepository subunit.log doc/source/reference/api *.egg-info
@@ -28,7 +28,7 @@ endif
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. python3 -m sphinx -b html doc/source debian/python-novaclient-doc/usr/share/doc/python-novaclient-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 00000000..edcb3003
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-novaclient

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details