Lintian Fixes - python-restructuredtext-lint

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 8da29d2..4eb1fe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-restructuredtext-lint (1.3.2-3) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper from old 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Update standards version to 4.1.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 31 Aug 2022 22:53:04 -0000
+
 python-restructuredtext-lint (1.3.2-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 90e3d1f..eac250c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
  python3-setuptools,
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-restructuredtext-lint
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-restructuredtext-lint.git
 Homepage: https://github.com/twolfson/restructuredtext-lint
diff --git a/debian/rules b/debian/rules
index 41d6392..8779ef0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/twolfson/restructuredtext-lint
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	rm -rf build
diff --git a/debian/watch b/debian/watch
index 615789a..5b5c1e1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/twolfson/restructuredtext_lint/tags .*/(\d[\d\.]+)\.tar\.gz

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details