Lintian Fixes - python-openstackclient

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 1f19c5be..8da74235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-openstackclient (6.1.0-2) 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>  Sun, 26 Feb 2023 23:32:36 -0000
+
 python-openstackclient (6.1.0-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b1951c76..54e87c70 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Sakirnth Nagarasa <sakirnth@gmail.com>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -68,7 +68,7 @@ Build-Depends-Indep:
  python3-zunclient <!nocheck>,
  python3-zunclient <!nodoc>,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-openstackclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-openstackclient.git
 Homepage: http://wiki.openstack.org/OpenStackClient
diff --git a/debian/rules b/debian/rules
index 98193bc2..6b36a615 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 doc/build build .testrepository doc/source/api
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..2e99c66a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-openstackclient

Run locally

More details

Full run details

Historical runs