Lintian Fixes - python-murano-pkg-check

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index b706164..5692924 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-murano-pkg-check (0.3.0-11) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * 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>  Tue, 15 Aug 2023 09:39:36 -0000
+
 python-murano-pkg-check (0.3.0-10) unstable; urgency=medium
 
   * Cleans better (Closes: #1045251).
diff --git a/debian/control b/debian/control
index 49f372c..ad654c1 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,
  python3-all,
@@ -28,10 +28,10 @@ Build-Depends-Indep:
  python3-yaql,
  subunit,
  testrepository,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-murano-pkg-check
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-murano-pkg-check.git
-Homepage: http://docs.openstack.org/developer/murano/
+Homepage: https://docs.openstack.org/developer/murano/
 
 Package: python-murano-pkg-check-doc
 Section: doc
diff --git a/debian/rules b/debian/rules
index 3d6c900..8298567 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/openstack/murano-pkg-check.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
@@ -24,7 +24,7 @@ endif
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html doc/source debian/python-murano-pkg-check-doc/usr/share/doc/python-murano-pkg-check-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 override_dh_python3:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e3a3f46
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/murano-pkg-check

Debdiff

File lists identical (after any substitutions)

Control files of package python-murano-pkg-check-doc: lines which differ (wdiff format)

  • Homepage: http://docs.openstack.org/developer/murano/ https://docs.openstack.org/developer/murano/

Control files of package python3-murano-pkg-check: lines which differ (wdiff format)

  • Homepage: http://docs.openstack.org/developer/murano/ https://docs.openstack.org/developer/murano/

Run locally

More details

Full run details