Your message dated Wed, 19 Dec 2012 20:05:22 +0000
with message-id <[email protected]>
and subject line Re: Bug#696287: unblock: openthesaurus/20120516-2
has caused the Debian Bug report #696287,
regarding unblock: openthesaurus/20120516-2
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.)
--
696287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696287
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package openthesaurus
The files in openthesaurus at some point were converted to UTF-8
which broke the sed statement fixing the de_DE Thesaurus up for
Switzerland (ß vs. ss). Which I consider important given that
is the only difference between mythes-de and -de-ch and that "ss"
is the correct spelling in Switzerland; a thesaurus should have
correct spelling...
Has now been fixed thanks to a patch reminding me that I forgot that
bug again. Anyway, better late than never..
Debdiff attached.
unblock openthesaurus/20120516-2
Regards,
Rene
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru openthesaurus-20120516/debian/changelog
openthesaurus-20120516/debian/changelog
--- openthesaurus-20120516/debian/changelog 2012-05-16 00:11:33.000000000
+0200
+++ openthesaurus-20120516/debian/changelog 2012-12-18 17:25:04.000000000
+0100
@@ -1,3 +1,10 @@
+openthesaurus (20120516-2) unstable; urgency=low
+
+ * fix sed in debian/rules for utf8-encoded dicts so that ß is correctly
+ subsituted for -de-ch, thanks Tom Jampen (closes: #685996)
+
+ -- Rene Engelhard <[email protected]> Tue, 18 Dec 2012 17:17:04 +0100
+
openthesaurus (20120516-1) unstable; urgency=medium
* new upstream snapshot
diff -Nru openthesaurus-20120516/debian/rules
openthesaurus-20120516/debian/rules
--- openthesaurus-20120516/debian/rules 2011-09-27 01:22:58.000000000 +0200
+++ openthesaurus-20120516/debian/rules 2012-12-18 17:22:00.000000000 +0100
@@ -22,7 +22,7 @@
unzip -o ooo3/Deutscher-Thesaurus.oxt && \
/usr/share/mythes/th_gen_idx.pl -o th_de_DE_v2.idx \
< th_de_DE_v2.dat && \
- LANG=C cat th_de_DE_v2.dat | sed -e 's/\�/ss/' >
th_de_CH_v2.dat; \
+ LANG=C cat th_de_DE_v2.dat | sed -e 's/ß/ss/g' >
th_de_CH_v2.dat; \
/usr/share/mythes/th_gen_idx.pl -o th_de_CH_v2.idx \
< th_de_CH_v2.dat
--- End Message ---
--- Begin Message ---
Control: forcemerge -1 696336
On Tue, 2012-12-18 at 19:44 +0100, Rene Engelhard wrote:
> The files in openthesaurus at some point were converted to UTF-8
> which broke the sed statement fixing the de_DE Thesaurus up for
> Switzerland (ß vs. ss). Which I consider important given that
> is the only difference between mythes-de and -de-ch and that "ss"
> is the correct spelling in Switzerland; a thesaurus should have
> correct spelling...
>
> Has now been fixed thanks to a patch reminding me that I forgot that
> bug again. Anyway, better late than never..
Unblocked; thanks. (and merging with the second identical unblock which
was filed...)
Regards,
Adam
--- End Message ---