[subversion-commit] SVN tex-common commit + diffs: r1475 - in tex-common/trunk: debian doc

Frank Küster frank at costa.debian.org
Mon Jul 3 15:43:30 UTC 2006


Author: frank
Date: 2006-07-03 15:43:28 +0000 (Mon, 03 Jul 2006)
New Revision: 1475

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/config.in
   tex-common/trunk/debian/rules
   tex-common/trunk/debian/templates
   tex-common/trunk/doc/Debian-TeX-Policy.pdf
Log:
- fixed thinko in config.in, according change in templates

- fixed unrelated typo in rules

- update Policy.pdf properly

- close bugs in changelog

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-07-03 13:45:25 UTC (rev 1474)
+++ tex-common/trunk/debian/changelog	2006-07-03 15:43:28 UTC (rev 1475)
@@ -3,7 +3,8 @@
   * Font data are now cached separately for each user, or in /tmp/texfonts
     when there is no writable home directory.  Thus we could get rid of
     the complicated debconf questions related to that issue (there's still
-    one note left).  Many thanks to Ralf Stubner for his "braindump".
+    one note left) (closes: #376050, #366805, #368411).  Many thanks to
+    Ralf Stubner for his "braindump".
 
  -- Frank Küster <frank at debian.org>  Mon,  3 Jul 2006 15:27:22 +0200
 

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-07-03 13:45:25 UTC (rev 1474)
+++ tex-common/trunk/debian/config.in	2006-07-03 15:43:28 UTC (rev 1475)
@@ -51,9 +51,7 @@
 # test whether mktex.cnf exists in TEXMFSYSCONFIG and warn the user
 # mktex.cnf in TEXMFCONFIG will have the same effect, but all we can provide
 # in this case is the message in NEWS.Debian
-sysconfig=`kpsewhich --var-value='TEXMFSYSCONFIG'`
-if kpsewhich --format='web2c files' mktex.cnf | grep $sysconfig; then
-  db_subst tex-common/warn_mktexcnf sysconfig "$sysconfig" || true
+if [ -f /etc/texmf/web2c/mktex.cnf ]; then
   db_input medium tex-common/warn_mktexcnf || true
   db_go
 fi

Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2006-07-03 13:45:25 UTC (rev 1474)
+++ tex-common/trunk/debian/rules	2006-07-03 15:43:28 UTC (rev 1475)
@@ -100,7 +100,7 @@
         # Remove the out-of-date ls-R file from /usr/share/texmf and create a
         # link to one in /var/lib/texmf that we can update without violating
         # the FHS.
-	rm -f debian/$package/usr/share/texmf/ls-R
+	rm -f debian/$(package)/usr/share/texmf/ls-R
 	ln -s /var/lib/texmf/ls-R-TEXMFMAIN $(INSTDIR)/usr/share/texmf/ls-R
 
         # Create a symlink in TEXMFMAIN for docs

Modified: tex-common/trunk/debian/templates
===================================================================
--- tex-common/trunk/debian/templates	2006-07-03 13:45:25 UTC (rev 1474)
+++ tex-common/trunk/debian/templates	2006-07-03 15:43:28 UTC (rev 1475)
@@ -2,10 +2,10 @@
 Type: note
 #flag:comment:2
 # Please do not translate FEATURES!
-_Description: mktex.cnf in /etc/ shadows changed /usr/share/texmf/web2c/mktex.cnf
+_Description: mktex.cnf in /etc/texmf/ shadows changed /usr/share/texmf/web2c/mktex.cnf
  The mechanism of TeX font caching has changed, requiring the
  installation of /usr/share/texmf/web2c/mktex.cnf.  On your system,
- ${sysconfig}/web2c/mktex.cnf exists with possible local changes, and
+ /etc/texmf/web2c/mktex.cnf exists with possible local changes, and
  makes the new file invisible to TeX.  Font caching might not work
  until the setting of MT_FEATURES has been transferred to your
  configuration file.

Modified: tex-common/trunk/doc/Debian-TeX-Policy.pdf
===================================================================
(Binary files differ)




More information about the Pkg-tetex-commits mailing list