Debian Bug report logs -
#918305
hyphen-en-us: please provide fallback symlink from hyph_en.dic to hyph_en_US.dic
Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 4 Jan 2019 22:03:02 UTC
Severity: wishlist
Tags: patch
Found in version hyphen/2.8.8-5
Fixed in version hyphen/2.8.8-6
Done: Mattia Rizzolo <mattia@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, dkg@fifthhorseman.net, Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>:
Bug#918305; Package hyphen-en-us.
(Fri, 04 Jan 2019 22:03:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel Kahn Gillmor <dkg@fifthhorseman.net>:
New Bug report received and forwarded. Copy sent to dkg@fifthhorseman.net, Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>.
(Fri, 04 Jan 2019 22:03:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: hyphen-en-us
Version: 2.8.8-5
Severity: wishlist
Some tools, like pyphen's test suite (see RFP
https://bugs.debian.org/917039) expect a fallback symlink from a
generic language to a region-specific language.
Please provide a fallback symlink from hyph_en.dic to hyph_en_US.dic
in /usr/share/hyphen. thanks!
--dkg
-- System Information:
Debian Release: buster/sid
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'testing'), (200, 'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages hyphen-en-us depends on:
ii dictionaries-common 1.28.1
hyphen-en-us recommends no packages.
Versions of packages hyphen-en-us suggests:
ii libreoffice-writer 1:6.1.4-3
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>:
Bug#918305; Package hyphen-en-us.
(Fri, 04 Jan 2019 22:51:10 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel Kahn Gillmor <dkg@fifthhorseman.net>:
Extra info received and forwarded to list. Copy sent to Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>.
(Fri, 04 Jan 2019 22:51:10 GMT) (full text, mbox, link).
Message #10 received at 918305@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Control: tags 918305 + patch
I've just submitted
https://salsa.debian.org/libreoffice-team/hyphen/merge_requests/1, which
includes the fix attached here for #918305.
Thanks for maintaining the hyphen package!
--dkg
[0002-hyphen-en-us-provide-fallback-symlink-for-hyph_en.di.patch (text/x-diff, inline)]
From 62aeebfc6a75d6b11abbd319ff22f8dc17af78a3 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 4 Jan 2019 17:00:29 -0500
Subject: [PATCH 2/7] hyphen-en-us: provide fallback symlink for hyph_en.dic
(Closes: #918305)
---
debian/control | 1 +
debian/hyphen-en-us.links | 1 +
2 files changed, 2 insertions(+)
create mode 100644 debian/hyphen-en-us.links
diff --git a/debian/control b/debian/control
index 5aada4d..9102201 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Suggests:
libreoffice-writer,
Provides:
hyphen-hyphenation-patterns,
+ hyphen-hyphenation-patterns-en,
hyphen-hyphenation-patterns-en-us,
Description: English (US) hyphenation patterns
This package contains the English (US) hyphenation patterns.
diff --git a/debian/hyphen-en-us.links b/debian/hyphen-en-us.links
new file mode 100644
index 0000000..358b6b6
--- /dev/null
+++ b/debian/hyphen-en-us.links
@@ -0,0 +1 @@
+usr/share/hyphen/hyph_en_US.dic usr/share/hyphen/hyph_en.dic
--
2.20.1
[signature.asc (application/pgp-signature, inline)]
Added tag(s) patch.
Request was from Daniel Kahn Gillmor <dkg@fifthhorseman.net>
to 918305-submit@bugs.debian.org.
(Fri, 04 Jan 2019 22:51:10 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>:
Bug#918305; Package hyphen-en-us.
(Sat, 05 Jan 2019 00:03:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Daniel Kahn Gillmor <dkg@fifthhorseman.net>:
Extra info received and forwarded to list. Copy sent to Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>.
(Sat, 05 Jan 2019 00:03:03 GMT) (full text, mbox, link).
Message #17 received at 918305@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Fri 2019-01-04 17:47:20 -0500, Daniel Kahn Gillmor wrote:
> Control: tags 918305 + patch
attached is a revised patch, which includes a en_Latn_US.dic symlink.
the merge request has already been updated.
regards,
--dkg
[0002-hyphen-en-us-provide-fallback-symlink-for-hyph_en.di.patch (text/x-diff, inline)]
From f8f0902e757b65b2bfcc6e2e3faaa844e9c00780 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 4 Jan 2019 17:00:29 -0500
Subject: [PATCH 2/9] hyphen-en-us: provide fallback symlink for hyph_en.dic
(Closes: #918305)
---
debian/control | 1 +
debian/hyphen-en-us.links | 2 ++
2 files changed, 3 insertions(+)
create mode 100644 debian/hyphen-en-us.links
diff --git a/debian/control b/debian/control
index 5aada4d..9102201 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Suggests:
libreoffice-writer,
Provides:
hyphen-hyphenation-patterns,
+ hyphen-hyphenation-patterns-en,
hyphen-hyphenation-patterns-en-us,
Description: English (US) hyphenation patterns
This package contains the English (US) hyphenation patterns.
diff --git a/debian/hyphen-en-us.links b/debian/hyphen-en-us.links
new file mode 100644
index 0000000..0e82070
--- /dev/null
+++ b/debian/hyphen-en-us.links
@@ -0,0 +1,2 @@
+usr/share/hyphen/hyph_en_US.dic usr/share/hyphen/hyph_en.dic
+usr/share/hyphen/hyph_en_US.dic usr/share/hyphen/hyph_en_Latn_US.dic
--
2.20.1
Message sent on
to Daniel Kahn Gillmor <dkg@fifthhorseman.net>:
Bug#918305.
(Tue, 08 Jan 2019 08:54:05 GMT) (full text, mbox, link).
Message #20 received at 918305-submitter@bugs.debian.org (full text, mbox, reply):
Control: tag -1 pending
Hello,
Bug #918305 in hyphen reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:
https://salsa.debian.org/libreoffice-team/hyphen/commit/f8f0902e757b65b2bfcc6e2e3faaa844e9c00780
------------------------------------------------------------------------
hyphen-en-us: provide fallback symlink for hyph_en.dic (Closes: #918305)
------------------------------------------------------------------------
(this message was generated automatically)
--
Greetings
https://bugs.debian.org/918305
Added tag(s) pending.
Request was from Mattia Rizzolo <mattia@debian.org>
to 918305-submitter@bugs.debian.org.
(Tue, 08 Jan 2019 08:54:05 GMT) (full text, mbox, link).
Reply sent
to Mattia Rizzolo <mattia@debian.org>:
You have taken responsibility.
(Tue, 08 Jan 2019 09:24:10 GMT) (full text, mbox, link).
Notification sent
to Daniel Kahn Gillmor <dkg@fifthhorseman.net>:
Bug acknowledged by developer.
(Tue, 08 Jan 2019 09:24:10 GMT) (full text, mbox, link).
Message #27 received at 918305-close@bugs.debian.org (full text, mbox, reply):
Source: hyphen
Source-Version: 2.8.8-6
We believe that the bug you reported is fixed in the latest version of
hyphen, 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 918305@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <mattia@debian.org> (supplier of updated hyphen 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 08 Jan 2019 09:52:43 +0100
Source: hyphen
Binary: libhyphen-dev libhyphen0 hyphen-en-us
Architecture: source
Version: 2.8.8-6
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Mattia Rizzolo <mattia@debian.org>
Description:
hyphen-en-us - English (US) hyphenation patterns
libhyphen-dev - ALTLinux hyphenation library - development files
libhyphen0 - ALTLinux hyphenation library - shared library
Closes: 918305
Changes:
hyphen (2.8.8-6) unstable; urgency=medium
.
[ Rene Engelhard ]
* Update Vcs-* to salsa.
.
[ Daniel Kahn Gillmor ]
* wrap-and-sort -ast.
* hyphen-en-us: provide fallback symlink for hyph_en.dic. Closes: #918305
* Add debian/watch.
* Bump debhelper compat level to 12.
* d/copyright: use HTTPS in the copyright format URI.
* d/rules: added hardening=+all to make the GOT read-only.
* Add the .la files to d/not-installed, to be used by dh_missing.
.
[ Mattia Rizzolo ]
* Use the new debhelper-compat virtual package instead of the d/compat file.
* Drop versioned restriction covered by oldoldstable.
* d/watch: use substvars to catch more archive extensions.
* d/control: Bump Standards-Version to 4.3.0.
+ Set Rules-Requires-Root:no.
Checksums-Sha1:
a6e10fc6163a47bf7e763ba25c77df5ee7119364 2086 hyphen_2.8.8-6.dsc
3938678a9cb122a4d63dc140b23ff1d757217f1a 12412 hyphen_2.8.8-6.debian.tar.xz
baeb7cef0ad01f1f6b8b1df094530b770e948ec6 8434 hyphen_2.8.8-6_amd64.buildinfo
Checksums-Sha256:
189247c4a0c0a64393ca7b5df9a6be69b22d958289de0c3474302ca206efa42f 2086 hyphen_2.8.8-6.dsc
2d7249ee40a61c89c380185ebc7c4c616b5321bdc494e799d0dbc907d814973b 12412 hyphen_2.8.8-6.debian.tar.xz
a9d69117e113b15fd2f45d2f47ec3b651d2cfb4529128d0a4f3c49c51c293ea8 8434 hyphen_2.8.8-6_amd64.buildinfo
Files:
5f4b876fb85d237b5edd718aaa514506 2086 libs optional hyphen_2.8.8-6.dsc
a88372669832a8de0a9d888af3962a25 12412 libs optional hyphen_2.8.8-6.debian.tar.xz
709bd0ff052960d7773f6adff50474fb 8434 libs optional hyphen_2.8.8-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlw0ZZMACgkQCBa54Yx2
K615nxAAog+dQ20TCOD5oNpOiNQbYqEV2dgAU3U/UKtISlBd9UXKX7OE+eToQhem
6y0jLVUbL/0Gng9oGm32MQsXZyuN1VtxlVTGF5pAdRCLGB1mHYtbucw4GM2Ryo8j
yq9wyi8qDWyt2HNmY3cw9bSvfx9aNE0bd99efyXaU+Zi3rEecGVQniZ3IeVTJB0O
3XROQazahOfQvvbFGY4q7M29CBcij8kzlFaKS8Zh5K280x/Vorhvn5d7A+6hekLS
U1wC3dlmxgkLpftEHIaNOksGWATnq1MpuQyjz6A2eyWN1BSCyva78OsCGXnToZ3H
o9R88najvyEyNte9a+zQh2lUgMLiOostMJfm0jiqtIZt/ZF7Q8/2OuywRufGR49T
IAp3ASoeRZaJGW0N6RiU8L8KsBMBi5Fqywkp3P+cbk6u3L4h9ggpzRKv5vqOCaxU
7OzpdgPTisEl2tfF1tVz+mfZ1A85KpcRq/JS4yVcMqW9qrQ4WYDnFVpbOIYxUBRz
otXEunFyvjEbEqjGtvKtnyNNxn6hG4XXYl/pqFN87AY9TgPE/rNcOSO3grkhpvif
MjzcEhuQVH8PrhX4Ub99JTDSLl/u693WWCxo2R0cvTPldqPv2RXEqn4d+4JW5g0h
CTQPBGcXwNTz4E594W9PtJaqHsksMpFolViO/Fpjpn07Le76qg0=
=Aevq
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 10 Feb 2019 07:25:34 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Tue Sep 20 11:54:24 2022;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.