Lintian Fixes - heat-cfntools

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2e14500..49f4f0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+heat-cfntools (1.4.2-5) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper from old 11 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, 14 Aug 2023 16:37:39 -0000
+
 heat-cfntools (1.4.2-4) unstable; urgency=medium
 
   * Cleans properly (Closes: #1044898).
diff --git a/debian/control b/debian/control
index 4fd4b70..216367a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders:
 Section: python
 Priority: optional
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -22,7 +22,7 @@ Build-Depends-Indep:
  python3-testtools,
  subunit,
  testrepository,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/heat-cfntools
 Vcs-Git: https://salsa.debian.org/openstack-team/services/heat-cfntools.git
 Homepage: https://wiki.openstack.org/Heat
diff --git a/debian/rules b/debian/rules
index 402f19e..91d04cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	pkgos-dh_auto_install --no-py2 --in-tmp
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..28b7566
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/heat-cfntools
diff --git a/debian/watch b/debian/watch
index 023121e..f053cf5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/openstack/heat-cfntools/tags .*/(\d[\d\.]+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details