Lintian Fixes - python-pypump

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 7db8e8d..d79c78a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pypump (0.7-5) UNRELEASED; urgency=medium
+
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 07 Jun 2023 19:24:30 -0000
+
 python-pypump (0.7-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/debian/control b/debian/control
index 7e27a4b..02b7d8e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Simon Fondrie-Teitler <simonft@riseup.net>
 Section: python
 Priority: optional
-Build-Depends: debhelper-compat (= 9),
+Build-Depends: debhelper-compat (= 13),
                python3-sphinx,
                python3-all,
                python3-setuptools,
diff --git a/debian/rules b/debian/rules
index d7297c3..8785ebc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 PYTHON3S:=$(shell py3versions -vr)
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	set -e && for pyvers in $(PYTHON3S); do \
@@ -10,7 +10,7 @@ override_dh_auto_clean:
 	done
 
 override_dh_clean:
-	dh_clean -O--buildsystem=python_distutils
+	dh_clean -O--buildsystem=pybuild
 	rm -rf build python-pypump.egg-info
 	rm -rf docs/_build/
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index e2a343f..18300c8 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
-Bug-Database: https://github.com/xray7224/PyPump/issues
-Bug-Submit: https://github.com/xray7224/PyPump/issues/new
-Repository: https://github.com/xray7224/PyPump.git
-Repository-Browse: https://github.com/xray7224/PyPump
+Bug-Database: https://github.com/tsyesika/PyPump/issues
+Bug-Submit: https://github.com/tsyesika/PyPump/issues/new
+Repository: https://github.com/tsyesika/PyPump.git
+Repository-Browse: https://github.com/tsyesika/PyPump

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

-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/index.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/client.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/collection.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/comment.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/feed.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/media.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/note.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/models/person.html
-rw-r--r--  root/root   /usr/share/doc/python-pypump-doc/html/_modules/pypump/pypump.html

No differences were encountered between the control files of package pypump-shell

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

Control files of package python3-pypump: lines which differ (wdiff format)

  • Depends: python3-dateutil, python3-dateutil (>= 2.1), python3-requests, python3-requests-oauthlib, python3-requests-oauthlib (>= 0.3.0), python3:any

Run locally

More details

Full run details