[Pkg-mozext-maintainers] Bug#1116020: trixie-pu: package allow-html-temp/10.0.8-1~deb13u1

Mechtilde Stehmann mechtilde at debian.org
Tue Sep 23 09:34:07 BST 2025


Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: allow-html-temp at packages.debian.org, mechtilde at debian.org
Control: affects -1 + src:allow-html-temp
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: allow-html-temp) 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-allow-html-temp.

[ Other info ]
The only reason is the new upcoming version of the thunderbird.

With the proposed update we should wait until the (security-) update of
Thunderbird to 140.x
-------------- next part --------------
diffstat for allow-html-temp-10.0.7 allow-html-temp-10.0.8

 README.md              |   14 +++++++-------
 debian/changelog       |   27 +++++++++++++++++++++++++++
 debian/control         |    4 ++--
 debian/copyright       |    4 ++--
 debian/dpb.conf        |   17 +++++++++++++++++
 debian/gbp.conf        |   22 ++++++++++++++++++++++
 debian/watch           |    2 +-
 manifest.json          |    4 ++--
 options/options_ui.css |    4 ++--
 9 files changed, 82 insertions(+), 16 deletions(-)

diff -Nru allow-html-temp-10.0.7/debian/changelog allow-html-temp-10.0.8/debian/changelog
--- allow-html-temp-10.0.7/debian/changelog	2025-03-08 15:02:56.000000000 +0100
+++ allow-html-temp-10.0.8/debian/changelog	2025-09-23 09:40:01.000000000 +0200
@@ -1,3 +1,30 @@
+allow-html-temp (10.0.8-1~deb13u1) trixie; urgency=medium
+
+  * Prepared for uploading to trixie proposed update
+    after update of thunderbird in trixie (stable)
+
+ -- Mechtilde Stehmann <mechtilde at debian.org>  Tue, 23 Sep 2025 09:40:01 +0200
+
+allow-html-temp (10.0.8-1) unstable; urgency=medium
+
+  [ Mechtilde ]
+  * [1ac77cf] Improved d/watch
+  * To upload to sid after thunderbird 140.3 is in sid
+
+ -- Mechtilde Stehmann <mechtilde at debian.org>  Sat, 20 Sep 2025 21:36:21 +0200
+
+allow-html-temp (10.0.8-1~exp1) experimental; urgency=medium
+
+  [ Mechtilde ]
+  * [73e69f0] New upstream version 10.0.8
+  * [012d3d3] Bumped years in d/copyright
+  * [c274aae] Added d/dpb.conf
+  * [1046838] Bumped max version for thunderbird
+  * [c3c9f35] Improved d/dpb.conf
+  * [fa3a317] Added d/gbp.conf
+
+ -- Mechtilde Stehmann <mechtilde at debian.org>  Fri, 08 Aug 2025 10:39:20 +0200
+
 allow-html-temp (10.0.7-1) unstable; urgency=medium
 
   [ Mechtilde ]
diff -Nru allow-html-temp-10.0.7/debian/control allow-html-temp-10.0.8/debian/control
--- allow-html-temp-10.0.7/debian/control	2025-03-08 14:52:58.000000000 +0100
+++ allow-html-temp-10.0.8/debian/control	2025-08-08 09:41:58.000000000 +0200
@@ -14,8 +14,8 @@
 Package: webext-allow-html-temp
 Architecture: all
 Depends: ${misc:Depends}
- , thunderbird (>= 1:128.1)
- , thunderbird (<< 1:137.x)
+ , thunderbird (>= 1:140.1)
+ , thunderbird (<< 1:143.x)
 Description: View selective HTML-Mail
  Allows one to have HTML temporarily allowed in the currently displayed
  message by only one click.
diff -Nru allow-html-temp-10.0.7/debian/copyright allow-html-temp-10.0.8/debian/copyright
--- allow-html-temp-10.0.7/debian/copyright	2024-08-31 10:57:58.000000000 +0200
+++ allow-html-temp-10.0.8/debian/copyright	2025-07-04 21:05:17.000000000 +0200
@@ -4,11 +4,11 @@
 Source: https://gitlab.com/ThunderbirdMailDE/allow-html-temp
 
 Files: *
