Your message dated Sun, 22 Jul 2012 22:26:35 +0100
with message-id <[email protected]>
and subject line Re: Bug#682328: unblock: yatex/1.76+dfsg1-2
has caused the Debian Bug report #682328,
regarding unblock: yatex/1.76+dfsg1-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.)
--
682328: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682328
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 yatex for wheezy. 1.76+dfsg1-1 has a grave bug
to misname elisp coding system, so in many case it is unusable because
of displaying garbled characters.
diffs are below:
diff -Nru yatex-1.76+dfsg1/debian/changelog yatex-1.76+dfsg1/debian/changelog
--- yatex-1.76+dfsg1/debian/changelog 2012-06-15 08:54:03.000000000 +0900
+++ yatex-1.76+dfsg1/debian/changelog 2012-07-21 11:11:30.000000000 +0900
@@ -1,3 +1,9 @@
+yatex (1.76+dfsg1-2) unstable; urgency=medium
+
+ * Fix status line garbled by mismatched coding system. (Closes: 681649)
+
+ -- KURASHIKI Satoru <[email protected]> Sat, 21 Jul 2012 11:07:29 +0900
+
yatex (1.76+dfsg1-1) unstable; urgency=low
* New upstream release.
diff -Nru yatex-1.76+dfsg1/debian/rules yatex-1.76+dfsg1/debian/rules
--- yatex-1.76+dfsg1/debian/rules 2012-07-21 10:54:07.000000000 +0900
+++ yatex-1.76+dfsg1/debian/rules 2012-07-21 11:07:05.000000000 +0900
@@ -30,7 +30,7 @@
build/yatex::
for i in $(LISP) $(HELP) $(INFOSRC); do \
- nkf -d --utf8 $$i | sed -e 's/sjis-dos/utf-8-unix/' -e
's/sjis/utf-8/' > debian/utf8/$$i; \
+ nkf -d --utf8 $$i | sed -e 's/coding: sjis/coding: utf-8/' >
debian/utf8/$$i; \
done
cd debian/utf8 && for f in $(INFOSRC); do \
unblock yatex/1.76+dfsg1-2
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
On Sun, 2012-07-22 at 01:15 +0900, KURASHIKI Satoru wrote:
> Please unblock package yatex for wheezy. 1.76+dfsg1-1 has a grave bug
> to misname elisp coding system, so in many case it is unusable because
> of displaying garbled characters.
Unblocked; thanks.
Regards,
Adam
--- End Message ---