[Pkg-mozext-maintainers] Bug#1116523: trixie-pu: package mailmindr/1.7.1-2~deb13u1
Mechtilde Stehmann
mechtilde at debian.org
Sun Sep 28 10:14:12 BST 2025
Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: mailmindr at packages.debian.org, mechtilde at debian.org
Control: affects -1 + src:mailmindr
User: release.debian.org at packages.debian.org
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.
-------------- next part --------------
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 <mechtilde at debian.org> 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 <mechtilde at debian.org> 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 <pkg-mozext-maintainers at lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde at debian.org>
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 <mechtilde at debian.org>
+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": "mailmindr at arndissler.net",
+ "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
More information about the Pkg-mozext-maintainers
mailing list