Run of lintian-fixes for python-openstacksdk

Merge these changes:

Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 47b965b0..e95edce6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 python-openstacksdk (0.101.0-3) UNRELEASED; urgency=medium
 
+  [ Thomas Goirand ]
   * Rebuilt.
 
+  [ Debian Janitor ]
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+
  -- Thomas Goirand <zigo@debian.org>  Sat, 24 Dec 2022 16:52:38 +0100
 
 python-openstacksdk (0.101.0-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7d3f8c1a..abef6185 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,
@@ -49,7 +49,7 @@ Build-Depends-Indep:
  python3-testscenarios,
  python3-testtools,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-openstacksdk
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-openstacksdk.git
 Homepage: https://opendev.org/openstack/openstacksdk
diff --git a/debian/rules b/debian/rules
index a2bfeae0..c4933d0c 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 build
@@ -23,7 +23,7 @@ override_dh_auto_test:
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html doc/source debian/python-openstacksdk-doc/usr/share/doc/python-openstacksdk-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 00000000..ca402066
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/openstacksdk

Debdiff

File lists identical (after any substitutions)

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

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

Publish History

  • 2023-02-22T13:01: ( Success ) (requested by runner)

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes python-openstacksdk-docapt install -t lintian-fixes python3-openstacksdk

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved