Lintian Fixes - pplpy

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 38ee225..67ce456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pplpy (0.8.7-2) UNRELEASED; urgency=medium
+
+  * Use correct machine-readable copyright file URI.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Sep 2022 09:19:01 -0000
+
 pplpy (0.8.7-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index f300788..09d1458 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  python3-gmpy2,
  python3-setuptools,
  python3-sphinx,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Homepage: https://gitlab.com/videlec/pplpy
 Vcs-Git: https://salsa.debian.org/science-team/pplpy.git
 Vcs-Browser: https://salsa.debian.org/science-team/pplpy
diff --git a/debian/copyright b/debian/copyright
index a00d573..22f0862 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: pplpy
 Upstream-Contact: Vincent Delecroix <vincent.delecroix@labri.fr>
 Source: https://gitlab.com/videlec/pplpy
diff --git a/debian/rules b/debian/rules
index 9e73f00..e7a175a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 export PYBUILD_NAME = ppl
 
 %:
-	dh $@ --with autoreconf --with python3,sphinxdoc  --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc  --buildsystem=pybuild
 
 override_dh_auto_build: export http_proxy=127.0.0.1:9
 override_dh_auto_build: export https_proxy=127.0.0.1:9
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index fa75673..3a21cd9 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
-Bug-Database: https://gitlab.com/videlec/pplpy/issues
-Bug-Submit: https://gitlab.com/videlec/pplpy/issues/new
+Bug-Database: https://gitlab.com/videlec/pplpy/-/issues
+Bug-Submit: https://gitlab.com/videlec/pplpy/-/issues/new
 Repository: https://gitlab.com/videlec/pplpy.git
 Repository-Browse: https://gitlab.com/videlec/pplpy

Run locally

More details

Full run details