Your message dated Sat, 16 May 2026 10:23:17 +0000
with message-id <[email protected]>
and subject line Released with 13.5
has caused the Debian Bug report #1120015,
regarding trixie-pu: package mailman-suite/0+20240312-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1120015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120015
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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',
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 13.5
This update has been released as part of Debian 13.5.
--- End Message ---