[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 03/03: bump standards, more font replacement, add deps



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 7a9935661d09bb51ffebed050f7c76a620b274d2
Author: Norbert Preining <preining@debian.org>
Date:   Thu Dec 19 13:45:45 2013 +0900

    bump standards, more font replacement, add deps
---
 all/debian/cfg.d/font-ignore.cfg                    | 14 ++++++++++++++
 all/debian/tpm2deb.cfg                              |  6 +++++-
 texlive-base/debian/changelog                       |  5 +++--
 texlive-extra/debian/changelog                      |  5 +++--
 texlive-extra/debian/texlive-fonts-extra.links.dist | 12 ++++++++++++
 texlive-lang/debian/changelog                       |  5 +++--
 6 files changed, 40 insertions(+), 7 deletions(-)

diff --git a/all/debian/cfg.d/font-ignore.cfg b/all/debian/cfg.d/font-ignore.cfg
index 332aafe..f870f1d 100644
--- a/all/debian/cfg.d/font-ignore.cfg
+++ b/all/debian/cfg.d/font-ignore.cfg
@@ -191,6 +191,20 @@ blacklist;file;texmf-dist/fonts/truetype/public/lato/Lato-Reg.ttf
 blacklist;file;texmf-dist/fonts/truetype/public/lato/Lato-RegIta.ttf
 depends;texlive-fonts-extra;fonts-font-awesome
 blacklist;file;texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf
+depends;texlive-fonts-extra;ttf-adf-accanthis
+blacklist;file;texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Bold.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-BoldItalic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Italic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Regular.otf
+depends;texlive-fonts-extra;ttf-adf-gillius
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Bold.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-BoldItalic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Italic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Regular.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Bold.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-BoldItalic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Italic.otf
+blacklist;file;texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Regular.otf
 # vim:set fileencoding=utf-8: #
 # Local Variables:
 # coding: utf-8
diff --git a/all/debian/tpm2deb.cfg b/all/debian/tpm2deb.cfg
index 8399453..4c060a0 100644
--- a/all/debian/tpm2deb.cfg
+++ b/all/debian/tpm2deb.cfg
@@ -24,7 +24,7 @@ section;*;tex
 bin-section;texlive-fonts-recommended;fonts
 bin-section;texlive-fonts-extra;fonts
 priority;*;optional
-standards;*;3.9.4
+standards;*;3.9.5
 # last texlive-base version all packages should depend on
 texlive-base-version;2013.20130512
 #
@@ -141,6 +141,10 @@ replaces;texlive-lang-other;texlive-lang-cjk (<< 2013.20130523)
 #
 # texlive-pstricks needs pgf in any case ..
 depends;texlive-pstricks;pgf
+#
+# texlive-music contains lilyglyphs, needs python, so depend on it
+# same for luatex via pmxchords
+depends;texlive-music;python, luatex
 
 #
 # Additional packages, no tpms/collections exist
diff --git a/texlive-base/debian/changelog b/texlive-base/debian/changelog
index 97db636..788f682 100644
--- a/texlive-base/debian/changelog
+++ b/texlive-base/debian/changelog
@@ -1,10 +1,11 @@
-texlive-base (2013.20131218-1) unstable; urgency=medium
+texlive-base (2013.20131219-1) unstable; urgency=medium
 
   * new upstream checkout
   * add lost link for /usr/bin/texdoctk, thanks R S Chakravarti.
   * remove left-over config-paper file for dvipdfm (Closes: #731446)
+  * bump standards version, no changes necessary
 
- -- Norbert Preining <preining@debian.org>  Wed, 18 Dec 2013 13:36:50 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 19 Dec 2013 13:43:58 +0900
 
 texlive-base (2013.20131112-1) unstable; urgency=low
 
diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index c0f1603..502f387 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -1,8 +1,9 @@
-texlive-extra (2013.20131218-1) unstable; urgency=medium
+texlive-extra (2013.20131219-1) unstable; urgency=medium
 
   * new upstream checkout
+  * bump standards version, no changes necessary
 
- -- Norbert Preining <preining@debian.org>  Wed, 18 Dec 2013 13:42:44 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 19 Dec 2013 13:45:18 +0900
 
 texlive-extra (2013.20131112-1) unstable; urgency=low
 
diff --git a/texlive-extra/debian/texlive-fonts-extra.links.dist b/texlive-extra/debian/texlive-fonts-extra.links.dist
index 3d1bda5..e1aeb2d 100644
--- a/texlive-extra/debian/texlive-fonts-extra.links.dist
+++ b/texlive-extra/debian/texlive-fonts-extra.links.dist
@@ -145,3 +145,15 @@ usr/share/fonts/truetype/lato/Lato-LigIta.ttf usr/share/texlive/texmf-dist/fonts
 usr/share/fonts/truetype/lato/Lato-Reg.ttf usr/share/texlive/texmf-dist/fonts/truetype/public/lato/Lato-Reg.ttf
 usr/share/fonts/truetype/lato/Lato-RegIta.ttf usr/share/texlive/texmf-dist/fonts/truetype/public/lato/Lato-RegIta.ttf
 usr/share/fonts/opentype/font-awesome/FontAwesome.otf usr/share/texlive/texmf-dist/fonts/opentype/public/fontawesome/FontAwesome.otf
+usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Bold.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Bold.otf
+usr/share/fonts/truetype/adf/AccanthisADFStdNo3-BoldItalic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-BoldItalic.otf
+usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Italic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Italic.otf
+usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Regular.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/accanthis/AccanthisADFStdNo3-Regular.otf
+usr/share/fonts/truetype/adf/GilliusADF-Bold.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Bold.otf
+usr/share/fonts/truetype/adf/GilliusADF-BoldItalic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-BoldItalic.otf
+usr/share/fonts/truetype/adf/GilliusADF-Italic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Italic.otf
+usr/share/fonts/truetype/adf/GilliusADF-Regular.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADF-Regular.otf
+usr/share/fonts/truetype/adf/GilliusADFNo2-Bold.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Bold.otf
+usr/share/fonts/truetype/adf/GilliusADFNo2-BoldItalic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-BoldItalic.otf
+usr/share/fonts/truetype/adf/GilliusADFNo2-Italic.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Italic.otf
+usr/share/fonts/truetype/adf/GilliusADFNo2-Regular.otf usr/share/texlive/texmf-dist/fonts/opentype/arkandis/gillius/GilliusADFNo2-Regular.otf
diff --git a/texlive-lang/debian/changelog b/texlive-lang/debian/changelog
index c9734e1..746489a 100644
--- a/texlive-lang/debian/changelog
+++ b/texlive-lang/debian/changelog
@@ -1,8 +1,9 @@
-texlive-lang (2013.20131218-1) unstable; urgency=medium
+texlive-lang (2013.20131219-1) unstable; urgency=medium
 
   * new upstream checkout
+  * bump standards version, no changes necessary
 
- -- Norbert Preining <preining@debian.org>  Wed, 18 Dec 2013 13:42:15 +0900
+ -- Norbert Preining <preining@debian.org>  Thu, 19 Dec 2013 13:45:27 +0900
 
 texlive-lang (2013.20131112-2) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: