Lintian Fixes - cloudkitty

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index c6e81ab..c7c16af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+cloudkitty (18.0.0-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 01 May 2023 03:33:56 -0000
+
 cloudkitty (18.0.0-2) experimental; urgency=medium
 
   * Build-depends on openstack-pkg-tools (>= 123~).
diff --git a/debian/control b/debian/control
index 8082732..c35374a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 123~),
  po-debconf,
@@ -64,7 +64,7 @@ Build-Depends-Indep:
  python3-voluptuous,
  python3-wsme,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/cloudkitty
 Vcs-Git: https://salsa.debian.org/openstack-team/services/cloudkitty.git
 Homepage: https://github.com/openstack/cloudkitty
diff --git a/debian/rules b/debian/rules
index 8b18f58..d54b962 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 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:
 	find . -iname '*.pyc' -delete
@@ -88,7 +88,7 @@ endif
 
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 	# Generate all config files
 
 override_dh_sphinxdoc:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8c14371
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/cloudkitty

Run locally

More details

Full run details

Historical runs