[subversion-commit] SVN tex-common commit + diffs: r924 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Thu Feb 23 16:34:33 UTC 2006


Author: frank
Date: 2006-02-23 16:34:32 +0000 (Thu, 23 Feb 2006)
New Revision: 924

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/common.functions.in
   tex-common/trunk/debian/config.in
   tex-common/trunk/debian/templates
Log:
  * Restore the previous behavior by making the subdirectories of
    /var/cache/fonts world-writable by default.  Since this is unsafe,
    advice the user in the debconf template, and increase the question's
    priority to medium.  Thanks to Lars Wirzenius, closes: #354113 [frank]
  * Add an md5sum for psfonts.ams, thanks to Andreas Tille [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-02-23 14:17:47 UTC (rev 923)
+++ tex-common/trunk/debian/changelog	2006-02-23 16:34:32 UTC (rev 924)
@@ -1,8 +1,13 @@
-tex-common (0.16.1) UNRELEASED; urgency=low
+tex-common (0.16.1) unstable; urgency=low
 
+  * Restore the previous behavior by making the subdirectories of
+    /var/cache/fonts world-writable by default.  Since this is unsafe,
+    advice the user in the debconf template, and increase the question's
+    priority to medium.  Thanks to Lars Wirzenius, closes: #354113 [frank]
   * fix an error in dh_installtex when grepping for the magic header [ralf]
+  * Add an md5sum for psfonts.ams, thanks to Andreas Tille [frank]
 
- -- Norbert Preining <preining at logic.at>  Thu, 23 Feb 2006 10:39:16 +0100
+ -- Frank Küster <frank at debian.org>  Thu, 23 Feb 2006 17:36:04 +0100
 
 tex-common (0.16) unstable; urgency=low
 

Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in	2006-02-23 14:17:47 UTC (rev 923)
+++ tex-common/trunk/debian/common.functions.in	2006-02-23 16:34:32 UTC (rev 924)
@@ -450,6 +450,7 @@
 
 teTeX3_md5sumlist="
  /etc/texmf/latex/microtype.cfg 649944bb5f193e75dba7604b9515317f
+ /etc/texmf/map/dvips/ams/psfonts.ams 4b9748dab405dfea8ed231f49c6d41be  
 "
 
 get_sarge_md5sum_from_list(){

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-02-23 14:17:47 UTC (rev 923)
+++ tex-common/trunk/debian/config.in	2006-02-23 16:34:32 UTC (rev 924)
@@ -86,7 +86,7 @@
       db_set tex-common/managecache false || true
     fi
   fi
-  db_input low tex-common/managecache || true
+  db_input medium tex-common/managecache || true
   db_go
 
   db_get tex-common/managecache || true

Modified: tex-common/trunk/debian/templates
===================================================================
--- tex-common/trunk/debian/templates	2006-02-23 14:17:47 UTC (rev 923)
+++ tex-common/trunk/debian/templates	2006-02-23 16:34:32 UTC (rev 924)
@@ -1,6 +1,6 @@
 Template: tex-common/managecache
 Type: boolean
-Default: true
+Default: false
 _Description: Manage the permissions of the TeX font cache with debconf.
  A TeX system may have to generate new font data (pixel data, metric,
  sources) on the fly. These files can be saved into the TeX font cache
@@ -11,6 +11,11 @@
  bits 3755 (i.e. writable for the group <groupname>, sticky and setgid
  bit set).  Accordingly, the ls-R index file will be owned and writable
  by that group.
+ .
+ The default is not to manage permissions with debconf, but this is just
+ because this is required for building other Debian packages.  In almost
+ every other setup, like desktop machines or multi-user servers, accepting 
+ this is stronlgy recommended!
 
 Template: tex-common/groupname
 Type: string




More information about the Pkg-tetex-commits mailing list