Scrub Obsolete - python-securesystemslib

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 6fecdb9..fb7f59c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-securesystemslib (0.26.0-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Replace dependency on transitional package gnupg2 with
+      replacement gnupg (>= 2.2.12-1+deb10u2).
+    + python3-securesystemslib: Replace dependency on transitional package
+      gnupg2 with replacement gnupg (>= 2.2.12-1+deb10u2) in Recommends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 23 Aug 2023 03:44:39 -0000
+
 python-securesystemslib (0.26.0-1) unstable; urgency=medium
 
   * New upstream release includes among other things:
diff --git a/debian/control b/debian/control
index e24268d..4b59520 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  python3-pykcs11,
  python3-asn1crypto,
  softhsm2,
- gnupg2,
+ gnupg (>= 2.2.12-1+deb10u2),
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://ssl.engineering.nyu.edu
@@ -31,7 +31,7 @@ Depends:
   ${python3:Depends},
   ${misc:Depends},
 Recommends:
- gnupg2,
+ gnupg (>= 2.2.12-1+deb10u2),
  python3-cryptography,
  python3-nacl,
  python3-pykcs11,

Run locally

More details

Full run details

Historical runs