Lintian Fixes - stevedore

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index e80002d..86e0efb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+stevedore (5.0.0-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 21 Aug 2023 10:36:37 -0000
+
 stevedore (5.0.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1047260).
diff --git a/debian/control b/debian/control
index f93c961..dba434b 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 (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -17,7 +17,7 @@ Build-Depends-Indep:
  python3-coverage,
  python3-stestr <!nocheck>,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/stevedore.git
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/stevedore
 Homepage: https://github.com/openstack/stevedore
diff --git a/debian/rules b/debian/rules
index 3d82592..4434d8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --with python3,sphinxdoc
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_clean:
 	rm -rf build .stestr *.egg-info
@@ -24,5 +24,5 @@ endif
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=$(CURDIR) python3 -m sphinx -b html doc/source $(CURDIR)/debian/python-stevedore-doc/usr/share/doc/python-stevedore-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9871d0e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/stevedore

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details