-Copyright: Alexander Ihrig_
+Copyright: 2019-2025 Alexander Ihrig_
 License:  MPL-2.0
 
 Files: debian/*
-Copyright: 2021-2024 Mechtilde Stehmann <mechtilde at debian.org>
+Copyright: 2021-2025 Mechtilde Stehmann <mechtilde at debian.org>
 License:   MPL-2.0
 
 License:   MPL-2.0
diff -Nru allow-html-temp-10.0.7/debian/dpb.conf allow-html-temp-10.0.8/debian/dpb.conf
--- allow-html-temp-10.0.7/debian/dpb.conf	1970-01-01 01:00:00.000000000 +0100
+++ allow-html-temp-10.0.8/debian/dpb.conf	2025-09-23 09:19:25.000000000 +0200
@@ -0,0 +1,17 @@
+#!/bin/bash
+# ConfigFile for AllowHTMLTemp
+# This file is used by the scripts from
+# debian-package-scripts
+## General parameters
+SourceName=allow-html-temp
+PackName=webext-allow-html-temp
+SalsaName=webext-team/allow-html-temp.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 allow-html-temp-10.0.7/debian/gbp.conf allow-html-temp-10.0.8/debian/gbp.conf
--- allow-html-temp-10.0.7/debian/gbp.conf	1970-01-01 01:00:00.000000000 +0100
+++ allow-html-temp-10.0.8/debian/gbp.conf	2025-09-23 09:10:23.000000000 +0200
@@ -0,0 +1,22 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# use pristine-tar:
+pristine-tar = True
+# generate gz compressed orig file
+compression = xz
+debian-branch = debian/trixie
+upstream-branch = upstream
+
+[pq]
+patch-numbers = False
+
+[dch]
+id-length = 7
+debian-branch = debian/trixie
+
+[import-orig]
+# filter out unwanted files/dirs from upstream
+filter = [ '.cvsignore', '.gitignore', '.github', '.hgtags', '.hgignore', '*.orig', '*.rej' ]
+# filter the files out of the tarball passed to pristine-tar
+filter-pristine-tar = True
diff -Nru allow-html-temp-10.0.7/debian/watch allow-html-temp-10.0.8/debian/watch
--- allow-html-temp-10.0.7/debian/watch	2024-08-31 11:16:35.000000000 +0200
+++ allow-html-temp-10.0.8/debian/watch	2025-08-19 09:57:21.000000000 +0200
@@ -3,4 +3,4 @@
 repack,compression=xz,\
 dversionmangle=s///,\
 uversionmangle=s/-?([^\d.]+)/~$1/;tr/A-Z/a-z/ \
-https://addons.thunderbird.net/en-US/thunderbird/addon/allow-html-temp/versions/ (\d+\.\d+\.\d+)*
+https://addons.thunderbird.net/en-US/thunderbird/addon/allow-html-temp/versions/ (\d[\d\.]+)*
diff -Nru allow-html-temp-10.0.7/manifest.json allow-html-temp-10.0.8/manifest.json
--- allow-html-temp-10.0.7/manifest.json	2024-12-27 13:19:24.000000000 +0100
+++ allow-html-temp-10.0.8/manifest.json	2025-06-08 17:27:50.000000000 +0200
@@ -2,14 +2,14 @@
   "manifest_version": 2,
   "name": "__MSG_extensionName__",
   "description": "__MSG_extensionDescription__",
-  "version": "10.0.7",
+  "version": "10.0.8",
   "author": "Alexander Ihrig",
   "homepage_url": "https://addons.thunderbird.net/thunderbird/addon/allow-html-temp/",
   "applications": {
     "gecko": {
       "id": "{532269cf-a10e-4396-8613-b5d9a9a516d4}",
       "strict_min_version": "128.0",
-      "strict_max_version": "135.*"
+      "strict_max_version": "140.*"
     }
   },
   "default_locale": "en",
diff -Nru allow-html-temp-10.0.7/options/options_ui.css allow-html-temp-10.0.8/options/options_ui.css
--- allow-html-temp-10.0.7/options/options_ui.css	2024-12-27 13:19:24.000000000 +0100
+++ allow-html-temp-10.0.8/options/options_ui.css	2025-06-08 18:02:40.000000000 +0200
@@ -56,11 +56,11 @@
   position: relative;
 }
 input[type="radio"]:not(.position-null) {
-  /* top: 4px; */
+  top: 2px;
   left: 5px;
 }
 input[type="checkbox"]:not(.position-null) {
-  /* top: 4px; */
+  top: 2px;
   left: 5px;
 }
 input[type="checkbox"].position-null {
diff -Nru allow-html-temp-10.0.7/README.md allow-html-temp-10.0.8/README.md
--- allow-html-temp-10.0.7/README.md	2024-12-27 13:19:24.000000000 +0100
+++ allow-html-temp-10.0.8/README.md	2025-06-08 17:47:42.000000000 +0200
@@ -8,16 +8,16 @@
 
 ### Version series
 
-* Version 10.*  - Thunderbird 128.* - ESMification
-* Version 9.*   - Thunderbird 115.* Supernova - Partially rewritten including conceptual changes to fit for Thunderbird Supernova UI and internal code changes
-* Version 8.*   - Thunderbird 102.* - Migrated to a MailExtension using own experiment APIs
-* Version 7.*   - Thunderbird 91.*
-* Version 6.*   - Thunderbird 78.*
-* Version 5.*   - Thunderbird 68.*
+* Version 10.* - Thunderbird 128 ESR and 140 ESR
+* Version 9.*  - Thunderbird 115 ESR - Partially rewritten including conceptual changes to fit for Thunderbird Supernova UI and internal code changes
+* Version 8.*  - Thunderbird 102.* - Migrated to a MailExtension using own experiment APIs
+* Version 7.*  - Thunderbird 91.*
+* Version 6.*  - Thunderbird 78.*
+* Version 5.*  - Thunderbird 68.*
 
 ### Known issues
 
-* It's not possible to use the provided functions to easily print, forward or answer with HTML temporarily allowed. It seems there is no possibility to implement these repeatedly requested features by an addon. It would be necessary to change Thunderbird core functions, to get these things working. If you are interested in getting the whole functionality build in Thunderbirds core, then contribute to the RFE [Bug 1598857](https://bugzilla.mozilla.org/show_bug.cgi?id=1598857).
+* From up version series 9 (Thunderbird 115 and following) it's possible to print the temporarily allowed HTML formated messages. But it's still not possible to use the provided functions to easily forward or answer with HTML temporarily allowed. It seems there is no possibility to implement these repeatedly requested features by an addon. It would be necessary to change Thunderbird core functions, to get these things working.
 
 ### Installation
 


More information about the Pkg-mozext-maintainers mailing list