tags 646647 patch
thanks

Hi,

 To deal with changes in font package, I've made a patch for it.
 Please check it, thanks.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru latex-cjk-chinese-arphic-1.21/debian/changelog latex-cjk-chinese-arphic-1.21+nmu1/debian/changelog
--- latex-cjk-chinese-arphic-1.21/debian/changelog	2010-01-09 22:12:26.000000000 +0900
+++ latex-cjk-chinese-arphic-1.21+nmu1/debian/changelog	2012-01-02 20:56:05.000000000 +0900
@@ -1,3 +1,13 @@
+latex-cjk-chinese-arphic (1.21+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - update font package name (ttf-*->fonts-*)
+  * debian/rules
+    - deal with changes in font packages (Closes: #646647)
+
+ -- Hideki Yamane <henr...@debian.org>  Mon, 02 Jan 2012 20:55:33 +0900
+
 latex-cjk-chinese-arphic (1.21) unstable; urgency=medium
 
   * The "Welcome to TeX Live 2009" release.
diff -Nru latex-cjk-chinese-arphic-1.21/debian/rules latex-cjk-chinese-arphic-1.21+nmu1/debian/rules
--- latex-cjk-chinese-arphic-1.21/debian/rules	2009-12-31 11:37:27.000000000 +0900
+++ latex-cjk-chinese-arphic-1.21+nmu1/debian/rules	2012-01-02 20:46:30.000000000 +0900
@@ -88,7 +88,7 @@
 
 d = debian/$(bin-package)
 texmf = usr/share/texmf
-fontpath = usr/share/fonts/$(fonttype)/$(supplier)
+fontpath = usr/share/fonts/$(fonttype)
 dest_texfontpath = $(texmf)/fonts/$(fonttype)/$(supplier)
 dest_afmpath = $(texmf)/fonts/afm/$(supplier)/$(uninamestem)
 dest_type1path = $(texmf)/fonts/type1/$(supplier)/$(uninamestem)
@@ -114,7 +114,7 @@
 $(build-stamp_fonts):
 	dh_testdir
 	mkdir -p $(builddir)
-	( cd $(builddir) && ln -s /$(fontpath)/$(typeface).ttf && cp ../../debian/latex-cjk/* . )
+	( cd $(builddir) && ln -s /$(fontpath)/$(supplier)-$(typeface)/$(typeface).ttf && cp ../../debian/latex-cjk/* . )
 
 	# You will find a detailed log of the build process in $(builddir)/log.
 

Reply via email to