Lintian Fixes - python-pbr

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 3ff81c0..6d1586d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-pbr (5.10.0-3) UNRELEASED; urgency=medium
+
+  * Move source package lintian overrides to debian/source.
+  * 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.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Sep 2022 11:47:40 -0000
+
 python-pbr (5.10.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 0084e4d..5129afc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Prach Pongpanich <prachpub@gmail.com>,
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  dh-python,
  git,
  gnupg,
@@ -31,7 +31,7 @@ Build-Depends-Indep:
  python3-virtualenv (>= 20.0) <!nocheck>,
  python3-wheel <!nocheck>,
  subunit <!nocheck>,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.1
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-pbr
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-pbr.git
diff --git a/debian/rules b/debian/rules
index 236b298..62dc787 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export http_proxy=127.0.0.1:9
 export https_proxy=127.0.0.1:9
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf .stestr build __pycache__
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 100%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9081d45
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/openstack/pbr

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details