Your message dated Fri, 16 Oct 2015 07:00:39 +0000
with message-id <[email protected]>
and subject line Bug#801791: fixed in xuxen-eu-spell 0.4.20081029-12
has caused the Debian Bug report #801791,
regarding xuxen-eu-spell: Not supported by LibreOffice with locale eu_FR
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.)
--
801791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xuxen-eu-spell
Severity: important
Tags: patch l10n
Dear Maintainer,
Basque-speaking users living in France usually set their locale to eu_FR
and they expect to get a working spell-checker in LibreOffice Writer.
Currently Debian Jessie does not provide that.
Packages hunspell-eu-es and aspell-eu-es do not register eu_FR
dictionaries.
Providing eu_FR seems enough for hunspell but the LibreOffice
spell-checker wants "eu" (without the country part).
I attach a patch against current git.
It provides dictionaries for "eu" and "eu_FR" in addition to "eu_ES"
It renames packages *spell-eu-es to *spell-eu since they also apply to
locale eu_FR
diff --git a/debian/aspell-eu-es.dirs b/debian/aspell-eu.dirs
similarity index 100%
rename from debian/aspell-eu-es.dirs
rename to debian/aspell-eu.dirs
diff --git a/debian/aspell-eu-es.docs b/debian/aspell-eu.docs
similarity index 100%
rename from debian/aspell-eu-es.docs
rename to debian/aspell-eu.docs
diff --git a/debian/aspell-eu-es.info-aspell b/debian/aspell-eu.info-aspell
similarity index 93%
rename from debian/aspell-eu-es.info-aspell
rename to debian/aspell-eu.info-aspell
index e6d2c75..d3e60eb 100644
--- a/debian/aspell-eu-es.info-aspell
+++ b/debian/aspell-eu.info-aspell
@@ -8,6 +8,6 @@ Many-Otherchars:
Additionalchars: ñáàéèíìóòúùüÑÁÀÉÈÍÌÓÒÚÙÜ
Ispell-Args: -B
Extended-Character-Mode: ~latin1
-Aspell-Locales: eu, eu_ES
+Aspell-Locales: eu, eu_ES, eu_FR
Coding-System: iso-8859-1
Auto-Compat: eu
diff --git a/debian/changelog b/debian/changelog
index 628d20b..169f5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xuxen-eu-spell (0.4.20081029-11.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Provides dictionaries for "eu" and "eu_FR" in addition to "eu_ES"
+ ("eu" is required by LibreOffice)
+ * Renamed *spell-eu-es to *spell-eu since they also apply to locale eu_FR
+
+ -- Sebastien Ducoulombier <[email protected]> Tue, 13 Oct 2015 15:50:15 +0200
+
xuxen-eu-spell (0.4.20081029-11) unstable; urgency=medium
* debian/rules: Build in a reproducible and known to work LC_ALL=C
diff --git a/debian/control b/debian/control
index 9cabd04..b333087 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,10 @@ Build-Depends: debhelper (>= 7),
aspell
Standards-Version: 3.9.6
-Package: hunspell-eu-es
+Package: hunspell-eu
Architecture: all
Replaces: openoffice.org-spellcheck-eu,
+ hunspell-eu-es,
myspell-eu-es
Provides: hunspell-dictionary,
hunspell-dictionary-eu,
@@ -38,9 +39,10 @@ Description: Basque (Euskera) dictionary for hunspell
This is the Basque (Euskera) dictionary for use with
the hunspell spellchecker.
-Package: aspell-eu-es
+Package: aspell-eu
Architecture: all
Multi-Arch: foreign
+Replaces: aspell-eu-es
Provides: aspell-dictionary
Depends: ${misc:Depends},
${aspell:Depends}
diff --git a/debian/hunspell-eu-es.info-myspell b/debian/hunspell-eu-es.info-myspell
deleted file mode 100644
index 485c211..0000000
--- a/debian/hunspell-eu-es.info-myspell
+++ /dev/null
@@ -1,2 +0,0 @@
-# Euskera
-DICT eu ES eu-ES
diff --git a/debian/hunspell-eu-es.info-hunspell b/debian/hunspell-eu.info-hunspell
similarity index 89%
rename from debian/hunspell-eu-es.info-hunspell
rename to debian/hunspell-eu.info-hunspell
index fb0aed4..9641b4f 100644
--- a/debian/hunspell-eu-es.info-hunspell
+++ b/debian/hunspell-eu.info-hunspell
@@ -1,5 +1,5 @@
Language: euskera (Basque)
-Hash-Name: eu_ES
+Hash-Name: eu
Emacsen-Name: euskera
Casechars: [a-z\340\341\350\351\354\355\362\363\371\372\374\347\361A-Z\300\301\310\311\314\315\322\323\331\332\334\307\321]
Not-Casechars: [^a-z\340\341\350\351\354\355\362\363\371\372\374\347\361A-Z\300\301\310\311\314\315\322\323\331\332\334\307\321]
@@ -7,5 +7,5 @@ Otherchars: [-]
Many-Otherchars:
Additionalchars: ñáàéèíìóòúùüÑÁÀÉÈÍÌÓÒÚÙÜ
Ispell-Args: -B
-Hunspell-Locales: eu, eu_ES
+Hunspell-Locales: eu, eu_ES, eu_FR
Coding-System: iso-8859-1
diff --git a/debian/hunspell-eu.info-myspell b/debian/hunspell-eu.info-myspell
new file mode 100644
index 0000000..6769370
--- /dev/null
+++ b/debian/hunspell-eu.info-myspell
@@ -0,0 +1,3 @@
+# Euskera
+DICT eu ES eu
+DICT eu FR eu
diff --git a/debian/rules b/debian/rules
index d42d7e9..e2f2e25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,12 @@ export DH_OPTIONS
LC_ALL = C
export LC_ALL
-APKG = aspell-eu-es
+APKG = aspell-eu
AVAR = /var/lib/aspell
ALIB = /usr/lib/aspell
ASHARE = /usr/share/aspell
# -- hunspell stuff ----
-HPKG = hunspell-eu-es
+HPKG = hunspell-eu
HDICTSDIR = /usr/share/myspell/dicts
# -- aspell official dict builddir
ASPELL6BASENAME = aspell6-eu
@@ -68,8 +68,8 @@ build-indep-stamp: configure-stamp
# sed '1d' eu-ES.dic | LANG=C sort -u | prezip | gzip -c > eu.cwl.gz
# sed '1d' eu-ES.dic | grep -v '[\._][^\/$]' | LANG=C sort -u | prezip | gzip -c > eu.cwl.gz
sed '1d' myspell/eu-ES.dic | grep -v -e '[\._]' -e '^katen\-' | prezip -s | gzip -9n -c > eu.cwl.gz
- installdeb-hunspell -phunspell-eu-es
- installdeb-aspell -paspell-eu-es
+ installdeb-hunspell -phunspell-eu
+ installdeb-aspell -paspell-eu
touch $@
aspelltgz: clean build
@@ -97,6 +97,9 @@ clean:
rm -rf $(ASPELL6DIR)
+ rm -f hunspell/eu.aff
+ rm -f hunspell/eu.dic
+
dh_clean
#install: install-indep install-arch
@@ -114,7 +117,9 @@ install-indep: build-indep
install -m 644 eu.cwl.gz debian/$(APKG)/$(ASHARE)
install -m 644 debian/aspell/eu* debian/$(APKG)/$(ALIB)
# -------------
- installdeb-myspell -phunspell-eu-es --srcdir=hunspell
+ ln -s eu-ES.aff hunspell/eu.aff
+ ln -s eu-ES.dic hunspell/eu.dic
+ installdeb-myspell -phunspell-eu --srcdir=hunspell
install-arch: build-arch
--- End Message ---
--- Begin Message ---
Source: xuxen-eu-spell
Source-Version: 0.4.20081029-12
We believe that the bug you reported is fixed in the latest version of
xuxen-eu-spell, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Agustin Martin Domingo <[email protected]> (supplier of updated
xuxen-eu-spell package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 15 Oct 2015 17:39:33 +0200
Source: xuxen-eu-spell
Binary: hunspell-eu aspell-eu hunspell-eu-es aspell-eu-es
Architecture: source all
Version: 0.4.20081029-12
Distribution: unstable
Urgency: medium
Maintainer: Agustin Martin Domingo <[email protected]>
Changed-By: Agustin Martin Domingo <[email protected]>
Description:
aspell-eu - Basque (Euskera) dictionary for aspell
aspell-eu-es - transitional dummy package
hunspell-eu - Basque (Euskera) dictionary for hunspell
hunspell-eu-es - transitional dummy package
Closes: 801791
Changes:
xuxen-eu-spell (0.4.20081029-12) unstable; urgency=medium
.
* Extend package to eu_FR (Closes: #801791).
.
[ Sebastien Ducoulombier ]
* Provides dictionaries for "eu" and "eu_FR" in addition to "eu_ES"
("eu" is required by LibreOffice)
* Renamed *spell-eu-es to *spell-eu since they also apply to locale eu_FR
.
[ Agustin Martin Domingo ]
* Make old *spell-eu-es packages transitional dummy packages.
Checksums-Sha1:
13b5aca3823e103a01e08f135075e40074cdbae5 2215
xuxen-eu-spell_0.4.20081029-12.dsc
1e24a27616878880ad3f27c4d4e695204452d7a7 6096
xuxen-eu-spell_0.4.20081029-12.debian.tar.xz
c9644ceecfcde28451516d458ff95365a595296a 6620
aspell-eu-es_0.4.20081029-12_all.deb
6de2fd0a2201ce5bff64e9e43824965b23837f82 285306
aspell-eu_0.4.20081029-12_all.deb
48671a2997f60a404c3d440112707bf2f402cd4a 6620
hunspell-eu-es_0.4.20081029-12_all.deb
a5349335b497d6c63f1b3ce83deb7900f5ba9304 418244
hunspell-eu_0.4.20081029-12_all.deb
Checksums-Sha256:
53dd1de7026a0a2d83723d54fc6b21d0959c22f986113e4b7e8421d045f2ec36 2215
xuxen-eu-spell_0.4.20081029-12.dsc
9098fbd91ce6668b1a835d8bdc3dba2fba34bd22b1aeb0de4500e14b0083361b 6096
xuxen-eu-spell_0.4.20081029-12.debian.tar.xz
6a93e689b8d1b1bf442f0f8750ab6f62536060e3d2596fa05acc2b0567d9c5b7 6620
aspell-eu-es_0.4.20081029-12_all.deb
8cbb3e0a0afe14f8e099c9ec1104e254e82346ff2a889e7878a55268232686da 285306
aspell-eu_0.4.20081029-12_all.deb
3dbd7410b301e6d6ed3065b3833cbf814bb2dac1f48011c8e6775397e7b17ef7 6620
hunspell-eu-es_0.4.20081029-12_all.deb
1f14890d2515762144013549c97cddda7f576f959a571f01986ab819e1c396ac 418244
hunspell-eu_0.4.20081029-12_all.deb
Files:
a8e2c23ef957c6757925b24fce032d4d 2215 text optional
xuxen-eu-spell_0.4.20081029-12.dsc
c58987cb3d7bf59bb92b9b76a8e63474 6096 text optional
xuxen-eu-spell_0.4.20081029-12.debian.tar.xz
825248daaffaea9ff8e51054041f56b5 6620 oldlibs extra
aspell-eu-es_0.4.20081029-12_all.deb
188f03c8b7e11408129984ae42ebec8d 285306 text optional
aspell-eu_0.4.20081029-12_all.deb
2d79e4c339cf11d3e65aeeff6178a4d1 6620 oldlibs extra
hunspell-eu-es_0.4.20081029-12_all.deb
943367ae7f1ec7122f118dfeecc0d638 418244 text optional
hunspell-eu_0.4.20081029-12_all.deb
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJWH8reAAoJEBSawi3ooIL8WVEP/jCEUfQnIDWpou5CweotjbdZ
uiLldTOQBCXUaczAFXbuylf6mC1NJPbZue1aIOm1f1HzH6SASDZ7iYsIFvbDoCtP
fdLFuYopYtzJlUEmShFe6TJDKRhICZJVXBTsZPWruWG3EQxL7BvJw9mnaWCHsXMt
5uPIXn+htuKblL56FNqSOTSq+uXTddA/CfgTUpkllr15qVPhBoPWvUMOSNBcYDRs
AtP5ky2eU8W8aWtbkcmmtTKT0Nz46nqLYyZmXVVnIaWqwXvcJUAX8DZs6YqMDEFT
OG10NkI9HWpJ5+E4q+tfBUYclvEmJxbDu5OWDWTef8DZTLcBvGoP/1dzW/Ardb/R
pZKC9b6e8NonZ8R4vT/oH78okTNdnTjHpJFhwd7bgXREcoCuuWbOUIztj5TB25dO
42EVLplgUa8883gcBv2GeTju7uJcWYUXwl4Intbbdlnwhvk59TI6/XfaDDprNkBa
6itaRjM5AR5aq0yFkHlG+WaM6w6Cl2463Mv9/EFTpEQlva2rY0scOOtVSx8j5bf/
lyIaiqqItHD+Pgt/PImQbIu4LADEhwGQoUQt3uv8OUWjfVpJTaTU6BSsWQk5czxv
DjtzqaGK3cUTcgbiEaSn70+qjkkpe68TfHrrfKQE8UuV34dlqVmM/IxHkvdXz2F8
oT2HjB9f9QHm7Ca2CiEL
=jtcP
-----END PGP SIGNATURE-----
--- End Message ---