Lintian Fixes - tempest-horizon

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index fdec7c3..2528c3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tempest-horizon (1.1.0-5) 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.1.5, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 17 Aug 2023 23:12:33 -0000
+
 tempest-horizon (1.1.0-4) unstable; urgency=medium
 
   * Cleans better (Closes: #1046402).
diff --git a/debian/control b/debian/control
index 68c12b0..b75f3bc 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 (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 109~),
  python3-all,
@@ -20,7 +20,7 @@ Build-Depends-Indep:
  python3-tempest,
  subunit,
  tempest,
-Standards-Version: 4.1.4
+Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/tempest-horizon
 Vcs-Git: https://salsa.debian.org/openstack-team/tempest/tempest-horizon.git
 Homepage: https://github.com/openstack/tempest-horizon
diff --git a/debian/rules b/debian/rules
index b0540d0..43fe60e 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
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	python3 setup.py clean
@@ -23,7 +23,7 @@ override_dh_auto_build:
 override_dh_install:
 	pkgos-dh_auto_install --no-py2 --in-tmp
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6724b5b
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack-archive/tempest-horizon

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details