Package: release.debian.org
Control: affects -1 + src:hunspell-dz
X-Debbugs-Cc: hunspell...@packages.debian.org
User: release.debian....@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package hunspell-dz

[ Reason ]
The version of hunspell-dz in testing uses a Hunspell dictionary name that cannot be enumerated by LibreOffice.  This is reported in #1109556.

[ Impact ]
Users of LibreOffice cannot usehunspell-dz as their spell-checking language.

[ Tests ]
I manually tested the fixed package, which added the creation of symlinks of the dictionary file names from dz to dz_BT and dz_BT, in LibreOffice and was able to successfully enable hunspell-dz 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.

[ 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-dz/0.1.0-3

--
Manuel Guerra <ar.manuelgue...@gmail.com>
  4096 bit RSA key ECA5016D963F871E5873CFC2E573B97D48F2E520
  created: 2024-06-29
  keyserver: openpgp
diff -Nru hunspell-dz-0.1.0/debian/changelog hunspell-dz-0.1.0/debian/changelog
--- hunspell-dz-0.1.0/debian/changelog  2025-04-17 19:57:36.000000000 -0400
+++ hunspell-dz-0.1.0/debian/changelog  2025-07-19 20:33:34.000000000 -0400
@@ -1,3 +1,11 @@
+hunspell-dz (0.1.0-3) unstable; urgency=medium
+
+  * debian/links:  Create file to add the primary language variant (dz_BT) to
+    the name of the Hunspell dictionary files to make them work with
+    LibreOffice. (Closes: #1109556).
+
+ -- Manuel Guerra <ar.manuelgue...@gmail.com>  Sat, 19 Jul 2025 20:33:34 -0400
+
 hunspell-dz (0.1.0-2) unstable; urgency=medium

   [ Manuel Guerra ]
diff -Nru hunspell-dz-0.1.0/debian/links hunspell-dz-0.1.0/debian/links
--- hunspell-dz-0.1.0/debian/links      1969-12-31 20:00:00.000000000 -0400
+++ hunspell-dz-0.1.0/debian/links      2025-07-19 20:33:34.000000000 -0400
@@ -0,0 +1,9 @@
+# Create the country specific Hunspell links, to temporarily work around
+# the LibreOffice's bug.
+# <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109355>
+/usr/share/hunspell/dz.aff /usr/share/hunspell/dz_BT.aff
+/usr/share/hunspell/dz.dic /usr/share/hunspell/dz_BT.dic
+
+# Create myspell symlinks.
+/usr/share/hunspell/dz.aff /usr/share/myspell/dicts/dz.aff
+/usr/share/hunspell/dz.dic /usr/share/myspell/dicts/dz.dic

Reply via email to