--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: ssh-import-id@packages.debian.org
Control: affects -1 + src:ssh-import-id
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package ssh-import-id
[ Reason ]
ssh-import-id was compiled against an old version of python3-setuptools
resulting in an injected but undeclared python3-pkg-resources
dependency.
[ Impact ]
ssh-import-id does not work in a minimal system.
[ Tests ]
I looked at the diff of the binary packages.
[ Risks ]
None, the diff is reasonable.
[ Checklist ]
[X] all changes are documented in the d/changelog
[X] I reviewed all changes and I approve them
[X] attach debdiff against the package in testing
[ Other info ]
There where some janitor changes in the salsa git which I kept as diff
of the binary package to the one in the archive makes sense and they
have no other influence.
unblock ssh-import-id/5.10-2
diff --git a/debian/changelog b/debian/changelog
index 2f0e8d2..577ff42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+ssh-import-id (5.10-2) unstable; urgency=medium
+
+ * Team upload.
+ * Rebuild drops pkg_resources dependency (Closes: #1099157)
+ * 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.
+
+ -- Jochen Sprickerhof <jspricke@debian.org> Thu, 22 May 2025 09:13:49 +0200
+
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
--- End Message ---