Lintian Fixes - mrrescue

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index bcc27a7..ff580e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ mrrescue (1.02e-3) UNRELEASED; urgency=medium
 
   * Remove constraints unnecessary since buster (oldstable):
     + mrrescue: Drop versioned constraint on love in Depends.
+  * Use secure URI in Homepage field.
+  * Set upstream metadata fields: Bug-Submit.
+  * debian/watch: Use GitHub /tags rather than /releases page.
 
  -- Debian Janitor <janitor@jelmer.uk>  Fri, 09 Sep 2022 13:52:42 -0000
 
diff --git a/debian/control b/debian/control
index 2896433..b9e1298 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  debhelper-compat (= 13),
  zip,
 Standards-Version: 4.6.1
-Homepage: http://tangramgames.dk/games/mrrescue
+Homepage: https://tangramgames.dk/games/mrrescue
 Vcs-Git: https://salsa.debian.org/games-team/mrrescue.git
 Vcs-Browser: https://salsa.debian.org/games-team/mrrescue
 Rules-Requires-Root: no
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 66e3b6d..052fe1e 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,5 @@
 Name: Mr. Rescue
+Bug-Submit: https://github.com/SimonLarsen/mrrescue/issues/new
 Repository: https://github.com/SimonLarsen/mrrescue.git
 Repository-Browse: https://github.com/SimonLarsen/mrrescue
 Bug-Database: https://github.com/SimonLarsen/mrrescue/issues
diff --git a/debian/watch b/debian/watch
index 8b4aa86..48fffea 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-https://github.com/SimonLarsen/mrrescue/releases/ .*/v?(\d\S*)\.tar\.gz
+https://github.com/SimonLarsen/mrrescue/tags .*/v?(\d\S*)\.tar\.gz

Run locally

More details

Full run details