Lintian Fixes - pytools

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 799d928..4f6b405 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pytools (2023.1.1-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 28 Jan 2024 12:39:27 -0000
+
 pytools (2023.1.1-1) unstable; urgency=medium
 
   * New upstream release.
@@ -96,7 +105,7 @@ pytools (2019.1-1) unstable; urgency=medium
 
 pytools (2018.5.2-1) unstable; urgency=medium
 
-  * New upstream version. 
+  * New upstream version.
   * Run tests from d/rules during build; Build-Depends on pytest for this.
   * Add Rules-Requires-Root to d/control.
   * Update d/copyright to DEP-5 format.
diff --git a/debian/control b/debian/control
index a1146ea..87055bf 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends-Indep:
  python-pytest-doc <!nodoc>,
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
-Homepage: http://mathema.tician.de/software/pytools
+Homepage: https://mathema.tician.de/software/pytools
 Vcs-Git: https://salsa.debian.org/debian/python-pytools.git
 Vcs-Browser: https://salsa.debian.org/debian/python-pytools
 
diff --git a/debian/rules b/debian/rules
index 40121f4..8f6a06d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,4 +34,3 @@ override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test --buildsystem pybuild -- --test-pytest
 endif
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..8b4112e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/inducer/pytools/issues
+Bug-Submit: https://github.com/inducer/pytools/issues/new
+Repository: https://github.com/inducer/pytools.git
+Repository-Browse: https://github.com/inducer/pytools

Run locally

More details

Full run details

Historical runs