Lintian Fixes - python-logutils

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 1fd3d21..2526044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-logutils (0.3.5-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Jun 2023 17:11:31 -0000
+
 python-logutils (0.3.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index d361a94..759eefb 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ 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 (>= 99~),
  python3-all,
  python3-setuptools,
  python3-sphinx,
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-logutils
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-logutils.git
 Homepage: https://bitbucket.org/vinay.sajip/logutils/
diff --git a/debian/rules b/debian/rules
index d27da28..1b24566 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://bitbucket.org/vinay.sajip/logutils.git
 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
@@ -26,4 +26,4 @@ endif
 
 override_dh_sphinxdoc:
 	python3 -m sphinx -b html doc debian/python-logutils-doc/usr/share/doc/python-logutils-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details