[Debian-tex-commits] SVN CJK commit + diffs: r5428 - latex-cjk-chinese-arphic/trunk/debian
Danai Sae-Han
danai at alioth.debian.org
Tue May 1 17:13:13 UTC 2012
Author: danai
Date: 2012-05-01 17:13:13 +0000 (Tue, 01 May 2012)
New Revision: 5428
Modified:
latex-cjk-chinese-arphic/trunk/debian/changelog
latex-cjk-chinese-arphic/trunk/debian/compat
latex-cjk-chinese-arphic/trunk/debian/control.leaf.in
latex-cjk-chinese-arphic/trunk/debian/control.stem.in
latex-cjk-chinese-arphic/trunk/debian/font.fd.in
latex-cjk-chinese-arphic/trunk/debian/rules
Log:
Fix the description of each package, use DH v9,
change my mail address in d/copyright, replace
the deprecated dh_clean with dh_prep and add
@PROVIDESFILE@ in font.fd.in.
Modified: latex-cjk-chinese-arphic/trunk/debian/changelog
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/changelog 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/changelog 2012-05-01 17:13:13 UTC (rev 5428)
@@ -1,3 +1,22 @@
+latex-cjk-chinese-arphic (1.23) UNRELEASED; urgency=low
+
+ * [copyright]
+ - Change copyright year and my mail address;
+ - use Copyright Format 1.0. [TODO]
+ * Bug fix: "descripton of this package is misleading", thanks to Liu
+ Binsheng (Closes: #666395).
+ - [control*]
+ - Fix the templates that generate debian/control. [TODO]
+ * [compat]
+ - Bump up version from v7 to v9.
+ * [rules]
+ - Switch from dh_clean to dh_prep;
+ - add a "sed" line to replace @PROVIDESFILE@ in font.fd.in.
+ * [font.fd.in]
+ - Change the hard-coded "c70gkai.fd" into @PROVIDESFILE at .
+
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org> Tue, 01 May 2012 19:10:30 +0200
+
latex-cjk-chinese-arphic (1.22) unstable; urgency=low
* change maintainer to debian-tex-maint ML
Modified: latex-cjk-chinese-arphic/trunk/debian/compat
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/compat 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/compat 2012-05-01 17:13:13 UTC (rev 5428)
@@ -1 +1 @@
-7
+9
Modified: latex-cjk-chinese-arphic/trunk/debian/control.leaf.in
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/control.leaf.in 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/control.leaf.in 2012-05-01 17:13:13 UTC (rev 5428)
@@ -4,7 +4,7 @@
Suggests: fonts-arphic- at TYPEFACE@
Provides: tfm-arphic- at TYPEFACE@
Depends: ${misc:Depends}
-Description: traditional Chinese KaiTi fonts for CJK
+Description: @FAMILYNAME@ fonts for CJK
This package installs all necessary fonts (PFB, AFM, TFM, etc.) to get
the "@FAMILYNAME@" font working with the LaTeX macro "CJK" in local and
UTF-8 environments.
Modified: latex-cjk-chinese-arphic/trunk/debian/control.stem.in
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/control.stem.in 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/control.stem.in 2012-05-01 17:13:13 UTC (rev 5428)
@@ -3,8 +3,15 @@
Priority: optional
Maintainer: Debian TeX maintainers <debian-tex-maint at lists.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>, Norbert Preining <preining at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: fontforge (>= 0.0.20050717), tex-common (>= 3), texlive-font-utils (>= 2009-4), fonts-arphic-bsmi00lp, fonts-arphic-bkai00mp, fonts-arphic-gbsn00lp, fonts-arphic-gkai00mp, sharutils
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: fontforge (>= 0.0.20050717),
+ tex-common (>= 3),
+ texlive-font-utils (>= 2009-4),
+ fonts-arphic-bsmi00lp,
+ fonts-arphic-bkai00mp,
+ fonts-arphic-gbsn00lp,
+ fonts-arphic-gkai00mp,
+ sharutils
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/debian-tex/latex-cjk-chinese-arphic/trunk
Vcs-Browser: http://svn.debian.org/wsvn/debian-tex/latex-cjk-chinese-arphic/trunk/
Modified: latex-cjk-chinese-arphic/trunk/debian/font.fd.in
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/font.fd.in 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/font.fd.in 2012-05-01 17:13:13 UTC (rev 5428)
@@ -5,7 +5,7 @@
\def\fileversion{4.8.1}
\def\filedate{2008/10/03}
-\ProvidesFile{c70gkai.fd}[\filedate\space\fileversion]
+\ProvidesFile{@PROVIDESFILE@}[\filedate\space\fileversion]
% character set: @ENCODING@
% font encoding: @FONTENCODING@
Modified: latex-cjk-chinese-arphic/trunk/debian/rules
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/rules 2012-04-27 09:06:28 UTC (rev 5427)
+++ latex-cjk-chinese-arphic/trunk/debian/rules 2012-05-01 17:13:13 UTC (rev 5428)
@@ -2,7 +2,7 @@
# -*- makefile -*-
# debian/rules file
-# GNU GPL v2 or higher, Copyright (C) 2005-2009, Danai SAE-HAN (韓達耐) <danai.sae-han at edpnet.be>
+# GNU GPL v2 or higher, Copyright (C) 2005-2012, Danai SAE-HAN (韓達耐) <danai at debian.org>
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -189,6 +189,7 @@
-e 's/@FONTENCODING@/$(encoding)/g' \
-e 's/@FAMILYNAME@/$(familyname)/g' \
-e 's/@SUBNAMESTEM@/$(sfdnamestem)/g' \
+ -e 's/@PROVIDESFILE@/c$(nfss_fontencoding)$(namestem).fd/g' \
font.fd.in > ../$(builddir)/c$(nfss_fontencoding)$(namestem).fd
@echo
@@ -201,6 +202,7 @@
-e 's/@FONTENCODING@/Unicode/g' \
-e 's/@FAMILYNAME@/$(familyname)/g' \
-e 's/@SUBNAMESTEM@/$(uninamestem)/g' \
+ -e 's/@PROVIDESFILE@'/c70$(namestem).fd/g \
font.fd.in > ../$(builddir)/c70$(namestem).fd
@echo
@@ -229,7 +231,7 @@
-e 's/@FAMILYNAME@/$(familyname)/g' \
-e 's/@TYPEFACE@/$(typeface)/g' \
copyright.in > $(bin-package).copyright
- dh_clean $(MY_DH_OPTIONS)
+ dh_prep $(MY_DH_OPTIONS)
rm -f build-stamp.$(abbrev)
install: build $(install_fonts)
More information about the Debian-tex-commits
mailing list