Lintian Fixes - python-sushy-cli

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 535507a..d6f6d8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-sushy-cli (0.4.0-3) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 14 Oct 2022 00:02:53 -0000
+
 python-sushy-cli (0.4.0-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index e547244..0b62d3e 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 (>= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -21,7 +21,7 @@ Build-Depends-Indep:
  python3-sushy,
  python3-testtools,
  python3-urllib3,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-sushy-cli
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-sushy-cli.git
 Homepage: https://docs.openstack.org/sushy-cli/latest/
diff --git a/debian/copyright b/debian/copyright
index f2d0cfc..0d5ba5a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: sushy-cli
 Source: https://docs.openstack.org/sushy-cli/latest/
 
diff --git a/debian/rules b/debian/rules
index 64236c9..0829002 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://opendev.org/openstack/sushy-cli
 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 .stestr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..32076fe
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Repository: https://github.com/openstack-archive/sushy-cli.git
+Repository-Browse: https://github.com/openstack-archive/sushy-cli

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details