Package: cjk Version: 4.7.0+git20070708-1 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch
*** /tmp/tmpP45F8V In Ubuntu, we've applied the attached patch to achieve the following: * debian/rules: - fixed bashsim (LP: #178418) 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.24-2-generic (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u cjk-4.7.0+git20070708/debian/rules cjk-4.7.0+git20070708/debian/rules --- cjk-4.7.0+git20070708/debian/rules +++ cjk-4.7.0+git20070708/debian/rules @@ -37,7 +37,7 @@ cd debian && uudecode thaifonts.tar.gz.uu && tar xzf thaifonts.tar.gz mkdir $(build_thaifonts) - (cd $(build_thaifonts) && cp ../utils/thaifont/tools/*{c90.,.fontinst}* ../debian/thaifonts/* . && cd ../debian/thaifonts && rename 's/_//' * && rename 's/\./n\./' {norasi.*,garuda.*}) + (cd $(build_thaifonts) && cp ../utils/thaifont/tools/*c90.* ../debian/thaifonts/* . && cp ../utils/thaifont/tools/*.fontinst* ../debian/thaifonts/* . && cd ../debian/thaifonts && rename 's/_//' * && rename 's/\./n\./' norasi.* && rename 's/\./n\./' garuda.*) # If you depend on thailatex, change above command with this one: # (cd $(build_thaifonts) && cp ../utils/thaifont/tools/*{c90.,.fontinst}* /usr/share/texmf/fonts/afm/public/thai/{garuda,norasi}*.afm .) (cd $(build_thaifonts) && tex norasi.fontinst && tex garuda.fontinst && for i in f*.pl; do pltotf $$i; done)