Lintian Fixes - vitrage

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 21f5d8d3..09b4efcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+vitrage (10.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, 19 Jun 2023 13:44:51 -0000
+
 vitrage (10.0.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 951c47ce..4df4ddad 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,
  po-debconf,
@@ -68,7 +68,7 @@ Build-Depends-Indep:
  python3-werkzeug,
  python3-yaml,
  python3-zake,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/vitrage
 Vcs-Git: https://salsa.debian.org/openstack-team/services/vitrage.git
 Homepage: https://github.com/openstack/vitrage.git
diff --git a/debian/rules b/debian/rules
index 2f461495..7c071077 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:
 	python3 setup.py clean
@@ -74,12 +74,12 @@ endif
 
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	PYTHON=python3 python3 -m sphinx $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/vitrage-doc/usr/share/doc/vitrage-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..536d7b61
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/vitrage

Debdiff

File lists identical (after any substitutions)

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

No differences were encountered between the control files of package vitrage-api

No differences were encountered between the control files of package vitrage-collector

No differences were encountered between the control files of package vitrage-common

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

No differences were encountered between the control files of package vitrage-graph

No differences were encountered between the control files of package vitrage-ml

No differences were encountered between the control files of package vitrage-notifier

No differences were encountered between the control files of package vitrage-persistor

No differences were encountered between the control files of package vitrage-snmp-parsing

Run locally

More details

Full run details