Lintian Fixes - python-gabbi

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 70470e4..f0206e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-gabbi (2.4.0-3) UNRELEASED; urgency=medium
+
+  * Update watch file format version to 4.
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 14 Oct 2022 14:55:56 -0000
+
 python-gabbi (2.4.0-2) unstable; urgency=medium
 
   * Uploading to unstable.
diff --git a/debian/control b/debian/control
index 018cef5..4b09f83 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 (= 9),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
diff --git a/debian/rules b/debian/rules
index c1c27ed..29fc566 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export http_proxy=127.0.0.1:9
 export https_proxy=127.0.0.1:9
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	rm -rf build .stestr
@@ -45,7 +45,7 @@ override_dh_auto_install:
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html docs/source debian/python-gabbi-doc/usr/share/doc/python-gabbi-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
 
 override_dh_python3:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..951c71d
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/cdent/gabbi/issues
+Bug-Submit: https://github.com/cdent/gabbi/issues/new
+Repository: https://github.com/cdent/gabbi.git
+Repository-Browse: https://github.com/cdent/gabbi
diff --git a/debian/watch b/debian/watch
index 85a376e..5d826ab 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/cdent/gabbi/tags .*/(\d[\d\.]+)\.tar\.gz

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

lrwxrwxrwx  root/root   /usr/share/doc/python-gabbi-doc/html/_static/sphinx_highlight.js -> ../../../../javascript/sphinxdoc/1.0/sphinx_highlight.js

Control files of package python-gabbi-doc: lines which differ (wdiff format)

  • Depends: libjs-sphinxdoc (>= 5.0) 5.2)

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

Run locally

More details

Full run details