Lintian Fixes - python-wrapt

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 0cc7917..f374e76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-wrapt (1.14.1-6) 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.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 16 Aug 2023 15:38:36 -0000
+
 python-wrapt (1.14.1-5) unstable; urgency=medium
 
   * Reupload source-only.
diff --git a/debian/control b/debian/control
index 4d3ed8e..8d954dc 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,
diff --git a/debian/rules b/debian/rules
index 687983e..344c880 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf build
@@ -31,4 +31,4 @@ endif
 
 override_dh_sphinxdoc:
 	python3 -m sphinx -b html docs debian/python-wrapt-doc/usr/share/doc/python-wrapt-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..fdb11c9
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/GrahamDumpleton/wrapt/issues
+Bug-Submit: https://github.com/GrahamDumpleton/wrapt/issues/new
+Repository-Browse: https://github.com/GrahamDumpleton/wrapt

Debdiff

File lists identical (after any substitutions)

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

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

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

Run locally

More details

Full run details