Lintian Fixes - python-glareclient

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a3d45b1..4cdb80f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-glareclient (0.5.3-7) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
+      does this.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 10 Nov 2022 00:24:24 -0000
+
 python-glareclient (0.5.3-6) unstable; urgency=medium
 
   * d/copyright: Add me
diff --git a/debian/control b/debian/control
index b359cc1..9905748 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 (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -35,7 +35,7 @@ Build-Depends-Indep:
  subunit,
  tempest,
  testrepository,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/openstack/python-glareclient
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-glareclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-glareclient.git
diff --git a/debian/rules b/debian/rules
index 7f7e07a..eee4c87 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,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	dh_clean
@@ -16,14 +16,12 @@ override_dh_auto_install:
 	pkgos-dh_auto_install --no-py2
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	pkgos-dh_auto_test --no-py2 'glareclient\.tests\.unit(?!(.*v1\.test_artifacts\.TestController\.test_update.*|.*v1\.test_artifacts\.TestController\.test_get_type_list.*))'
-endif
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. python3 -m sphinx -b html doc/source $(CURDIR)/debian/python-glareclient-doc/usr/share/doc/python-glareclient-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..ba4b6f9
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack-archive/python-glareclient

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details