[Debian-tex-commits] SVN tex-common commit + diffs: r5038 - in tex-common/branches/v3: debian scripts

Norbert Preining preining at alioth.debian.org
Fri Feb 17 02:50:03 UTC 2012


Author: preining
Date: 2012-02-17 02:50:03 +0000 (Fri, 17 Feb 2012)
New Revision: 5038

Modified:
   tex-common/branches/v3/debian/dirs
   tex-common/branches/v3/debian/postinst.in
   tex-common/branches/v3/debian/tex-common.links
   tex-common/branches/v3/scripts/update-fontlang
Log:
preliminary tex-common v3 work


Modified: tex-common/branches/v3/debian/dirs
===================================================================
--- tex-common/branches/v3/debian/dirs	2012-02-17 02:40:04 UTC (rev 5037)
+++ tex-common/branches/v3/debian/dirs	2012-02-17 02:50:03 UTC (rev 5038)
@@ -9,11 +9,9 @@
 etc/texmf/fmt.d
 etc/texmf/hyphen.d
 etc/texmf/texmf.d
-etc/texmf/updmap.d
 etc/texmf/language.d
 var/lib/texmf/web2c
 var/lib/texmf/tex/generic/config
-var/lib/tex-common/fontmap-cfg
 var/lib/tex-common/hyphen-cnf
 var/lib/tex-common/fmtutil-cnf
 var/cache/fonts

Modified: tex-common/branches/v3/debian/postinst.in
===================================================================
--- tex-common/branches/v3/debian/postinst.in	2012-02-17 02:40:04 UTC (rev 5037)
+++ tex-common/branches/v3/debian/postinst.in	2012-02-17 02:50:03 UTC (rev 5038)
@@ -90,7 +90,6 @@
     #   calls.
 
     # in any case call the update-* calls
-    update-updmap --quiet
     update-language
     update-fmtutil
     #

Modified: tex-common/branches/v3/debian/tex-common.links
===================================================================
--- tex-common/branches/v3/debian/tex-common.links	2012-02-17 02:40:04 UTC (rev 5037)
+++ tex-common/branches/v3/debian/tex-common.links	2012-02-17 02:50:03 UTC (rev 5038)
@@ -1,14 +1,11 @@
-usr/share/man/man1/update-fontlang.1 usr/share/man/man1/update-updmap.1
 usr/share/man/man1/update-fontlang.1 usr/share/man/man1/update-fmtutil.1
 usr/share/man/man1/update-fontlang.1 usr/share/man/man1/update-language.1
 usr/share/man/man1/update-fontlang.1 usr/share/man/man1/update-language-def.1
 usr/share/man/man1/update-fontlang.1 usr/share/man/man1/update-language-dat.1
-usr/bin/update-fontlang usr/bin/update-updmap
 usr/bin/update-fontlang usr/bin/update-fmtutil
 usr/bin/update-fontlang usr/bin/update-language
 usr/bin/update-fontlang usr/bin/update-language-def
 usr/bin/update-fontlang usr/bin/update-language-dat
-usr/bin/update-fontlang usr/sbin/update-updmap
 usr/bin/update-fontlang usr/sbin/update-fmtutil
 usr/bin/update-fontlang usr/sbin/update-language
 usr/bin/update-fontlang usr/sbin/update-language-def
@@ -16,5 +13,3 @@
 etc/texmf/texmf.cnf usr/share/texmf/web2c/texmf.cnf
 var/lib/texmf/ls-R-TEXMFMAIN usr/share/texmf/ls-R
 usr/share/doc/texmf usr/share/texmf/doc
-
-

Modified: tex-common/branches/v3/scripts/update-fontlang
===================================================================
--- tex-common/branches/v3/scripts/update-fontlang	2012-02-17 02:40:04 UTC (rev 5037)
+++ tex-common/branches/v3/scripts/update-fontlang	2012-02-17 02:50:03 UTC (rev 5038)
@@ -4,7 +4,7 @@
 #                     from a set of files
 # Copyright (C) 2002 Atsuhito Kohda
 # Copyright (C) 2004, 2005, 2006, 2007 Florent Rougon
-# Copyright (C) 2005, 2006, 2009 Norbert Preining
+# Copyright (C) 2005, 2006, 2009, 2010, 2011, 2012 Norbert Preining
 # Copyright (C) 2007 Frank Küster
 #
 # This program is free software; you can redistribute it and/or modify
@@ -65,6 +65,8 @@
     PCC="%%"                    # for printfCOMMENTCHAR
     SHORT_DESC="Generate language.dat, the hyphenation configuration file for LaTeX"
 elif [ "$progname" = "update-updmap" ] ; then
+    echo "update-updmap is not existing anymore ... good bye!" >&2
+    exit 1
     CNFDIR=updmap.d
     # System-wide configuration directory
     SYSWIDE_CONFDIR=/etc/texmf/$CNFDIR




More information about the Debian-tex-commits mailing list