tags 457710 + patch pending
thanks

Hi!

Attached is the diff for my cjk 4.7.0+git20070708-1.1 NMU, which I
uploaded to DELAYED/4. I only fixed the bashism, so it builds fine with
dash.

Happy hacking,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -u cjk-4.7.0+git20070708/debian/changelog cjk-4.7.0+git20070708/debian/changelog
--- cjk-4.7.0+git20070708/debian/changelog
+++ cjk-4.7.0+git20070708/debian/changelog
@@ -1,3 +1,10 @@
+cjk (4.7.0+git20070708-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: fix bashism (use of {,}). Closes: #457710.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]>  Sun, 20 Jan 2008 16:10:15 +0100
+
 cjk (4.7.0+git20070708-1) unstable; urgency=low
 
   * The "arch enemy and indep nemesis battle together" release.
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.* ../utils/thaifont/tools/*.fontinst* ../debian/thaifonts/* . && cd ../debian/thaifonts && rename 's/_//' * && rename 's/\./n\./' norasi.* 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)

Reply via email to