Your message dated Mon, 21 Jul 2025 14:50:19 +0000
with message-id <[email protected]>
and subject line unblock hunspell-bo
has caused the Debian Bug report #1109555,
regarding unblock: hunspell-bo/0.4.0-4
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.)
--
1109555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109555
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Control: affects -1 + src:hunspell-bo
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: unblock
Severity: normal
Please unblock package hunspell-bo
[ Reason ]
The version of hunspell-bo in testing uses a Hunspell dictionary name
that cannot be enumerated by LibreOffice. This is reported in #1109315.
[ Impact ]
Users of LibreOffice cannot use hunspell-bo as their spell-checking
language.
[ Tests ]
I manually tested the fixed package, which added the creation of
symlinks of the dictionary file names from bo to bo_CN and bo_BT, in
LibreOffice and was able to successfully enable hunspell-bo spell
checking with the dictionary file name format LibreOffice knows how to
enumerate.
[ Risks ]
Only added the creation of symlinks in the debian/links file so that
LibreOffice can recognize the dictionary. A minor correction in
debian/copyright to reflects the correct email of upstream author in the
files: * stanzas.
[ 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 testing
unblock hunspell-bo/0.4.0-4
--
Manuel Guerra <[email protected]>
4096 bit RSA key ECA5016D963F871E5873CFC2E573B97D48F2E520
created: 2024-06-29
keyserver: openpgp
diff -Nru hunspell-bo-0.4.0/debian/changelog hunspell-bo-0.4.0/debian/changelog
--- hunspell-bo-0.4.0/debian/changelog 2025-03-29 19:21:34.000000000 -0400
+++ hunspell-bo-0.4.0/debian/changelog 2025-07-19 10:55:21.000000000 -0400
@@ -1,3 +1,32 @@
+hunspell-bo (0.4.0-4) unstable; urgency=medium
+
+ * Remove unintended changes introduced in version 0.4.0-3 that are not
+ relevant to the solution of bug #1109315 and were not declared in the
+ changelog:
+ - Cosmetic changes in debian/control. The content in this file was reversed
+ to meet version 0.4.0-2.
+ - Cosmetic changes in debian/install. The content in this file was reversed
+ to meet version 0.4.0-2.
+ - The debian/info-myspell file was declared to be removed but this never
+ happened as the file does not exist in version 0.4.0-2 either.
+
+ -- Manuel Guerra <[email protected]> Sat, 19 Jul 2025 10:55:21 -0400
+
+hunspell-bo (0.4.0-3) unstable; urgency=medium
+
+ [ Manuel Guerra ]
+ * debian/links: Add file to create symlinks to regional variant languages to
+ the name of the Hunspell dictionary files to make them work with
LibreOffice
+ (Closes: #1109315).
+ * debian/install: Install the renamed dictionary files.
+ * debian/info-myspell: Remove no more needed file.
+
+ [ Soren Stoutner ]
+ * debian/copyright: Add Elie Roux's email address to the main Files: *
+ stanza.
+
+ -- Manuel Guerra <[email protected]> Tue, 15 Jul 2025 20:28:30 -0400
+
hunspell-bo (0.4.0-2) unstable; urgency=medium
[Manuel Guerra]
diff -Nru hunspell-bo-0.4.0/debian/copyright hunspell-bo-0.4.0/debian/copyright
--- hunspell-bo-0.4.0/debian/copyright 2025-03-29 19:21:34.000000000 -0400
+++ hunspell-bo-0.4.0/debian/copyright 2025-07-19 10:55:21.000000000 -0400
@@ -4,7 +4,7 @@
Source: https://github.com/eroux/hunspell-bo
Files: *
-Copyright: 2013-2016 Elie Roux
+Copyright: 2013-2016 Elie Roux <[email protected]>
License: CC0-1.0
Files: debian/*
diff -Nru hunspell-bo-0.4.0/debian/links hunspell-bo-0.4.0/debian/links
--- hunspell-bo-0.4.0/debian/links 1969-12-31 20:00:00.000000000 -0400
+++ hunspell-bo-0.4.0/debian/links 2025-07-19 10:55:21.000000000 -0400
@@ -0,0 +1,7 @@
+# Create the country specific Hunspell links, to temporarily work around
+# the LibreOffice's bug.
+# <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109305>
+/usr/share/hunspell/bo.aff /usr/share/hunspell/bo_CN.aff
+/usr/share/hunspell/bo.dic /usr/share/hunspell/bo_CN.dic
+/usr/share/hunspell/bo.aff /usr/share/hunspell/bo_BT.aff
+/usr/share/hunspell/bo.dic /usr/share/hunspell/bo_BT.dic
--- End Message ---
--- Begin Message ---
Unblocked hunspell-bo.
--- End Message ---