Lintian Fixes - mistral

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 6e8ab7d1..dbdb9a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+mistral (15.0.0-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 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>  Wed, 05 Oct 2022 22:08:44 -0000
+
 mistral (15.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 5208109a..64aebfcb 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 (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  po-debconf,
@@ -70,7 +70,7 @@ Build-Depends-Indep:
  python3-yaql,
  python3-zake,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/mistral
 Vcs-Git: https://salsa.debian.org/openstack-team/services/mistral.git
 Homepage: https://github.com/openstack/mistral
diff --git a/debian/rules b/debian/rules
index 970e0b98..6a7a2a79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@  --with python3
+	dh $@  --with python3 --buildsystem=pybuild
 
 override_dh_clean:
 	dh_clean
@@ -64,7 +64,7 @@ endif
 	pkgos-fix-config-default $(CURDIR)/debian/mistral-common/usr/share/mistral-common/mistral.conf keystone_authtoken auth_protocol http
 
 	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 00000000..dbbe3ef1
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/mistral

Debdiff

File lists identical (after any substitutions)

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

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

No differences were encountered between the control files of package mistral-engine

No differences were encountered between the control files of package mistral-event-engine

No differences were encountered between the control files of package mistral-executor

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

Run locally

More details

Full run details