Lintian Fixes - senlin

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 59cb35df..89772777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+senlin (15.0.0-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.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 22 Aug 2023 11:38:55 -0000
+
 senlin (15.0.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1048946).
diff --git a/debian/control b/debian/control
index 0f9321fe..f5ab5569 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,
@@ -63,7 +63,7 @@ Build-Depends-Indep:
  subunit,
  tempest,
  testrepository,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/senlin
 Vcs-Git: https://salsa.debian.org/openstack-team/services/senlin.git
 Homepage: https://github.com/openstack/senlin
diff --git a/debian/rules b/debian/rules
index 456d14d1..8855552b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
 SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)"
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	python3 setup.py clean
@@ -81,7 +81,7 @@ endif
 
 	dh_install
 	rm -rf $(CURDIR)/debian/tmp/usr/etc
-	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..362ff67e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/senlin

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/base.py
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/master.py
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/worker.py
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/vdu/vdu/server.py

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/base.py.gz
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/master.py.gz
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/kubernetes/kube/worker.py.gz
-rw-r--r--  root/root   /usr/share/doc/senlin-doc/examples/contrib/vdu/vdu/server.py.gz

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

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

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

No differences were encountered between the control files of package senlin-conductor

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

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

No differences were encountered between the control files of package senlin-health-manager

Run locally

More details

Full run details