Lintian Fixes - ssh-import-id

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2f0e8d2..d82e1b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ssh-import-id (5.10-2) UNRELEASED; urgency=medium
+
+  * Use secure copyright file specification URI.
+  * Update watch file format version to 4.
+  * Use secure URI in debian/watch.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 07 Sep 2022 01:40:25 -0000
+
 ssh-import-id (5.10-1) unstable; urgency=medium
 
   * New upstream release (Closes: #953243).
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index b379b65..769ec23 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: ssh-import-id
 Section: misc
 Priority: optional
 Maintainer: Andrew Starr-Bochicchio <asb@debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-distro,
                python3-requests (>= 1.1.0),
                python3-setuptools
-Standards-Version: 4.5.0
-Homepage: http://launchpad.net/ssh-import-id
+Standards-Version: 4.6.1
+Homepage: https://launchpad.net/ssh-import-id
 Vcs-Git: https://salsa.debian.org/debian/ssh-import-id.git
 Vcs-Browser: https://salsa.debian.org/debian/ssh-import-id
 
diff --git a/debian/copyright b/debian/copyright
index bb8e48a..d5c01f1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ssh-import-id
 Source: http://launchpad.net/ssh-import-id
 Upstream-Contact: Dustin Kirkland <kirkland@ubuntu.com>
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..32e085f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://code.launchpad.net/ssh-import-id
diff --git a/debian/watch b/debian/watch
index 7ee1f24..114b646 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-http://launchpad.net/ssh-import-id/+download https://launchpad.net/ssh-import-id/.*/ssh-import-id-([.\d]+)\.tar\.gz
\ No newline at end of file
+version=4
+https://launchpad.net/ssh-import-id/+download https://launchpad.net/ssh-import-id/.*/ssh-import-id-([.\d]+)\.tar\.gz

Run locally

More details

Full run details