Lintian Fixes - python-os-faults

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 8833376..2de860a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+python-os-faults (0.2.1-4) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.2.1, no changes needed.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 18 Oct 2022 05:30:13 -0000
+
 python-os-faults (0.2.1-3) unstable; urgency=medium
 
   * Make python-os-faults reproducible (Closes: #932301).
diff --git a/debian/control b/debian/control
index 467e57f..b170844 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 (>= 99~),
  python3-all,
@@ -38,10 +38,10 @@ Build-Depends-Indep:
  python3-yaml,
  subunit,
  testrepository,
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-os-faults
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-faults.git
-Homepage: http://os-faults.readthedocs.io/
+Homepage: https://os-faults.readthedocs.io/
 
 Package: python-os-faults-doc
 Section: doc
diff --git a/debian/rules b/debian/rules
index afd4f1f..a82df74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/openstack/os-faults.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf build .eggs .stestr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..4d2eae8
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Repository: https://github.com/openstack-archive/os-faults.git
+Repository-Browse: https://github.com/openstack-archive/os-faults

Debdiff

File lists identical (after any substitutions)

Control files of package python-os-faults-doc: lines which differ (wdiff format)

  • Homepage: http://os-faults.readthedocs.io/ https://os-faults.readthedocs.io/

Control files of package python3-os-faults: lines which differ (wdiff format)

  • Homepage: http://os-faults.readthedocs.io/ https://os-faults.readthedocs.io/

Run locally

More details

Full run details