Lintian Fixes - python-pysaml2

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 3268bc20..07defb38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-pysaml2 (7.2.1-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Aug 2023 08:38:01 -0000
+
 python-pysaml2 (7.2.1-2) unstable; urgency=medium
 
   * Cleans better (Closes: #1046433).
diff --git a/debian/control b/debian/control
index 29dc9b8d..948bfb5e 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 602ffe4c..3c274502 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
 #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 src/*.egg-info .pytest_cache tests/subject.db.db tests/subject_data.db.db eptid.db
@@ -45,6 +45,3 @@ override_dh_python3:
 
 override_dh_auto_test:
 
-
-override_dh_sphinxdoc:
-	dh_sphinxdoc
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..2451149c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/IdentityPython/pysaml2/issues
+Bug-Submit: https://github.com/IdentityPython/pysaml2/issues/new
+Repository-Browse: https://github.com/IdentityPython/pysaml2

Debdiff

File lists identical (after any substitutions)

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

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

Run locally

More details

Full run details