Lintian Fixes - python-pymysql

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 3c19432..131852d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-pymysql (1.0.2-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.6.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 26 Jul 2022 13:43:32 -0000
+
 python-pymysql (1.0.2-1) experimental; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index a517b8b..9ddaaf6 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,
@@ -16,7 +16,7 @@ Build-Depends:
 Build-Depends-Indep:
  default-mysql-server,
  python3-unittest2,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pymysql
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pymysql.git
 Homepage: https://github.com/PyMySQL/PyMySQL/
diff --git a/debian/rules b/debian/rules
index db6dd98..106baef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export PYBUILD_NAME=pymysql
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	PYTHONPATH=. python3 -m sphinx -b html docs/source $(CURDIR)/debian/python-pymysql-doc/usr/share/doc/python-pymysql-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 override_dh_auto_test:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index b691d40..b6bca79 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,5 @@
 Bug-Database: https://github.com/PyMySQL/PyMySQL/issues
 Bug-Submit: https://github.com/PyMySQL/PyMySQL/issues/new
 Changelog: https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG
-Name: PyMySQL
 Repository: https://github.com/PyMySQL/PyMySQL.git
 Repository-Browse: https://github.com/PyMySQL/PyMySQL

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details