[debian-edu-commits] debian-edu/ 02/02: Drop texlive-xetex from build-depends. Drop unused files too.

Holger Levsen holger at moszumanska.debian.org
Sun Oct 19 18:11:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-doc.

commit 3adf2b438b0bb18032c5cb5320c2d9beffa91f44
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 19 20:09:53 2014 +0200

    Drop texlive-xetex from build-depends. Drop unused files too.
    
    Drop texlive-xetex from build-depends.
    Drop now unused files common/pdf.xsl, common/user_param.xsl and
    common/xetex_param.xsl.
---
 debian/changelog                     |   3 +
 debian/control                       |   3 +-
 documentation/common/Makefile.common |   1 -
 documentation/common/pdf.xsl         |  20 ------
 documentation/common/user_param.xsl  |  21 ------
 documentation/common/xetex_param.xsl | 120 -----------------------------------
 6 files changed, 4 insertions(+), 164 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1e7576..da8dc5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,9 +35,12 @@ debian-edu-doc (1.6~20141019~8.0) UNRELEASED; urgency=medium
       on paradis.debian.org now. Thanks to DSA for running our infrastructure
       so well!
     - Set Homepage: header to https://wiki.d.o/DebianEdu/Documentation/Jessie
+    - Drop texlive-xetex from build-depends.
   * Makefile: Fix epub target name.
   * debian/rules: run nothing for dh_auto_build target and dh_installdocs
     less.
+  * Drop now unused files common/pdf.xsl, common/user_param.xsl and
+    common/xetex_param.xsl.
 
   [ Jessie Manual translation updates ]
   * German (Wolfgang Schweer)
diff --git a/debian/control b/debian/control
index b8ee776..a019130 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,7 @@ Build-Depends-Indep: dblatex,
                      texlive-lang-french,
                      texlive-lang-german,
                      texlive-lang-italian,
-                     texlive-lang-spanish,
-                     texlive-xetex
+                     texlive-lang-spanish
 Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
 Uploaders: Holger Levsen <holger at debian.org>, David Prévot <taffit at debian.org>
 Standards-Version: 3.9.6
diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index c5d91da..d835e8c 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -7,7 +7,6 @@ LANGUAGES = `find . -name "$(name).*.po" | sed -e "s/.\/$(name).//" -e "s/.po//"
 # Program name and option
 DBTOEPUB = dbtoepub
 XP = xsltproc --nonet --novalid --xinclude ../common/html.xsl
-#DBLATEX = dblatex -T db2latex --backend=xetex --xsl-user=../common/user_param.xsl --xsl-user=../common/xetex_param.xsl -p ../common/pdf.xsl
 DBLATEX = dblatex -tpdf
 # that's ugly, smarter approach appreciated
 directory = `echo $(name) | sed 's/-manual//'`
diff --git a/documentation/common/pdf.xsl b/documentation/common/pdf.xsl
deleted file mode 100644
index 1230668..0000000
--- a/documentation/common/pdf.xsl
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version='1.0' encoding="iso-8859-1"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-
-<!-- The TOC links in the titles, and in blue. -->
-<xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,pdfstartview=FitH</xsl:param>
-<xsl:param name="callout.linkends.hot">0</xsl:param>
-
-<!-- Put the dblatex logo -->
-<!-- xsl:param name="doc.publisher.show">1</xsl:param -->
-
-<!-- List the examples and equations too, no tables -->
-<xsl:param name="doc.lot.show">figure,example</xsl:param>
-
-<xsl:param name="imagedata.default.scale">maxwidth=15.5cm,maxheight=12cm</xsl:param>
-<xsl:param name="draft.mode">no</xsl:param>
-<xsl:param name="draft.watermark">0</xsl:param>
-<xsl:param name="doc.collab.show">0</xsl:param>
-
-
-</xsl:stylesheet>
diff --git a/documentation/common/user_param.xsl b/documentation/common/user_param.xsl
deleted file mode 100644
index 7248736..0000000
--- a/documentation/common/user_param.xsl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-
-<!--############################################################################
-    XSLT Stylesheet DocBook -> LaTeX 
-    ############################################################################ -->
-
-  <xsl:param name="draft.mode">maybe</xsl:param>
-  <xsl:param name="glossterm.auto.link">1</xsl:param>
-  <xsl:param name="latex.encoding">utf8</xsl:param>
-  <xsl:param name="latex.unicode.use">1</xsl:param>
-  <xsl:param name="monoseq.hyphenation">nohyphen</xsl:param>
-  <xsl:template match="book|article" mode="docinfo">
-    <!-- Apply default settings -->
-    <xsl:apply-imports/>
-    <!--
-    <xsl:text>\input{</xsl:text>po4a/hyphenation.<xsl:value-of select="$lingua"/><xsl:text>.tex}</xsl:text>
-    -->
-  </xsl:template>
-</xsl:stylesheet>
-
diff --git a/documentation/common/xetex_param.xsl b/documentation/common/xetex_param.xsl
deleted file mode 100644
index fb7950a..0000000
--- a/documentation/common/xetex_param.xsl
+++ /dev/null
@@ -1,120 +0,0 @@
-<?xml version='1.0'?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-<!-- vim: set sts=2 ai expandtab: -->
-
-<!--############################################################################
-    XSLT Stylesheet DocBook -> LaTeX 
-    ############################################################################ -->
-
-  <xsl:param name="xetex.font">
-    <!-- Western centric Adobe PostScript looks-alike: gsfonts -->
-    <xsl:text>\setmainfont{Nimbus Roman No9 L}
</xsl:text>
-    <xsl:text>\setsansfont{Nimbus Sans L}
</xsl:text>
-    <xsl:text>\setmonofont{Nimbus Mono L}
</xsl:text>
-    <xsl:text>\usepackage{xeCJK}
</xsl:text>
-    <xsl:text>\setCJKmainfont{AR PL Mingti2L Big5}
</xsl:text>
-    <xsl:text>\setCJKsansfont{WenQuanYi Zen Hei}
</xsl:text>
-    <xsl:text>\setCJKmonofont{WenQuanYi Zen Hei Mono}
</xsl:text>
-    <xsl:choose>
-      <xsl:when test="$lingua = 'zh-cn'">
-	<!-- zh_CN centric: ttf-arphic-gbsn00lp, ttf-wqy-zenhei -->
-        <xsl:text>\setCJKmainfont{AR PL SungtiL GB}
</xsl:text>
-        <xsl:text>\setCJKsansfont{WenQuanYi Zen Hei}
</xsl:text>
-        <xsl:text>\setCJKmonofont{WenQuanYi Zen Hei Mono}
</xsl:text>
-      </xsl:when>
-      <xsl:when test="$lingua = 'zh'">
-        <!-- zh_TW centric: ttf-arphic-bsmi00lp, ttf-wqy-zenhei -->
-        <xsl:text>\setCJKmainfont{AR PL Mingti2L Big5}
</xsl:text>
-        <xsl:text>\setCJKsansfont{WenQuanYi Zen Hei}
</xsl:text>
-        <xsl:text>\setCJKmonofont{WenQuanYi Zen Hei Mono}
</xsl:text>
-      </xsl:when>
-      <xsl:when test="$lingua = 'ja'">
-        <!-- ja centric: otf-ipafont-mincho otf-ipafont-gothic -->
-        <xsl:text>\setCJKmainfont{IPAMincho}
</xsl:text>
-        <xsl:text>\setCJKsansfont{IPAPGothic}
</xsl:text>
-        <xsl:text>\setCJKmonofont{IPAGothic}
</xsl:text>
-      </xsl:when>
-      <xsl:when test="$lingua = 'ko'">
-        <!-- ko centric: ttf-unfonts-core -->
-        <xsl:text>\setCJKmainfont{UnBatang}
</xsl:text>
-        <xsl:text>\setCJKsansfont{UnDotum}
</xsl:text>
-        <xsl:text>\setCJKmonofont{UnDotum}
</xsl:text>
-      </xsl:when>
-    </xsl:choose>
-  </xsl:param>
-
-</xsl:stylesheet>
-
-<!--
-= Asian font basics =
-
-== Sanserif ==
-  simplified Chinese: 黑体 hēi tǐ
-    ttf-wqy-zenhei (zh_CN centric)
-      WenQuanYi Zen Hei,文泉驛正黑,文泉驿正黑
-      WenQuanYi Zen Hei Sharp,文泉驛點陣正黑,文泉驿点阵正黑
-      WenQuanYi Zen Hei Mono,文泉驛等寬正黑,文泉驿等宽正黑
-  traditional Chinese: 黑體 hēi tǐ 
-  Japanese: ゴシック kaku goshikku, gothic
-    otf-ipafont-gothic (ja centric)
-      IPAGothic,IPAゴシック
-      IPAPGothic,IPA Pゴシック
-
-== Serif ==
-中国大陆一般称:宋体;台湾香港一般称:明體
-  simplified Chinese: 宋体/(明体), Sòngtǐ
-    ttf-arphic-gbsn00lp (zh_CN centric)
-      AR PL SungtiL GB
-  traditional Chinese: (宋體)/明體, Sòngtǐ
-    ttf-arphic-bsmi00lp (zh_TW centric)
-      AR PL Mingti2L Big5
-      (Missing some character in output...)
-    ttf-arphic-uming    (zh_TW centric)
-      AR PL UMing
-       = "AR PL Mingti2L Big5" and "AR PL SungtiL GB" + extra in Taiwan-style
-       (BUild failure happened thus not used)
-  Japanese: 明朝体, Minchōtai
-    otf-ipafont-mincho (ja centric)
-      IPAMincho,IPA明朝:style=Regular
-      IPAPMincho,IPA P明朝:style=Regular
-  Korean: Hangul: 명조체; Hanja: 明朝體; Revised Romanization: Myeongjoche
-
-== Script () ==
-  simplified Chinese: 楷书; kǎishū
-    ttf-arphic-gkai00mp (zh_CN centric)
-      AR PL KaitiM GB
-  traditional Chinese: 楷書; kǎishū
-    ttf-arphic-bkai00mp (zh_TW centric)
-      AR PL KaitiM Big5
-    ttf-arphic-ukai     (zh_TW centric)
-      AR PL UKai
-       = AR PL KaitiM Big5" + "AR PL KaitiM GB" + extra in Taiwan-style
-  Japanese: 楷書, kaisho (教科書体)
-
-Korean:
-ttf-baekmuk 1st most popular    which contains 4 font families.
-                                latex-cjk-xcjk suggest this
-      /usr/share/fonts/truetype/baekmuk/dotum.ttf
-      /usr/share/fonts/truetype/baekmuk/hline.ttf
-      /usr/share/fonts/truetype/baekmuk/gulim.ttf
-      /usr/share/fonts/truetype/baekmuk/batang.ttf
-      Baekmuk Batang,백묵 바탕:style=Regular       ... serif
-      Baekmuk Dotum,백묵 돋움:style=Regular        ... san-serif  medium (print?)
-      Baekmuk Gulim,백묵 굴림:style=Regular        ... san-serif  thin   (screen?)
-      Baekmuk Headline,백묵 헤드라인:style=Regular ... bold san-serif    (best screen small)
-ttf-unfonts-core    2nd popular and increasing
-                    made from the HLaTeX's PostScript fonts
-                    UnBatang, UnDotum, Ungraphic, Unpilgi, and UnGungseo
-      UnBatang  ... serif
-      UnDotum   ... san-serif
-      UnGungseo ... Kai/kaisho
-                    latex-cjk-xcjk uses UnBatang as example
-ttf-alee    3rd most popular    many fonts by alee
-ttf-nanum                       Myeongjo and Gothic Korean font families/screen font
-ttf-nanum-coding                Korean fixed width font family
-
-encoding names:
-  * GB2312, GBK or GB18030: Simplified Chinese
-  * Big5:                   Traditional Chinese
--->
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list