Your message dated Sat, 15 Nov 2025 11:21:45 +0000
with message-id
<736c7150dc08501cc89945035c406eaf9688e144.ca...@adam-barratt.org.uk>
and subject line Closing requests for updates included in 13.2
has caused the Debian Bug report #1116523,
regarding trixie-pu: package mailmindr/1.7.1-2~deb13u1
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.)
--
1116523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116523
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:mailmindr
User: [email protected]
Usertags: pu
[ Reason ]
Thunderbird will come with a new version (>=140.3) into stable. This need an
update for the Add-Ons (here: mailmindr) too.
[ Impact ]
If the update isn't approved the user can't anymore use it
in recent thunderbird.
[ Tests ]
The same upstream code works with thunderbird >= 140.3 in testing.
[ Risks ]
Code is trivial so no risk
[ 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 ]
The new version of thunderbird needs a new version of webext-mailmindr.
[ Other info ]
The only reason is the new upcoming version of the thunderbird.
diffstat for mailmindr-1.7.1 mailmindr-1.7.1
changelog | 17 +++++++++++++++++
control | 6 +++---
dpb.conf | 17 +++++++++++++++++
gbp.conf | 4 ++--
patches/Bumped-max_version-for-thunderbird.patch | 23 +++++++++++++++++++++++
patches/series | 1 +
6 files changed, 63 insertions(+), 5 deletions(-)
diff -Nru mailmindr-1.7.1/debian/changelog mailmindr-1.7.1/debian/changelog
--- mailmindr-1.7.1/debian/changelog 2024-09-01 16:26:31.000000000 +0200
+++ mailmindr-1.7.1/debian/changelog 2025-09-28 10:47:34.000000000 +0200
@@ -1,3 +1,20 @@
+mailmindr (1.7.1-2~deb13u1) trixie; urgency=medium
+
+ * Rebuild to upload to trixie after thunderbird 140.3
+
+ -- Mechtilde Stehmann <[email protected]> Sun, 28 Sep 2025 10:47:34 +0200
+
+mailmindr (1.7.1-2) unstable; urgency=medium
+
+ [ Mechtilde ]
+ * [df997b8] Added d/dpb.conf for using with debian-packaging-scripts
+ * [ad88354] Bumped version of thunderbird
+ * [8532670] Bumped standard version -no changes needed
+ * [5fd2622] Bumped max_version for thunderbird
+ * [c4939d4] Fixed patch header
+
+ -- Mechtilde Stehmann <[email protected]> Sun, 21 Sep 2025 15:43:32 +0200
+
mailmindr (1.7.1-1) unstable; urgency=medium
[ Mechtilde ]
diff -Nru mailmindr-1.7.1/debian/control mailmindr-1.7.1/debian/control
--- mailmindr-1.7.1/debian/control 2024-09-01 15:02:05.000000000 +0200
+++ mailmindr-1.7.1/debian/control 2025-09-21 15:14:11.000000000 +0200
@@ -4,7 +4,7 @@
Maintainer: Debian Mozilla Extension Maintainers
<[email protected]>
Uploaders: Mechtilde Stehmann <[email protected]>
Build-Depends: debhelper-compat (=13), zip
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/webext-team/mailmindr.git
Vcs-Browser: https://salsa.debian.org/webext-team/mailmindr
@@ -13,8 +13,8 @@
Package: webext-mailmindr
Architecture: all
Depends: ${misc:Depends}
- , thunderbird (>=1:110.10)
- , thunderbird (<= 1:129.x)
+ , thunderbird (>=1:140.3)
+ , thunderbird (<= 1:142.x)
Description: Reminder for emails
mailmindr is an addon for the email client "Mozilla Thunderbird".
It offers additional functionality to handle the everyday work
diff -Nru mailmindr-1.7.1/debian/dpb.conf mailmindr-1.7.1/debian/dpb.conf
--- mailmindr-1.7.1/debian/dpb.conf 1970-01-01 01:00:00.000000000 +0100
+++ mailmindr-1.7.1/debian/dpb.conf 2025-09-25 12:06:20.000000000 +0200
@@ -0,0 +1,17 @@
+#!/bin/bash
+# debian/dpb.conf
+# This file is used bei the scripts from
+# debian-package-scripts
+## General parameters
+SourceName=mailmindr
+PackName=webext-mailmindr
+SalsaName=webext-team/mailmindr.git
+## Parameters for Java packages
+JavaFlag=0
+## Parameters for Webext packages
+WebextFlag=1
+## Parameters for Python3 packages
+PythonFlag=0
+## Recent branch to build for
+RecentBranch=debian/trixie
+RecentBranchD=trixie
diff -Nru mailmindr-1.7.1/debian/gbp.conf mailmindr-1.7.1/debian/gbp.conf
--- mailmindr-1.7.1/debian/gbp.conf 2024-09-01 15:00:29.000000000 +0200
+++ mailmindr-1.7.1/debian/gbp.conf 2025-09-25 10:25:09.000000000 +0200
@@ -5,7 +5,7 @@
pristine-tar = True
# generate gz compressed orig file
compression = xz
-debian-branch = debian/sid
+debian-branch = debian/trixie
upstream-branch = upstream
[pq]
@@ -13,7 +13,7 @@
[dch]
id-length = 7
-debian-branch = debian/sid
+debian-branch = debian/trixie
[import-orig]
# filter out unwanted files/dirs from upstream
diff -Nru
mailmindr-1.7.1/debian/patches/Bumped-max_version-for-thunderbird.patch
mailmindr-1.7.1/debian/patches/Bumped-max_version-for-thunderbird.patch
--- mailmindr-1.7.1/debian/patches/Bumped-max_version-for-thunderbird.patch
1970-01-01 01:00:00.000000000 +0100
+++ mailmindr-1.7.1/debian/patches/Bumped-max_version-for-thunderbird.patch
2025-09-21 15:27:13.000000000 +0200
@@ -0,0 +1,23 @@
+From: Mechtilde <[email protected]>
+Date: Sun, 21 Sep 2025 15:17:12 +0200
+Subject: Bumped max_version for thunderbird
+Gbp-Pq: Bumped_max_version_for_thunderbird
+Forwarded: No
+
+---
+ manifest.json | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/manifest.json b/manifest.json
+index 2277cfd..6b82118 100644
+--- a/manifest.json
++++ b/manifest.json
+@@ -7,7 +7,7 @@
+ "gecko": {
+ "id": "[email protected]",
+ "strict_min_version": "102.0",
+- "strict_max_version": "129.*"
++ "strict_max_version": "142.*"
+ }
+ },
+ "author": "Arnd Issler",
diff -Nru mailmindr-1.7.1/debian/patches/series
mailmindr-1.7.1/debian/patches/series
--- mailmindr-1.7.1/debian/patches/series 1970-01-01 01:00:00.000000000
+0100
+++ mailmindr-1.7.1/debian/patches/series 2025-09-21 15:23:43.000000000
+0200
@@ -0,0 +1 @@
+Bumped-max_version-for-thunderbird.patch
--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 13.2
Hi,
The updates referenced in each of these bugs were included in today's
13.2 trixie point release.
Regards,
Adam
--- End Message ---