Lintian Fixes - python-linecache2

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9a09b0f..e55592d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-linecache2 (1.0.0-5) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 12 Jan 2023 06:35:49 -0000
+
 python-linecache2 (1.0.0-4) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 74f08ae..0af9b49 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -14,7 +14,7 @@ Build-Depends:
 Build-Depends-Indep:
  python3-fixtures,
  python3-unittest2,
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-linecache2
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-linecache2.git
 Homepage: https://github.com/testing-cabal/linecache2
diff --git a/debian/rules b/debian/rules
index e282330..78ee48f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export http_proxy=http://127.0.0.1:9
 export https_proxy=http://127.0.0.1:9
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_build:
 	echo "Do nothing here..."
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c146cc9
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/testing-cabal/linecache2/issues
+Bug-Submit: https://github.com/testing-cabal/linecache2/issues/new
+Repository: https://github.com/testing-cabal/linecache2.git
+Repository-Browse: https://github.com/testing-cabal/linecache2

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details