Scrub Obsolete - ssh-import-id

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index d82e1b2..61d9d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ ssh-import-id (5.10-2) UNRELEASED; urgency=medium
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Repository-Browse.
   * Update standards version to 4.6.1, no changes needed.
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-requests.
+    + ssh-import-id: Drop versioned constraint on python3-requests in Depends.
 
  -- Debian Janitor <janitor@jelmer.uk>  Wed, 07 Sep 2022 01:40:25 -0000
 
diff --git a/debian/control b/debian/control
index 769ec23..779ff5b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-distro,
-               python3-requests (>= 1.1.0),
+               python3-requests,
                python3-setuptools
 Standards-Version: 4.6.1
 Homepage: https://launchpad.net/ssh-import-id
@@ -17,7 +17,7 @@ Package: ssh-import-id
 Architecture: all
 Depends: ca-certificates,
          openssh-client,
-         python3-requests (>= 1.1.0),
+         python3-requests,
          python3-distro,
          wget,
          ${misc:Depends},

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: ca-certificates, openssh-client, python3-requests (>= 1.1.0), python3-requests, python3-distro, wget, python3:any

Run locally

More details

Full run details