Lintian Fixes - rally

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index affd4d293..f0951d58f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+rally (3.3.0-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 15 Jun 2023 01:57:40 -0000
+
 rally (3.3.0-2) unstable; urgency=medium
 
   * Add install-missing-files.patch.
diff --git a/debian/control b/debian/control
index 7cbdc4363..fdc9ca391 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 80~),
  po-debconf,
diff --git a/debian/rules b/debian/rules
index f68cdf60f..140e8eb12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export TOX_ENV_NAME=debianpackage
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_clean:
 	dh_clean
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index ef5a60d27..11866a334 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 Bug-Database: https://bugs.launchpad.net/rally
 Bug-Submit: https://bugs.launchpad.net/rally/+filebug
-Name: Rally
 Repository: https://github.com/openstack/rally.git
 Repository-Browse: https://github.com/openstack/rally

Run locally

More details

Full run details

Historical runs