Lintian Fixes - python-pure-sasl

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index f0ee824..efe9d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-pure-sasl (0.5.1+dfsg1-4) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Contact,
+    Repository-Browse.
+  * Fix field name typo in debian/copyright (Comments ⇒ Comment).
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Aug 2023 09:07:40 -0000
+
 python-pure-sasl (0.5.1+dfsg1-3) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 8ee18d2..eef7986 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 (>= 98~),
  python3-all,
@@ -14,10 +14,10 @@ Build-Depends-Indep:
  python3-kerberos,
  python3-mock,
  python3-pytest,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pure-sasl
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pure-sasl.git
-Homepage: http://github.com/thobbs/pure-sasl
+Homepage: https://github.com/thobbs/pure-sasl
 
 Package: python3-pure-sasl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 22b3c74..fe12101 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files: *
 Copyright: (c) 2019, Alex Shafer <ashafer01@gmail.com>
            (c) 2012, Tyler Hobbs <tylerLhobbs@gmail.com>
 License: Expat
-Comments:
+Comment:
  Parts of some of the mechanisms were developed in Suelta
  by David Alan Cridland and Lance Stout and released under the MIT
  license: https://github.com/dwd/Suelta
diff --git a/debian/rules b/debian/rules
index e99d09c..33f7874 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := http://github.com/thobbs/pure-sasl
 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 .stestr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..34c6378
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Contact: Alex Shafer <ashafer01@gmail.com>
+Bug-Database: https://github.com/thobbs/pure-sasl/issues
+Bug-Submit: https://github.com/thobbs/pure-sasl/issues/new
+Repository-Browse: https://github.com/thobbs/pure-sasl

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Homepage: http://github.com/thobbs/pure-sasl https://github.com/thobbs/pure-sasl

Run locally

More details

Full run details