Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:mailman-suite
User: [email protected]
Usertags: pu

Hi,

Bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116708 has been
reported with issues within postorius because the settings.py of
mailman-suite doesn't ship a needed django contrib module.

I've made a fix in unstable (currently waiting on ftp). I've also made a
preparation for trixie.

[ Impact ]
The "held message" feature of postorius will crash and be unusable.

[ Tests ]
The addition is simple, the reporter tested that the change fixes the
issue.

[ Risks ]
Changes are trivial

[ 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 (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
Add an INSTALLED_APP in the settings example
diff -Nru mailman-suite-0+20240312/debian/changelog 
mailman-suite-0+20240312/debian/changelog
--- mailman-suite-0+20240312/debian/changelog   2024-04-25 02:12:55.000000000 
+0200
+++ mailman-suite-0+20240312/debian/changelog   2025-11-03 21:53:58.000000000 
+0100
@@ -1,3 +1,10 @@
+mailman-suite (0+20240312-1+deb13u1) trixie; urgency=medium
+
+  * Add humanize as a dependency for the suite as postorius needs it.
+   (Closes: #1116708)
+
+ -- Pierre-Elliott Bécue <[email protected]>  Mon, 03 Nov 2025 21:53:58 +0100
+
 mailman-suite (0+20240312-1) unstable; urgency=medium
 
   [ Pierre-Elliott Bécue]
diff -Nru mailman-suite-0+20240312/debian/contrib/settings_local.py.sample 
mailman-suite-0+20240312/debian/contrib/settings_local.py.sample
--- mailman-suite-0+20240312/debian/contrib/settings_local.py.sample    
2024-04-25 02:12:55.000000000 +0200
+++ mailman-suite-0+20240312/debian/contrib/settings_local.py.sample    
2025-11-03 21:53:18.000000000 +0100
@@ -42,6 +42,7 @@
     'django.contrib.sites',
     'django.contrib.messages',
     'django.contrib.staticfiles',
+    'django.contrib.humanize',
     'rest_framework',
     'django_gravatar',
     'compressor',

Reply via email to