Lintian Fixes - zaqar

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index cb7e4574..a4a59e91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+zaqar (16.0.0~rc1-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.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 01 Mar 2023 16:32:55 -0000
+
 zaqar (16.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index fb7b8ddd..22079860 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,
@@ -63,7 +63,7 @@ Build-Depends-Indep:
  python3-websocket,
  subunit,
  tempest,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: binary-targets
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/zaqar
 Vcs-Git: https://salsa.debian.org/openstack-team/services/zaqar.git
diff --git a/debian/rules b/debian/rules
index ef99fc9b..6d23a509 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,systemd
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_clean:
-	dh_clean -O--buildsystem=python_distutils
+	dh_clean -O--buildsystem=pybuild
 	rm -rf build \
 		debian/zaqar-common.postinst \
 		debian/zaqar-common.config \
@@ -68,7 +68,7 @@ endif
 
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 	for i in zaqar-benchmark.conf logging.conf ; do \
 		cp etc/$$i.sample $(CURDIR)/debian/zaqar-common/usr/share/zaqar-common/$$i ; \
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..9c77cf02
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/zaqar

Run locally

More details

Full run details

Historical runs