Lintian Fixes - watcher-tempest-plugin

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 952bd74..4a26672 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+watcher-tempest-plugin (2.5.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.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 27 Sep 2022 11:21:52 -0000
+
 watcher-tempest-plugin (2.5.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 79c40fe..ffa0df0 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,
  python3-all,
@@ -25,7 +25,7 @@ Build-Depends-Indep:
  subunit,
  tempest,
  testrepository,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/watcher-tempest-plugin
 Vcs-Git: https://salsa.debian.org/openstack-team/tempest/watcher-tempest-plugin.git
 Homepage: https://opendev.org/openstack/watcher-tempest-plugin
diff --git a/debian/rules b/debian/rules
index 294d875..bfceb3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://opendev.org/openstack/watcher-tempest-plugin
 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
@@ -27,7 +27,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 endif
 
 	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..3ad7ff0
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/watcher-tempest-plugin

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details