Lintian Fixes - python-gnocchiclient

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 562ac63..46208f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-gnocchiclient (7.0.7-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 May 2023 01:42:51 -0000
+
 python-gnocchiclient (7.0.7-3) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index c80f5f7..ca69dc2 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,
diff --git a/debian/rules b/debian/rules
index df1b32a..e5bd10f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT=https://github.com/gnocchixyz/python-gnocchiclient.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf build
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8adaac4
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/gnocchixyz/python-gnocchiclient/issues
+Bug-Submit: https://github.com/gnocchixyz/python-gnocchiclient/issues/new
+Repository-Browse: https://github.com/gnocchixyz/python-gnocchiclient

Run locally

More details

Full run details

Historical runs