Lintian Fixes - aodh

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index a758ac70..e74ec1e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+aodh (16.0.0-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * 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.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 19 Jun 2023 12:41:59 -0000
+
 aodh (16.0.0-3) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index aa91c668..f0b34dcd 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 (>= 123~),
  po-debconf,
@@ -71,7 +71,7 @@ Build-Depends-Indep:
  python3-wsme,
  python3-zaqarclient,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/aodh
 Vcs-Git: https://salsa.debian.org/openstack-team/services/aodh.git
 Homepage: https://github.com/openstack/aodh
diff --git a/debian/rules b/debian/rules
index b6f07e32..b43b1484 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export HOME="$(CURDIR)/debian/test"
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@  --with python3,sphinxdoc
+	dh $@  --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_clean:
 	dh_clean
@@ -47,7 +47,7 @@ endif
 	done
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 	# Manage policy.yaml
 	mkdir -p $(CURDIR)/debian/aodh-common/etc/aodh/policy.d
@@ -90,9 +90,8 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. PYTHON=python3 python3 -m sphinx -b html doc/source $(CURDIR)/debian/aodh-doc/usr/share/doc/aodh-doc/html
 	mkdir -p $(CURDIR)/debian/aodh-doc/usr/share/doc/aodh-doc/html/_static
 	touch $(CURDIR)/debian/aodh-doc/usr/share/doc/aodh-doc/html/_static/toggle.js
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 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..48f076e7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/aodh

Run locally

More details

Full run details