Lintian Fixes - python-glanceclient

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 8b00783..4244cb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-glanceclient (1:4.3.0-4) 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:37:26 -0000
+
 python-glanceclient (1:4.3.0-3) unstable; urgency=medium
 
   * Cleans better (Closes: #1045198).
diff --git a/debian/control b/debian/control
index d9921cf..cd2c52a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Corey Bryant <corey.bryant@canonical.com>,
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -36,10 +36,10 @@ Build-Depends-Indep:
  python3-warlock,
  python3-wrapt,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/clients/python-glanceclient
 Vcs-Git: https://salsa.debian.org/openstack-team/clients/python-glanceclient.git
-Homepage: http://glance.openstack.org
+Homepage: https://glance.openstack.org
 
 Package: python-glanceclient-doc
 Section: doc
diff --git a/debian/rules b/debian/rules
index 3ee4aab..cfe062d 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:
 	rm -rf .stestr build doc/man
@@ -20,7 +20,7 @@ override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
 
 override_dh_install:
-	dh_install -O--buildsystem=python_distutils
+	dh_install -O--buildsystem=pybuild
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..4ffe8ce
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/python-glanceclient

Debdiff

File lists identical (after any substitutions)

Control files of package python-glanceclient-doc: lines which differ (wdiff format)

  • Homepage: http://glance.openstack.org https://glance.openstack.org

Control files of package python3-glanceclient: lines which differ (wdiff format)

  • Homepage: http://glance.openstack.org https://glance.openstack.org

Run locally

More details

Full run details