Package: latex-cjk-japanese-wadalab Version: 0.20050817-13 Severity: normal Tags: patch User: Michele Angrisano Usertags: origin-ubuntu hardy ubuntu-patch
*** /tmp/tmpMVocj2 In Ubuntu, we've applied the attached patch to achieve the following: * Fix bashism in debian/rules. Fix FTBFS We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u latex-cjk-japanese-wadalab-0.20050817/debian/rules latex-cjk-japanese-wadalab-0.20050817/debian/rules --- latex-cjk-japanese-wadalab-0.20050817/debian/rules +++ latex-cjk-japanese-wadalab-0.20050817/debian/rules @@ -50,7 +50,10 @@ @for i in ./*.tar.gz; do ( cd build && echo "Unpacking $$i." && tar xzf ../$$i ); done - cp debian/latex-cjk/{fixwada2.pl,makeuniwada.pl,DNP.sfd,makefont} debian/JIS02*.TXT build/ + cp debian/latex-cjk/fixwada2.pl debian/JIS02*.TXT build/ + cp debian/latex-cjk/makeuniwada.pl debian/JIS02*.TXT build/ + cp debian/latex-cjk/DNP.sfd debian/JIS02*.TXT build/ + cp debian/latex-cjk/makefont debian/JIS02*.TXT build/ @echo