Lintian Fixes - ironic-ui

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 68f83b9..973ee83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+ironic-ui (6.1.0-4) UNRELEASED; urgency=medium
+
+  * Move source package lintian overrides to debian/source.
+  * Bump debhelper from old 11 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+    + Replace python_distutils buildsystem with pybuild.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Update renamed lintian tag names in lintian overrides.
+  * Set upstream metadata fields: Repository.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 17 Aug 2023 10:50:15 -0000
+
 ironic-ui (6.1.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1046169).
diff --git a/debian/control b/debian/control
index adcefd6..09193eb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -27,7 +27,7 @@ Build-Depends-Indep:
  python3-testscenarios,
  python3-testtools,
  subunit,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/ironic-ui
 Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/ironic-ui.git
 Homepage: https://github.com/openstack/ironic-ui
diff --git a/debian/rules b/debian/rules
index bed835c..55cd6ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_clean:
 	dh_clean
@@ -29,10 +29,9 @@ override_dh_install:
 	cp $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/ironic_ui/enabled/_[0-9]*.py $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/openstack_dashboard/local/enabled
 
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	for i in $(PYTHON3S) ; do \
 		PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages \
 			NOSE_WITH_OPENSTACK=1 \
@@ -44,4 +43,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	done
 	## Delete __pycache__
 	find . -name __pycache__ -prune -exec rm -rf {} +;
-endif
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 83%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides
index aedf8ac..92464a0 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -3,4 +3,4 @@
 ironic-ui source: source-is-missing
 ironic-ui source: source-contains-prebuilt-javascript-object
 ironic-ui source: source-is-missing
-ironic-ui source: insane-line-length-in-source-file
+ironic-ui source: very-long-line-length-in-source-file
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f6f9fda
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository: https://opendev.org/openstack/ironic-ui

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details