diff -pruN 1.9.3-1/debian/changelog 1.9.3-1ubuntu1/debian/changelog
--- 1.9.3-1/debian/changelog	2025-12-06 16:33:13.000000000 +0000
+++ 1.9.3-1ubuntu1/debian/changelog	2025-12-21 20:12:18.000000000 +0000
@@ -1,3 +1,12 @@
+python-passlib (1.9.3-1ubuntu1) resolute; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    [ Simon Quigley ]
+    - Demote the runtime dependency on python3-legacycrypt to Suggests,
+      to temporarily fix the component mismatch.
+
+ -- Rik Mills <rikmills@kde.org>  Sun, 21 Dec 2025 20:12:18 +0000
+
 python-passlib (1.9.3-1) unstable; urgency=medium
 
   * Team upload.
@@ -10,6 +19,19 @@ python-passlib (1.9.3-1) unstable; urgen
 
  -- Jérémy Lal <kapouer@melix.org>  Sat, 06 Dec 2025 17:33:13 +0100
 
+python-passlib (1.7.4-6ubuntu2) resolute; urgency=medium
+
+  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)
+
+ -- Sebastien Bacher <seb128@debian.org>  Sat, 06 Dec 2025 11:55:24 +0100
+
+python-passlib (1.7.4-6ubuntu1) plucky; urgency=medium
+
+  * Demote the runtime dependency on python3-legacycrypt to Suggests, to
+    temporarily fix the component mismatch.
+
+ -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 15 Mar 2025 23:03:22 -0500
+
 python-passlib (1.7.4-6) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.9.3-1/debian/control 1.9.3-1ubuntu1/debian/control
--- 1.9.3-1/debian/control	2025-12-06 15:22:00.000000000 +0000
+++ 1.9.3-1ubuntu1/debian/control	2025-12-21 20:11:07.000000000 +0000
@@ -27,11 +27,11 @@ Package: python3-passlib
 Architecture: all
 Built-Using: ${sphinxdoc:Built-Using}
 Depends:
- python3-legacycrypt,
  ${shlibs:Depends},
  ${misc:Depends},
  ${python3:Depends},
  ${sphinxdoc:Depends},
+Suggests: python3-legacycrypt
 Description: comprehensive password hashing framework
  Password hashing library for Python 3, which provides cross-platform
  implementations of over 20 password hashing algorithms, as well as a
