Lintian Fixes - python-etcd3gw

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index d80fa60..990ab77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-etcd3gw (2.0.0-4) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 23 Aug 2023 15:37:45 -0000
+
 python-etcd3gw (2.0.0-3) unstable; urgency=medium
 
   * Removed nose from build-depends (Closes: #1018487).
diff --git a/debian/control b/debian/control
index fcaeead..53e80d4 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 (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
diff --git a/debian/rules b/debian/rules
index c668d36..dcd607a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://opendev.org/openstack/etcd3gw
 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 .stestr *.egg-info
@@ -29,4 +29,3 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html doc/source debian/python-etcd3gw-doc/usr/share/doc/python-etcd3gw-doc/html
 	dh_sphinxdoc
 endif
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a5834c7
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/dims/etcd3-gateway

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details