Lintian Fixes - watcher

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 39a6ca8b..9d6d6e85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+watcher (9.0.0~rc1-4) 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:26:36 -0000
+
 watcher (9.0.0~rc1-3) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 389dd2d4..ca9634d3 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,
@@ -70,7 +70,7 @@ Build-Depends-Indep:
  python3-webob,
  python3-webtest,
  python3-wsme,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/watcher
 Vcs-Git: https://salsa.debian.org/openstack-team/services/watcher.git
 Homepage: https://github.com/openstack/watcher
diff --git a/debian/rules b/debian/rules
index 67ddcdd6..88a70341 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export TZ=UTC
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_clean:
 	dh_clean
@@ -70,7 +70,7 @@ endif
 	pkgos-fix-config-default $(CURDIR)/debian/watcher-common/usr/share/watcher-common/watcher.conf oslo_concurrency lock_path /var/lock/watcher
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 	rm -rf debian/python3-watcher/usr/etc
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..632a4d4a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/watcher

Run locally

More details

Full run details