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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

